mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
793 B
Markdown
18 lines
793 B
Markdown
### [CVE-2016-15005](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-15005)
|
|

|
|

|
|
&color=brighgreen)
|
|
|
|
### Description
|
|
|
|
CSRF tokens are generated using math/rand, which is not a cryptographically secure random number generator, allowing an attacker to predict values and bypass CSRF protections with relatively few requests.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Live-Hack-CVE/CVE-2016-15005
|
|
|