ghsa-gqgv-6jq5-jjj9
Vulnerability from github
Published
2020-04-30 17:16
Modified
2021-08-25 21:03
Severity ?
VLAI Severity ?
Summary
Prototype Pollution Protection Bypass in qs
Details
Affected version of qs
are vulnerable to Prototype Pollution because it is possible to bypass the protection. The qs.parse
function fails to properly prevent an object's prototype to be altered when parsing arbitrary input. Input containing [
or ]
may bypass the prototype pollution protection and alter the Object prototype. This allows attackers to override properties that will exist in all objects, which may lead to Denial of Service or Remote Code Execution in specific circumstances.
Recommendation
Upgrade to 6.0.4, 6.1.2, 6.2.3, 6.3.2 or later.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "qs" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "6.0.4" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "qs" }, "ranges": [ { "events": [ { "introduced": "6.1.0" }, { "fixed": "6.1.2" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "qs" }, "ranges": [ { "events": [ { "introduced": "6.2.0" }, { "fixed": "6.2.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "qs" }, "ranges": [ { "events": [ { "introduced": "6.3.0" }, { "fixed": "6.3.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2017-1000048" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": true, "github_reviewed_at": "2020-04-30T17:16:10Z", "nvd_published_at": null, "severity": "HIGH" }, "details": "Affected version of `qs` are vulnerable to Prototype Pollution because it is possible to bypass the protection. The `qs.parse` function fails to properly prevent an object\u0027s prototype to be altered when parsing arbitrary input. Input containing `[` or `]` may bypass the prototype pollution protection and alter the Object prototype. This allows attackers to override properties that will exist in all objects, which may lead to Denial of Service or Remote Code Execution in specific circumstances.\n\n\n## Recommendation\n\nUpgrade to 6.0.4, 6.1.2, 6.2.3, 6.3.2 or later.", "id": "GHSA-gqgv-6jq5-jjj9", "modified": "2021-08-25T21:03:56Z", "published": "2020-04-30T17:16:47Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000048" }, { "type": "WEB", "url": "https://github.com/ljharb/qs/issues/200" }, { "type": "WEB", "url": "https://github.com/ljharb/qs/commit/beade029171b8cef9cee0d03ebe577e2dd84976d" }, { "type": "WEB", "url": "https://access.redhat.com/errata/RHSA-2017:2672" }, { "type": "PACKAGE", "url": "https://github.com/ljharb/qs" }, { "type": "WEB", "url": "https://snyk.io/vuln/npm:qs:20170213" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/1469" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "Prototype Pollution Protection Bypass in qs" }
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.
- 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…