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

CVE-2026-29787: Mcp-memory-service Info Disclosure Flaw

CVE-2026-29787 is an information disclosure vulnerability in mcp-memory-service that exposes sensitive system data via unauthenticated endpoints. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-29787 Overview

CVE-2026-29787 is an Information Disclosure vulnerability affecting mcp-memory-service, an open-source memory backend for multi-agent systems. Prior to version 10.21.0, the /api/health/detailed endpoint returns detailed system information including OS version, Python version, CPU count, memory totals, disk usage, and the full database filesystem path. When MCP_ALLOW_ANONYMOUS_ACCESS=true is set (required for the HTTP server to function without OAuth/API key), this endpoint is accessible without authentication. Combined with the default 0.0.0.0 binding, this exposes sensitive reconnaissance data to the entire network.

Critical Impact

Unauthenticated attackers can harvest sensitive system reconnaissance data including OS details, resource configurations, and database paths, enabling targeted follow-up attacks against exposed mcp-memory-service deployments.

Affected Products

  • doobidoo mcp-memory-service (versions prior to 10.21.0)

Discovery Timeline

  • 2026-03-07 - CVE CVE-2026-29787 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-29787

Vulnerability Analysis

This vulnerability stems from an insecure endpoint design in mcp-memory-service that exposes sensitive system information without requiring authentication. The /api/health/detailed endpoint was implemented to provide diagnostic information but inadvertently becomes an information disclosure vector when combined with permissive configuration settings.

The vulnerability is categorized under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), reflecting its core issue of making sensitive data available to unauthenticated users. The attack can be executed remotely over the network without any user interaction or special privileges, making it accessible to any attacker with network visibility to the service.

Root Cause

The root cause is a combination of two design decisions that create a security gap:

  1. Verbose Health Endpoint: The /api/health/detailed endpoint returns extensive system metadata including operating system version, Python interpreter version, CPU count, total memory, disk usage statistics, and critically, the full filesystem path to the database.

  2. Authentication Bypass by Design: When MCP_ALLOW_ANONYMOUS_ACCESS=true is configured—a setting required for the HTTP server to operate without OAuth or API key authentication—all endpoints including the detailed health endpoint become accessible without credentials.

  3. Permissive Network Binding: The default binding to 0.0.0.0 exposes the service to all network interfaces rather than restricting it to localhost, amplifying the exposure when combined with anonymous access.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with network access to the mcp-memory-service can directly query the /api/health/detailed endpoint to retrieve system reconnaissance data. This information can be leveraged for:

  • Targeted Exploitation: OS and Python version information helps attackers identify applicable exploits
  • Infrastructure Mapping: CPU count and memory information reveals deployment scale
  • Attack Planning: Database path exposure could facilitate subsequent file inclusion or path traversal attacks
  • Privilege Escalation Preparation: Understanding system resources assists in crafting resource exhaustion or other targeted attacks

The vulnerability is exploited by simply sending an HTTP GET request to the vulnerable endpoint when the service is running with anonymous access enabled.

Detection Methods for CVE-2026-29787

Indicators of Compromise

  • Unexpected or repeated HTTP requests to /api/health/detailed endpoint from external IP addresses
  • Access logs showing queries to health endpoints from untrusted network sources
  • Reconnaissance patterns where /api/health/detailed queries precede other attack attempts
  • High-frequency automated probing of health check endpoints

Detection Strategies

  • Monitor HTTP access logs for requests to /api/health/detailed from non-internal sources
  • Implement network-level monitoring to detect external access attempts to mcp-memory-service ports
  • Configure web application firewalls to alert on sensitive endpoint access from unauthenticated sessions
  • Deploy intrusion detection rules targeting reconnaissance patterns against health check endpoints

Monitoring Recommendations

  • Enable verbose logging for the mcp-memory-service and centralize logs for analysis
  • Create alerts for any access to the /api/health/detailed endpoint from outside trusted network ranges
  • Implement rate limiting on health endpoints to detect and slow automated reconnaissance
  • Regularly audit network exposure of mcp-memory-service instances to identify misconfigured deployments

How to Mitigate CVE-2026-29787

Immediate Actions Required

  • Upgrade mcp-memory-service to version 10.21.0 or later immediately
  • Audit current deployments for MCP_ALLOW_ANONYMOUS_ACCESS=true configuration
  • Restrict network binding from 0.0.0.0 to localhost (127.0.0.1) or specific internal interfaces
  • Implement network-level access controls (firewall rules, security groups) to limit access to trusted sources only

Patch Information

The vulnerability has been patched in mcp-memory-service version 10.21.0. The fix is available via GitHub Commit 18f4323ca92763196aa2922f691dfbeb6bd84e48. Organizations should upgrade to the patched version and review the GitHub Security Advisory GHSA-73hc-m4hx-79pj for complete remediation guidance.

Workarounds

  • Disable anonymous access by removing or setting MCP_ALLOW_ANONYMOUS_ACCESS=false and implementing proper OAuth or API key authentication
  • Change the network binding configuration from 0.0.0.0 to 127.0.0.1 to limit exposure to localhost only
  • Deploy the service behind a reverse proxy with authentication requirements for all endpoints
  • Use network segmentation and firewall rules to restrict access to the mcp-memory-service to trusted internal networks only
bash
# Configuration example - Restrict network binding and disable anonymous access
# Set environment variables before starting mcp-memory-service
export MCP_ALLOW_ANONYMOUS_ACCESS=false
export MCP_BIND_ADDRESS=127.0.0.1
# Alternatively, use firewall rules to restrict access
# Example: Allow only internal network access to service port
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDoobidoo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-73hc-m4hx-79pj
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs 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