mdast-util-to-hast has unsanitized class attribute
Moderate severity
GitHub Reviewed
Published
Dec 1, 2025
in
syntax-tree/mdast-util-to-hast
•
Updated Dec 2, 2025
Description
Published by the National Vulnerability Database
Dec 1, 2025
Published to the GitHub Advisory Database
Dec 2, 2025
Reviewed
Dec 2, 2025
Last updated
Dec 2, 2025
Impact
Multiple (unprefixed) classnames could be added in markdown source by using character references.
This could make rendered user supplied markdown
codeelements appear like the rest of the page.The following markdown:
Would create
<pre><code class="language-js xss"></code></pre>If your page then applied
.xssclasses (or listeners in JS), those apply to this element.For more info see https://github.com/ChALkeR/notes/blob/master/Improper-markup-sanitization.md#unsanitized-class-attribute
Patches
The bug was patched. When using regular semver, run
npm install. For exact ranges, make sure to use13.2.1.Workarounds
Update.
References
References