cve/2024/CVE-2024-25389.md

20 lines
719 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-25389](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-25389)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
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.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/0xdea/advisories
- https://github.com/fkie-cad/nvd-json-data-feeds
- https://github.com/hnsecurity/vulns