Description
A Pseudo-Random Number Generator (PRNG) uses the same seed each time the product is initialized.
Extended Description
Given the deterministic nature of PRNGs, using the same seed for each initialization will lead to the same output in the same order. If an attacker can guess (or knows) the seed, then the attacker may be able to determine the random numbers that will be produced from the PRNG.
CVE vulnerabilities with CWE-336 (3)
9.2
CVSS
CRITICAL
CVE-2026-24044
pub. 2026-02-12
8.7
CVSS
HIGH
CVE-2026-6924
pub. 2026-07-23
7.8
CVSS
HIGH
CVE-2021-42810
pub. 2022-01-19