Description
Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. Prior to 10.9.8 and 11.16.1, Mermaid is vulnerable to CSS injection via sibling combinator selectors generated from diagram-supplied class or id names. An attacker who can supply diagram text can inject arbitrary CSS into the rendered page, potentially altering the appearance or behavior of unrelated page elements. This issue is fixed in versions 10.9.8 and 11.16.1.
Published: 2026-08-06
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Mermaid allows the injection of arbitrary CSS through diagram‑defined class or id names that are turned into sibling selector strings in the generated stylesheet. This flaw lets an attacker who controls diagram text insert styles that affect elements outside the diagram, enabling visual manipulation. The CVE does not report any additional exploitation beyond style changes. The issue is a code‑injection weakness catalogued as CWE‑94.

Affected Systems

The Mermaid JavaScript library (mermaid‑js/mermaid) prior to versions 10.9.8 and 11.16.1 is vulnerable; any downstream projects or websites that load those older releases and render user‑supplied diagram text are impacted.

Risk and Exploitability

The vulnerability carries a medium risk rating, with a CVSS score of 5.3, no EPSS data available, and it is not listed in the CISA KEV catalog. Exploitation requires an attacker to supply diagram text that the application renders, making the likely vector a remote or local injection via user input. The impact is confined to the affected application’s client side and does not provide direct code execution or privilege escalation.

Generated by OpenCVE AI on August 7, 2026 at 01:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Mermaid to v10.9.8 or later, or v11.16.1 or later, to apply the injected‑CSS fix.
  • If an upgrade is not possible, sanitize or escape all class and id names supplied in diagram text before they are rendered by Mermaid.
  • Configure any rendering service to run Mermaid in a sandboxed or isolated environment, or restrict diagram rendering to trusted data only.

Generated by OpenCVE AI on August 7, 2026 at 01:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-6x64-9x62-f2gx Mermaid allows CSS injection applying to sibling elements of the diagram
History

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Mermaid is a JavaScript tool that uses Markdown-inspired text to create and modify diagrams and charts. Prior to 10.9.8 and 11.16.1, Mermaid is vulnerable to CSS injection via sibling combinator selectors generated from diagram-supplied class or id names. An attacker who can supply diagram text can inject arbitrary CSS into the rendered page, potentially altering the appearance or behavior of unrelated page elements. This issue is fixed in versions 10.9.8 and 11.16.1.
Title Mermaid allows CSS injection applying to sibling elements of the diagram
Weaknesses CWE-94
References
Metrics cvssV4_0

{'score': 5.3, 'vector': '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-06T19:55:27.994Z

Reserved: 2026-06-03T20:54:20.432Z

Link: CVE-2026-50159

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T01:15:05Z

Weaknesses
  • CWE-94

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