CVE 5.3 MEDIUM

Mermaid: Improper sanitization of configuration leads to CSS injection_CVE-2026-41159

5.3 / 10
MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L

Description

Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. Prior to 10.9.6 and 11.15.0, Mermaid's default configuration allows injecting CSS that applies outside of the Mermaid diagram via the fontFamily, themeCSS, and altFontFamily configuration options. The injected CSS exploits stylis's & (scope reference) handling. :not(&) escapes the #mermaid-xxx automatic scoping, applying styles to all page elements. Global at-rules (@font-face, @keyframes, @counter-style) are also injectable as stylis hoists them to top level. This allows page defacement and DOM attribute exfiltration via CSS :has() selectors. This vulnerability is fixed in 10.9.6 and 11.15.0.

Basic Information

ID CVE-2026-41159
Source GitHub_M
Published May 29, 2026 at 13:53
Modified May 29, 2026 at 15:02

Affected Product

Vendor mermaid-js
Product mermaid
Version >= 11.0.0-alpha.1, < 11.15.0
Affected Versions mermaid-js mermaid >= 11.0.0-alpha.1, < 11.15.0
mermaid-js mermaid < 10.9.6

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.