ghsa-776f-qx25-q3cc
Vulnerability from github
Published
2023-04-05 21:30
Modified
2024-03-14 21:47
Severity ?
Summary
xml2js is vulnerable to prototype pollution
Details
xml2js versions before 0.5.0 allows an external attacker to edit or add new properties to an object. This is possible because the application does not properly validate incoming JSON keys, thus allowing the __proto__
property to be edited.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "xml2js" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.5.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-0842" ], "database_specific": { "cwe_ids": [ "CWE-1321" ], "github_reviewed": true, "github_reviewed_at": "2023-04-07T21:00:54Z", "nvd_published_at": "2023-04-05T20:15:00Z", "severity": "MODERATE" }, "details": "xml2js versions before 0.5.0 allows an external attacker to edit or add new properties to an object. This is possible because the application does not properly validate incoming JSON keys, thus allowing the `__proto__` property to be edited.", "id": "GHSA-776f-qx25-q3cc", "modified": "2024-03-14T21:47:26Z", "published": "2023-04-05T21:30:24Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0842" }, { "type": "WEB", "url": "https://github.com/Leonidas-from-XIV/node-xml2js/issues/663" }, { "type": "WEB", "url": "https://github.com/Leonidas-from-XIV/node-xml2js/pull/603/commits/581b19a62d88f8a3c068b5a45f4542c2d6a495a5" }, { "type": "WEB", "url": "https://fluidattacks.com/advisories/myers" }, { "type": "PACKAGE", "url": "https://github.com/Leonidas-from-XIV/node-xml2js" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00013.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" } ], "summary": "xml2js is vulnerable to prototype pollution" }
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.