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

21 lines
931 B
Markdown

### [CVE-2017-16137](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16137)
![](https://img.shields.io/static/v1?label=Product&message=debug%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%3D%202.6.8%20%7C%7C%20%3E%3D%203.0.0%20%3C%3D%203.0.1%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Denial%20of%20Service%20(CWE-400)&color=brightgreen)
### Description
The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/HotDB-Community/HotDB-Engine
- https://github.com/engn33r/awesome-redos-security
- https://github.com/ossf-cve-benchmark/CVE-2017-16137