mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 23:31:36 +02:00
19 lines
911 B
Markdown
19 lines
911 B
Markdown
### [CVE-2013-1445](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1445)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
- https://github.com/isidroas/fortuna
|
|
- https://github.com/jdacode/Blockchain-Electronic-Voting-System
|
|
|