CVE-2026-81753
Received Received - Intake

Stored XSS in Flowintel via Mermaid Block Rendering

Vulnerability report for CVE-2026-81753, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: CIRCL

Description

Affected versions of Flowintel render Mermaid blocks contained in stored case notes without sufficiently neutralizing attacker-controlled markup. Because Mermaid note content is persisted and later rendered for other users, an attacker with permission to create or edit a note could store a crafted Mermaid payload that results in JavaScript execution when another user views the affected case note. The patch adds explicit Mermaid detection and HTML escaping around the token content before the generated Mermaid wrapper is returned. It also moves the wrapping logic earlier in page initialization so Markdown instances are protected consistently. Version impacted >= 3.3.0

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-27
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
flowintel flowintel From 3.3.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored Cross-Site Scripting (XSS) vulnerability in Flowintel versions 3.3.0 and above. Attackers with note creation permissions can inject malicious JavaScript code into Mermaid diagram blocks within stored case notes. When other users view these notes, the JavaScript executes in their browser due to insufficient sanitization of Mermaid content.

Detection Guidance

Check for Flowintel versions >= 3.3.0. Inspect case notes containing Mermaid blocks for unexpected JavaScript execution when rendered. Review Markdown rendering logic for improper HTML escaping in Mermaid content.

Impact Analysis

An attacker could steal session cookies, perform actions on your behalf, or redirect you to malicious sites. If you view affected case notes, your browser may execute attacker-controlled scripts, compromising your account or data.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's integrity and confidentiality principles or HIPAA's safeguards for protected health information. Organizations may face compliance violations if user data is compromised through this exploit.

Mitigation Strategies

Update Flowintel to the patched version. Ensure Mermaid content in case notes is properly sanitized by adding explicit detection and HTML escaping before rendering. Move wrapping logic earlier in page initialization to protect all Markdown instances.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81753. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart