mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-08 03:26:30 +00:00
19 lines
683 B
Markdown
19 lines
683 B
Markdown
![]() |
### [CVE-2020-36732](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36732)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string "0." with an integer, which makes the output more predictable than necessary.
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
No PoCs from references.
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/miguelc49/CVE-2020-36732-1
|
||
|
- https://github.com/miguelc49/CVE-2020-36732-2
|
||
|
|