ghsa-q75g-2496-mxpp
Vulnerability from github
Published
2018-07-24 20:11
Modified
2020-08-31 18:26
VLAI Severity ?
Summary
Regular Expression Denial of Service in parsejson
Details
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.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "parsejson"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "0.0.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2017-16113"
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2020-06-16T21:51:20Z",
"nvd_published_at": null,
"severity": "HIGH"
},
"details": "Affected versions of `parsejson` are vulnerable to a regular expression denial of service when parsing untrusted user input.\n\n\n## Recommendation\n\nThe `parsejson` package has not been functionally updated since it was initially released.\n\nAdditionally, 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.",
"id": "GHSA-q75g-2496-mxpp",
"modified": "2020-08-31T18:26:32Z",
"published": "2018-07-24T20:11:13Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-16113"
},
{
"type": "WEB",
"url": "https://github.com/get/parsejson/issues/4"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-q75g-2496-mxpp"
},
{
"type": "WEB",
"url": "https://www.npmjs.com/advisories/528"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "Regular Expression Denial of Service in parsejson"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…