Description
A Pseudo-Random Number Generator (PRNG) uses a relatively small seed space, which makes it more susceptible to brute force attacks.
Extended Description
PRNGs are entirely deterministic once seeded, so it should be extremely difficult to guess the seed. If an attacker can collect the outputs of a PRNG and then brute force the seed by trying every possibility to see which seed matches the observed output, then the attacker will know the output of any subsequent calls to the PRNG. A small seed space implies that the attacker will have far fewer possible values to try to exhaust all possibilities.
CVE vulnerabilities with CWE-339 (2)
8.4
CVSS
HIGH
CVE-2026-2815
pub. 2026-06-25
6.3
CVSS
MEDIUM
CVE-2024-10026
pub. 2025-01-30