cve/2013/CVE-2013-1445.md

19 lines
911 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2013-1445](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1445)
![](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
The Crypto.Random.atfork function in PyCrypto before 2.6.1 does not properly reseed the pseudo-random number generator (PRNG) before allowing a child process to access it, which makes it easier for context-dependent attackers to obtain sensitive information by leveraging a race condition in which a child process is created and accesses the PRNG within the same rate-limit period as another process.
### POC
#### Reference
No PoCs from references.
#### Github
2024-06-07 04:52:01 +00:00
- https://github.com/isidroas/fortuna
2024-05-26 14:27:05 +02:00
- https://github.com/jdacode/Blockchain-Electronic-Voting-System