CVE-2026-41159

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:mermaid_project:mermaid:*:*:*:*:*:node.js:*:*
cpe:2.3:a:mermaid_project:mermaid:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-05-29 15:16

Updated : 2026-07-21 12:10


NVD link : CVE-2026-41159

Mitre link : CVE-2026-41159

CVE.ORG link : CVE-2026-41159


JSON object : View

Products Affected

mermaid_project

  • mermaid
CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')