Regular Expression Denial of Service in parsejson
High severity
GitHub Reviewed
Published
Jul 24, 2018
to the GitHub Advisory Database
•
Updated Jan 9, 2023
Description
Published to the GitHub Advisory Database
Jul 24, 2018
Reviewed
Jun 16, 2020
Last updated
Jan 9, 2023
Affected versions of
parsejson
are vulnerable to a regular expression denial of service when parsing untrusted user input.Recommendation
The
parsejson
package has not been functionally updated since it was initially released.Additionally, it provides functionality which is natively included in Node.js, and therefore the native
JSON.parse()
should be used, for both performance and security reasons.References