remark-html is an open source nodejs library which compiles Markdown to HTML. In affected versions the documentation of remark-html has mentioned that it was safe by default. In practice the default was never safe and had to be opted into. That is, user input was not sanitized. This means arbitrary HTML can be passed through leading to potential XSS attacks. The problem has been patched in 13.0.2 and 14.0.1: `remark-html` is now safe by default, and the implementation matches the documentation. On older affected versions, pass `sanitize: true` if you cannot update.
References
Link | Resource |
---|---|
https://github.com/remarkjs/remark-html/commit/b75c9dde582ad87ba498e369c033dc8a350478c1 | Patch Third Party Advisory |
https://github.com/remarkjs/remark-html/releases/tag/14.0.1 | Patch Release Notes Third Party Advisory |
https://github.com/remarkjs/remark-html/security/advisories/GHSA-9q5w-79cv-947m | Patch Third Party Advisory |
https://www.npmjs.com/package/remark-html | Product Third Party Advisory |
https://github.com/remarkjs/remark-html/commit/b75c9dde582ad87ba498e369c033dc8a350478c1 | Patch Third Party Advisory |
https://github.com/remarkjs/remark-html/releases/tag/14.0.1 | Patch Release Notes Third Party Advisory |
https://github.com/remarkjs/remark-html/security/advisories/GHSA-9q5w-79cv-947m | Patch Third Party Advisory |
https://www.npmjs.com/package/remark-html | Product Third Party Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 06:18
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : 4.3
v3 : 10.0 |
References | () https://github.com/remarkjs/remark-html/commit/b75c9dde582ad87ba498e369c033dc8a350478c1 - Patch, Third Party Advisory | |
References | () https://github.com/remarkjs/remark-html/releases/tag/14.0.1 - Patch, Release Notes, Third Party Advisory | |
References | () https://github.com/remarkjs/remark-html/security/advisories/GHSA-9q5w-79cv-947m - Patch, Third Party Advisory | |
References | () https://www.npmjs.com/package/remark-html - Product, Third Party Advisory |
14 Sep 2021, 16:11
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:remark:remark-html:*:*:*:*:*:node.js:*:* | |
CVSS |
v2 : v3 : |
v2 : 4.3
v3 : 6.1 |
References | (MISC) https://github.com/remarkjs/remark-html/commit/b75c9dde582ad87ba498e369c033dc8a350478c1 - Patch, Third Party Advisory | |
References | (MISC) https://www.npmjs.com/package/remark-html - Product, Third Party Advisory | |
References | (CONFIRM) https://github.com/remarkjs/remark-html/security/advisories/GHSA-9q5w-79cv-947m - Patch, Third Party Advisory | |
References | (MISC) https://github.com/remarkjs/remark-html/releases/tag/14.0.1 - Patch, Release Notes, Third Party Advisory |
07 Sep 2021, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2021-09-07 19:15
Updated : 2024-11-21 06:18
NVD link : CVE-2021-39199
Mitre link : CVE-2021-39199
CVE.ORG link : CVE-2021-39199
JSON object : View
Products Affected
remark
- remark-html
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')