Marp Core allows XSS by improper neutralization of HTML sanitization
Moderate severity
GitHub Reviewed
Published
Dec 26, 2024
in
marp-team/marp-core
•
Updated Dec 26, 2024
Package
Affected versions
>= 3.0.2, <= 3.9.0
= 4.0.0
Patched versions
3.9.1
4.0.1
Description
Published to the GitHub Advisory Database
Dec 26, 2024
Reviewed
Dec 26, 2024
Published by the National Vulnerability Database
Dec 26, 2024
Last updated
Dec 26, 2024
Marp Core (
@marp-team/marp-core
) from v3.0.2 to v3.9.0 and v4.0.0, are vulnerable to cross-site scripting (XSS) due to improper neutralization of HTML sanitization.Impact
Marp Core includes an HTML sanitizer with allowlist support. In the affected versions, the built-in allowlist is enabled by default. When the allowlist is active, if insufficient HTML comments are included, the sanitizer may fail to properly sanitize HTML content and lead cross-site scripting (XSS).
Patches
Marp Core v3.9.1 and v4.0.1 have been patched to fix that.
Workarounds
If you are unable to update the package immediately, disable all HTML tags by setting
html: false
option in theMarp
class constructor.References
Credits
Thanks to @Ry0taK for finding out this vulnerability.
References