The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-23630

CVE-2026-23630: Docmost Mermaid Stored XSS Vulnerability

CVE-2026-23630 is a stored Cross-Site Scripting flaw in Docmost that exploits Mermaid diagram rendering to execute arbitrary code. This post covers the technical details, affected versions 0.3.0-0.23.2, and mitigation.

Published: January 23, 2026

CVE-2026-23630 Overview

CVE-2026-23630 is a stored Cross-Site Scripting (XSS) vulnerability affecting Docmost, an open-source collaborative wiki and documentation software. The vulnerability exists in the Mermaid code block rendering functionality, where attacker-controlled Mermaid diagrams can be rendered using mermaid.render() and subsequently injected into the DOM via dangerouslySetInnerHTML without proper sanitization. This allows attackers to leverage Mermaid's per-diagram %%{init}%% directives to override the securityLevel configuration and enable htmlLabels, ultimately permitting arbitrary HTML and JavaScript execution for any user viewing the malicious content.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the browsers of any user viewing the affected wiki page, potentially leading to session hijacking, credential theft, or further compromise of collaborative documentation environments.

Affected Products

  • Docmost versions 0.3.0 through 0.23.2

Discovery Timeline

  • 2026-01-21 - CVE CVE-2026-23630 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-23630

Vulnerability Analysis

This stored XSS vulnerability resides in the Mermaid diagram rendering pipeline within Docmost's frontend application. When users create or edit wiki pages containing Mermaid code blocks, the application processes these diagrams client-side using the Mermaid library's render() function. The resulting SVG/HTML output is then inserted directly into the page DOM using React's dangerouslySetInnerHTML property without any sanitization step.

The attack exploits Mermaid's directive system, which allows per-diagram configuration overrides through %%{init}%% blocks at the beginning of diagram definitions. An attacker can craft a malicious Mermaid diagram that sets securityLevel: 'loose' and htmlLabels: true, effectively disabling the library's built-in XSS protections. This configuration allows arbitrary HTML content within diagram labels, including <script> tags and event handlers that execute JavaScript when the diagram is rendered.

Because the malicious payload is stored in the wiki content, every user who views the affected page will have the malicious script executed in their browser context, making this a particularly dangerous vulnerability in collaborative environments.

Root Cause

The root cause is the absence of output sanitization when rendering user-controlled Mermaid diagrams. The application relies solely on Mermaid's internal security settings, which can be overridden by users through inline directives. The use of dangerouslySetInnerHTML without passing the content through a sanitization library like DOMPurify creates a direct path for XSS payloads to reach the DOM.

Attack Vector

The attack is network-based and requires low-privilege authenticated access to create or edit wiki content. An attacker creates a wiki page containing a specially crafted Mermaid diagram with malicious %%{init}%% directives that override security settings. When any authenticated user views this page, the unsanitized SVG/HTML output is rendered in their browser, executing the attacker's JavaScript payload with full access to the victim's session context.

The following patch demonstrates the fix implemented in version 0.24.0, which introduces DOMPurify sanitization:

text
 import classes from "./code-block.module.css";
 import { useTranslation } from "react-i18next";
 import { useComputedColorScheme } from "@mantine/core";
+import DOMPurify from "dompurify";
 
 interface MermaidViewProps {
   props: NodeViewProps;

Source: GitHub Commit cb9f27da9a8b4940760e37e5238a1eb91e427daf

Detection Methods for CVE-2026-23630

Indicators of Compromise

  • Wiki pages containing Mermaid code blocks with %%{init}%% directives that set securityLevel to loose or enable htmlLabels
  • Mermaid diagrams containing suspicious HTML elements such as <script>, <iframe>, or event handler attributes like onload, onerror, or onclick
  • Unusual JavaScript execution patterns or network requests originating from wiki page views

Detection Strategies

  • Implement content scanning rules to detect Mermaid diagrams containing %%{init}%% directives with security-weakening configurations
  • Monitor for JavaScript execution attempts within SVG elements rendered on wiki pages
  • Review web application firewall logs for requests containing potential XSS payloads in wiki content submissions
  • Audit user-generated content for patterns consistent with XSS injection attempts in Mermaid syntax

Monitoring Recommendations

  • Enable browser-based Content Security Policy (CSP) reporting to detect inline script execution attempts
  • Configure application logging to capture wiki content modifications, particularly those involving code blocks
  • Implement real-time alerting for wiki pages containing known malicious patterns in Mermaid diagrams

How to Mitigate CVE-2026-23630

Immediate Actions Required

  • Upgrade Docmost to version 0.24.0 or later immediately
  • Audit existing wiki content for potentially malicious Mermaid diagrams containing %%{init}%% directives
  • Consider temporarily disabling Mermaid rendering if immediate upgrade is not possible
  • Review access logs to identify any suspicious content modifications prior to patching

Patch Information

The vulnerability has been addressed in Docmost version 0.24.0. The fix introduces DOMPurify sanitization of Mermaid-rendered output before DOM insertion, preventing malicious HTML and JavaScript from executing. Organizations should upgrade to version 0.24.0 or later as documented in the GitHub Release v0.24.0 and the GitHub Security Advisory GHSA-r4hj-mc62-jmwj.

Workarounds

  • Implement a Content Security Policy (CSP) header that restricts inline script execution using script-src 'self' to limit XSS impact
  • Restrict wiki edit permissions to trusted users until the patch can be applied
  • Deploy a web application firewall rule to block submissions containing Mermaid %%{init}%% directives with securityLevel or htmlLabels modifications
  • Consider using a reverse proxy to sanitize HTML content before delivery to end users
bash
# Example Content Security Policy header configuration for Nginx
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none';" always;

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDocmost

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Release v0.24.0

  • GitHub Security Advisory GHSA-r4hj-mc62-jmwj
  • Related CVEs
  • CVE-2026-24045: Docmost Stored XSS Vulnerability

  • CVE-2026-22249: Docmost Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English