mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
769 B
Markdown
18 lines
769 B
Markdown
### [CVE-2019-10064](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10064)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
hostapd before 2.6, in EAP mode, makes calls to the rand() and random() standard library functions without any preceding srand() or srandom() call, which results in inappropriate use of deterministic values. This was fixed in conjunction with CVE-2016-10743.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/156573/Hostapd-Insufficient-Entropy.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|