Files
CVEs-PoC/2017/CVE-2017-16026.md
T
2025-09-29 21:09:30 +02:00

20 lines
949 B
Markdown

### [CVE-2017-16026](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16026)
![](https://img.shields.io/static/v1?label=Product&message=request%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D2.2.6%20%3C2.47.0%20%7C%7C%20%3E2.51.0%20%3C%3D2.67.0%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Information%20Exposure%20Through%20Sent%20Data%20(CWE-201)&color=brightgreen)
### Description
Request is an http client. If a request is made using ```multipart```, and the body type is a ```number```, then the specified number of non-zero memory is passed in the body. This affects Request >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0.
### POC
#### Reference
- https://github.com/request/request/issues/1904
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/HotDB-Community/HotDB-Engine
- https://github.com/ossf-cve-benchmark/CVE-2017-16026