RT-Thread through 5.0.2 generates random numbers with a weak algorithm of "seed = 214013L * seed + 2531011L; return (seed >> 16) & 0x7FFF;" in calc_random in drivers/misc/rt_random.c.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-03-27 03:15
Updated : 2024-07-03 01:48
NVD link : CVE-2024-25389
Mitre link : CVE-2024-25389
CVE.ORG link : CVE-2024-25389
JSON object : View
Products Affected
No product.
CWE
CWE-338
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)