mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
19 lines
766 B
Markdown
19 lines
766 B
Markdown
### [CVE-2019-17592](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17592)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|