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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-7788

CVE-2026-7788: Axle-Bucamp MCP-Docusaurus Path Traversal

CVE-2026-7788 is a path traversal vulnerability in Axle-Bucamp MCP-Docusaurus that allows remote attackers to manipulate file paths. This post covers technical details, affected versions, and mitigation strategies.

Published: May 7, 2026

CVE-2026-7788 Overview

CVE-2026-7788 is a path traversal vulnerability [CWE-22] in Axle-Bucamp MCP-Docusaurus, an open-source project distributed through a rolling release model. The flaw resides in the document handling routes within app/routes/document.py, specifically the update_document, continue_document, delete_document, and get_content functions. Attackers can manipulate the DOCS_DIR/path argument to traverse outside the intended documents directory. The attack is remote and requires no authentication or user interaction. A public proof-of-concept exists, increasing the likelihood of opportunistic exploitation. The maintainers were notified through an issue report but have not yet responded at the time of disclosure.

Critical Impact

Unauthenticated remote attackers can read, modify, or delete files outside the intended document directory by supplying crafted path arguments to vulnerable document routes.

Affected Products

  • Axle-Bucamp MCP-Docusaurus (rolling release)
  • Commits up to and including 404bc028e15ec304c9a045528560f4b5f27a17e0
  • Deployments exposing app/routes/document.py endpoints

Discovery Timeline

  • 2026-05-05 - CVE-2026-7788 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7788

Vulnerability Analysis

The vulnerability is a classic path traversal flaw in the document management routes of MCP-Docusaurus. The functions update_document, continue_document, delete_document, and get_content in app/routes/document.py accept a path argument that is concatenated with the configured DOCS_DIR base directory. The application fails to canonicalize or validate the resulting path against the intended root. An attacker who supplies ../ sequences or absolute paths can escape the document directory and operate on arbitrary files reachable by the service account. Because the affected routes implement read, write, and delete operations, the impact spans confidentiality, integrity, and availability of files on the host filesystem.

Root Cause

The root cause is missing input validation and path normalization on the user-supplied path argument before it is joined with DOCS_DIR. The application does not enforce that the resolved file path remains within the intended base directory. Operating systems treat ../ as a parent-directory reference, so unsanitized concatenation allows directory escape. The CWE-22 classification reflects this improper limitation of a pathname to a restricted directory.

Attack Vector

Exploitation occurs over the network against any reachable instance of MCP-Docusaurus. The attacker issues HTTP requests to the affected document endpoints, supplying a crafted path argument such as a relative traversal sequence or an absolute path. Depending on the route invoked, the attacker can disclose file contents through get_content, overwrite files via update_document or continue_document, or remove files using delete_document. No credentials are required, and the public proof-of-concept lowers the barrier to entry. See the GitHub PoC Repository and the VulDB Vulnerability Entry for additional technical context.

Detection Methods for CVE-2026-7788

Indicators of Compromise

  • Web server or application logs showing requests to document routes containing ../, URL-encoded traversal sequences (%2e%2e%2f), or absolute paths in the path parameter.
  • Unexpected file modifications, deletions, or access to files outside the configured DOCS_DIR.
  • Requests to update_document, continue_document, delete_document, or get_content originating from unfamiliar source IP addresses.

Detection Strategies

  • Inspect HTTP request bodies and query strings for path traversal patterns directed at MCP-Docusaurus document endpoints.
  • Correlate filesystem audit events on the host with HTTP access logs to identify file access that does not originate from legitimate document paths.
  • Deploy a web application firewall ruleset that flags traversal sequences against the affected route prefixes.

Monitoring Recommendations

  • Enable verbose request logging on the MCP-Docusaurus application and forward logs to a centralized analytics platform for retention and correlation.
  • Establish baseline file access patterns under DOCS_DIR and alert on reads or writes that resolve outside this directory.
  • Track outbound responses from get_content for unusually large payloads or content matching sensitive file signatures such as /etc/passwd or configuration files.

How to Mitigate CVE-2026-7788

Immediate Actions Required

  • Restrict network exposure of MCP-Docusaurus instances to trusted networks or place them behind authenticated reverse proxies.
  • Audit existing logs for traversal attempts against app/routes/document.py endpoints and investigate any matches.
  • Run the MCP-Docusaurus service under a least-privilege user account that cannot read sensitive system files or write outside DOCS_DIR.

Patch Information

No official patch is available at the time of publication. The maintainers were notified through the GitHub Issue Tracker but have not responded. Because the project uses a rolling release model, no fixed version identifier exists. Operators should monitor the upstream repository for commits that introduce path canonicalization on the affected functions.

Workarounds

  • Apply a local patch that resolves the user-supplied path with os.path.realpath and rejects any result that does not start with the canonicalized DOCS_DIR.
  • Place a reverse proxy or web application firewall in front of the application and block requests containing ../, ..\\, or URL-encoded traversal payloads on document routes.
  • Disable or remove the affected endpoints if the document modification features are not required in the deployment.
bash
# Example reverse proxy rule blocking traversal sequences on document routes
location ~ ^/document/(update|continue|delete|get_content) {
    if ($args ~* "(\.\./|%2e%2e%2f|%2e%2e/|\.\.%2f)") {
        return 403;
    }
    proxy_pass http://mcp_docusaurus_backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechAxle Bucamp

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • GitHub PoC Repository

  • GitHub Issue Tracker

  • VulDB Submission Report

  • VulDB Vulnerability Entry

  • VulDB CTI Information
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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