cve/2019/CVE-2019-17592.md
2024-05-26 14:27:05 +02:00

19 lines
766 B
Markdown

### [CVE-2019-17592](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17592)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The csv-parse module before 4.4.6 for Node.js is vulnerable to Regular Expression Denial of Service. The __isInt() function contains a malformed regular expression that processes large crafted input very slowly. This is triggered when using the cast option.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/endorama/CsvToL10nJson
- https://github.com/ossf-cve-benchmark/CVE-2019-17592