All the vulnerabilities related to the version 4.3.4 of the package
Regular Expression Denial of Service in csv-parse
Versions of csv-parse
prior to 4.4.6 are vulnerable to Regular Expression Denial of Service. The __isInt()
function contains a malformed regular expression that processes large specially-crafted input very slowly, leading to a Denial of Service. This is triggered when using the cast
option.
Upgrade to version 4.4.6 or later.
semver vulnerable to Regular Expression Denial of Service
Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.