Home

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.

PUBLISHED Reserved 2026-04-17 | Published 2026-05-29 | Updated 2026-05-29 | Assigner GitHub_M




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

Problem types

CWE-94: Improper Control of Generation of Code ('Code Injection')

Product status

>= 11.0.0-alpha.1, < 11.15.0
affected

< 10.9.6
affected

References

github.com/...ermaid/security/advisories/GHSA-87f9-hvmw-gh4p

github.com/...ommit/a9d9f0d8eb790349121508688cd338253fd80d76

github.com/mermaid-js/mermaid/releases/tag/mermaid@11.15.0

github.com/mermaid-js/mermaid/releases/tag/v10.9.6

cve.org (CVE-2026-41159)

nvd.nist.gov (CVE-2026-41159)

Download JSON