Skip to content

Regular Expression Denial of Service in parsejson

High severity GitHub Reviewed Published Jul 24, 2018 to the GitHub Advisory Database • Updated Jan 9, 2023

Package

npm parsejson (npm)

Affected versions

<= 0.0.3

Patched versions

None

Description

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

Published to the GitHub Advisory Database Jul 24, 2018
Reviewed Jun 16, 2020
Last updated Jan 9, 2023

Severity

High

Weaknesses

CVE ID

CVE-2017-16113

GHSA ID

GHSA-q75g-2496-mxpp

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.