ghsa-mvjj-gqq2-p4hw
Vulnerability from github
Affected versions of react-dom
are vulnerable to Cross-Site Scripting (XSS). The package fails to validate attribute names in HTML tags which may lead to Cross-Site Scripting in specific scenarios. This may allow attackers to execute arbitrary JavaScript in the victim's browser. To be affected by this vulnerability, the application needs to:
- be a server-side React app
- be rendered to HTML using ReactDOMServer
- include an attribute name from user input in an HTML tag
Recommendation
If you are using react-dom
16.0.x, upgrade to 16.0.1 or later.
If you are using react-dom
16.1.x, upgrade to 16.1.2 or later.
If you are using react-dom
16.2.x, upgrade to 16.2.1 or later.
If you are using react-dom
16.3.x, upgrade to 16.3.3 or later.
If you are using react-dom
16.4.x, upgrade to 16.4.2 or later.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "react-dom" }, "ranges": [ { "events": [ { "introduced": "16.0.0" }, { "fixed": "16.0.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "16.0.0" ] }, { "package": { "ecosystem": "npm", "name": "react-dom" }, "ranges": [ { "events": [ { "introduced": "16.1.0" }, { "fixed": "16.1.2" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "react-dom" }, "ranges": [ { "events": [ { "introduced": "16.2.0" }, { "fixed": "16.2.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "16.2.0" ] }, { "package": { "ecosystem": "npm", "name": "react-dom" }, "ranges": [ { "events": [ { "introduced": "16.3.0" }, { "fixed": "16.3.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "npm", "name": "react-dom" }, "ranges": [ { "events": [ { "introduced": "16.4.0" }, { "fixed": "16.4.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-6341" ], "database_specific": { "cwe_ids": [ "CWE-79" ], "github_reviewed": true, "github_reviewed_at": "2020-06-16T21:47:15Z", "nvd_published_at": null, "severity": "MODERATE" }, "details": "Affected versions of `react-dom` are vulnerable to Cross-Site Scripting (XSS). The package fails to validate attribute names in HTML tags which may lead to Cross-Site Scripting in specific scenarios. This may allow attackers to execute arbitrary JavaScript in the victim\u0027s browser. To be affected by this vulnerability, the application needs to:\n- be a server-side React app\n- be rendered to HTML using `ReactDOMServer`\n- include an attribute name from user input in an HTML tag\n\n\n## Recommendation\n\nIf you are using `react-dom` 16.0.x, upgrade to 16.0.1 or later. \nIf you are using `react-dom` 16.1.x, upgrade to 16.1.2 or later. \nIf you are using `react-dom` 16.2.x, upgrade to 16.2.1 or later. \nIf you are using `react-dom` 16.3.x, upgrade to 16.3.3 or later. \nIf you are using `react-dom` 16.4.x, upgrade to 16.4.2 or later.", "id": "GHSA-mvjj-gqq2-p4hw", "modified": "2023-09-13T19:45:25Z", "published": "2019-01-04T19:05:35Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-6341" }, { "type": "ADVISORY", "url": "https://github.com/advisories/GHSA-mvjj-gqq2-p4hw" }, { "type": "WEB", "url": "https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html" }, { "type": "WEB", "url": "https://snyk.io/vuln/npm:react-dom:20180802" }, { "type": "WEB", "url": "https://twitter.com/reactjs/status/1024745321987887104" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/1421" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Cross-Site Scripting in react-dom" }
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.