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-8116

CVE-2026-8116: xiaozhi-mcphub Path Traversal Flaw

CVE-2026-8116 is a path traversal vulnerability in xiaozhi-mcphub up to version 1.0.3 that allows remote attackers to manipulate file paths via manifest.name. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-8116 Overview

CVE-2026-8116 is a path traversal vulnerability [CWE-22] in the huangjunsen0406/xiaozhi-mcphub project through version 1.0.3. The flaw exists in src/controllers/dxtController.ts, where the manifest.name argument is processed without proper sanitization. An authenticated remote attacker can manipulate this argument to access files outside the intended directory. Public exploit details are available, and the project maintainer has not responded to the issue report at the time of disclosure.

Critical Impact

Remote attackers with low privileges can traverse the file system via the manifest.name parameter, leading to limited confidentiality, integrity, and availability impact on the host running xiaozhi-mcphub.

Affected Products

  • huangjunsen0406 xiaozhi-mcphub versions up to and including 1.0.3
  • Component: src/controllers/dxtController.ts
  • Deployments exposing the DXT controller endpoint to network access

Discovery Timeline

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

Technical Details for CVE-2026-8116

Vulnerability Analysis

The vulnerability is a path traversal weakness affecting the DXT controller logic in xiaozhi-mcphub. When the application processes a manifest object, the manifest.name field is used to construct file system paths without validating or normalizing the supplied value. This allows an attacker to inject directory traversal sequences such as ../ to escape the intended working directory.

The issue is reachable over the network and requires only low privileges. According to the public disclosure, exploit information has been published, and the upstream project was notified through a GitHub Issue Tracker report but has not addressed the report. The EPSS score is 0.065%, indicating low observed exploitation likelihood at the time of analysis.

Root Cause

The root cause is missing input validation on the manifest.name argument in src/controllers/dxtController.ts. The controller concatenates or joins this attacker-controlled string into a file path used for read or write operations. Without canonicalization or an allow-list check, traversal sequences resolve to locations outside the intended directory tree.

Attack Vector

An authenticated remote attacker submits a crafted manifest payload to the DXT controller endpoint. The manifest.name field contains directory traversal sequences such as ../../etc/passwd or Windows equivalents. The server resolves the path and performs the requested file operation outside the application's working directory. No user interaction is required, and the attack proceeds over standard network protocols.

Real code examples are not available for this CVE. Refer to the GitHub Project Repository and the VulDB Vulnerability #361904 entry for additional technical detail.

Detection Methods for CVE-2026-8116

Indicators of Compromise

  • HTTP requests to DXT controller routes containing traversal sequences such as ../, ..\, %2e%2e%2f, or URL-encoded variants in the manifest.name field
  • Application log entries showing file reads or writes outside the configured xiaozhi-mcphub working directory
  • Access to sensitive system files such as /etc/passwd, /etc/shadow, or application configuration files originating from the xiaozhi-mcphub process

Detection Strategies

  • Inspect application and reverse-proxy logs for manifest upload requests where the name field contains path separators or encoded traversal patterns
  • Deploy file integrity monitoring on directories outside the xiaozhi-mcphub working tree to flag unexpected access by the Node.js process
  • Correlate authentication events with file system telemetry to identify low-privilege accounts performing anomalous file operations

Monitoring Recommendations

  • Enable verbose request logging on the DXT controller endpoint and forward logs to a centralized SIEM for pattern matching
  • Alert on process file-access events originating from the xiaozhi-mcphub runtime that resolve to paths outside its application root
  • Track outbound connections and file exfiltration patterns from hosts running xiaozhi-mcphub instances

How to Mitigate CVE-2026-8116

Immediate Actions Required

  • Restrict network exposure of the xiaozhi-mcphub DXT controller endpoint to trusted networks only
  • Audit existing manifest submissions for traversal sequences in the name field and review file system activity for suspicious access
  • Run the xiaozhi-mcphub process under a dedicated low-privilege account with file system permissions limited to its working directory

Patch Information

No official patch is available at the time of writing. The maintainer of the GitHub Project Repository has not responded to the GitHub Issue Tracker report. Track the upstream project for new releases beyond version 1.0.3 and review the VulDB Vulnerability #361904 entry for status updates.

Workarounds

  • Place xiaozhi-mcphub behind a web application firewall (WAF) configured to block path traversal patterns in JSON request bodies
  • Apply a reverse-proxy rule that rejects requests where the manifest payload contains .., /, or \ characters in the name field
  • Containerize the deployment with a read-only root filesystem and mount only the required writable paths to limit traversal impact
  • Disable the DXT controller endpoint entirely if it is not required for production workloads
bash
# Example nginx rule to drop requests with traversal sequences in manifest names
location /api/dxt {
    if ($request_body ~* "\"name\"\s*:\s*\"[^\"]*\\.\\.") {
        return 400;
    }
    proxy_pass http://xiaozhi-mcphub-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/TechHuangjunsen0406

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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 Project Repository

  • GitHub Issue Tracker

  • VulDB Submission #808260

  • VulDB Vulnerability #361904

  • VulDB CTI for #361904
  • Latest CVEs
  • CVE-2026-46333: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-2586: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-2587: Eclipse Glassfish RCE Vulnerability

  • CVE-2026-45255: FreeBSD bsdinstall/bsdconfig RCE Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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