Files
CVEs-PoC/2018/CVE-2018-3745.md
T
2024-06-18 02:51:15 +02:00

18 lines
610 B
Markdown

### [CVE-2018-3745](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3745)
![](https://img.shields.io/static/v1?label=Product&message=atob%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Out-of-bounds%20Read%20(CWE-125)&color=brighgreen)
### Description
atob 2.0.3 and earlier allocates uninitialized Buffers when number is passed in input on Node.js 4.x and below.
### POC
#### Reference
- https://hackerone.com/reports/321686
#### Github
No PoCs found on GitHub currently.