BaseDraft
CWE-335Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)
Category: other
Description
The product uses a Pseudo-Random Number Generator (PRNG) but does not correctly manage seeds.
Common consequences· 1
- Access Control / Other — Bypass Protection Mechanism, OtherIf a PRNG is used incorrectly, such as using the same seed for each initialization or using a predictable seed, then an attacker may be able to easily guess the seed and thus the random numbers. This could lead to unauthorized access to a system if the seed is used for authentication and authorization.
References
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.