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

CVE-2026-7729: Pixelsock Directus-MCP SSRF Vulnerability

CVE-2026-7729 is a server-side request forgery flaw in pixelsock directus-mcp 1.0.0 affecting the validateUrl function. Attackers can exploit this remotely to manipulate server requests. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-7729 Overview

CVE-2026-7729 is a Server-Side Request Forgery (SSRF) vulnerability affecting pixelsock directus-mcp version 1.0.0. The flaw resides in the validateUrl function within index.ts of the MCP Interface component. An attacker who controls the fileUrl argument can coerce the server into issuing arbitrary HTTP requests on behalf of the application.

The issue is tracked under [CWE-918] and can be triggered remotely with low privileges. Public exploit details have been released, and a pull request to remediate the issue is awaiting acceptance from the maintainers.

Critical Impact

An authenticated remote attacker can manipulate the fileUrl parameter to perform SSRF, enabling internal network probing and unauthorized requests originating from the server.

Affected Products

  • pixelsock directus-mcp 1.0.0
  • MCP Interface component (index.ts, validateUrl function)
  • Deployments exposing the Model Context Protocol (MCP) endpoint to untrusted clients

Discovery Timeline

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

Technical Details for CVE-2026-7729

Vulnerability Analysis

The directus-mcp project implements a Model Context Protocol bridge to a Directus backend. The validateUrl routine in index.ts is intended to verify URLs supplied through the fileUrl parameter before the server fetches the referenced resource. The validation is insufficient, allowing attacker-controlled URLs to bypass the intended allowlist.

When the server processes a crafted fileUrl, it issues an outbound HTTP request to the attacker-specified destination. This permits requests to internal services, cloud metadata endpoints, and other resources reachable from the server's network position. The vulnerability is classified as Server-Side Request Forgery under [CWE-918].

Exploitation requires only network reachability to the MCP interface and a low-privilege account capable of submitting a fileUrl. Because the public exploit has been released and the fix has not yet been merged, exposed instances remain at risk.

Root Cause

The root cause is improper input validation inside validateUrl. The function fails to enforce a strict allowlist on hostnames, schemes, and resolved IP addresses. As a result, attackers can supply URLs pointing at internal address ranges (RFC 1918), loopback interfaces, link-local metadata services, or arbitrary external hosts that the validator should reject.

Attack Vector

An attacker submits a request to the MCP interface and sets the fileUrl argument to a target of their choosing. The server-side handler invokes validateUrl, accepts the malicious value, and performs a fetch against the supplied URL. Common abuse patterns include reaching http://169.254.169.254/ for cloud metadata theft, scanning internal HTTP services, and pivoting to non-HTTP services where the URL parser tolerates alternate schemes.

The vulnerability mechanism is described in prose because no verified exploit code is published in this advisory. Refer to the GitHub Issue Report and the proposed GitHub Pull Request for technical details.

Detection Methods for CVE-2026-7729

Indicators of Compromise

  • Outbound HTTP requests from the directus-mcp host to internal RFC 1918 ranges, loopback addresses, or cloud metadata endpoints such as 169.254.169.254.
  • MCP request logs containing fileUrl values that reference non-public hostnames, IP literals, or unexpected URL schemes.
  • Spikes in fetches initiated by the MCP service to hosts outside the documented Directus asset domains.

Detection Strategies

  • Inspect application logs for invocations of validateUrl and correlate them with the resolved destination of the subsequent fetch.
  • Deploy egress filtering and alert on any traffic originating from the directus-mcp process to internal subnets or metadata services.
  • Add Web Application Firewall (WAF) rules that flag fileUrl parameters containing IP literals, encoded characters, or non-HTTPS schemes.

Monitoring Recommendations

  • Forward directus-mcp logs and host network telemetry to a centralized SIEM and retain at least 90 days of history for forensic review.
  • Baseline normal outbound destinations for the MCP service and alert on deviations.
  • Monitor the upstream repository for merge of the pending fix in GitHub Pull Request #14.

How to Mitigate CVE-2026-7729

Immediate Actions Required

  • Restrict network egress from hosts running directus-mcp 1.0.0 to only the domains required for legitimate Directus operations.
  • Place the MCP interface behind authentication and limit access to trusted internal clients.
  • Block the MCP host from reaching cloud instance metadata services and internal management subnets.

Patch Information

No official release containing the fix is available at the time of publication. The proposed remediation is tracked in GitHub Pull Request #14 and awaits maintainer acceptance. Operators should monitor the pixelsock directus-mcp repository for an updated release and apply the fix once merged.

Workarounds

  • Apply the patch from the pending pull request as a local fork until an official release is published.
  • Implement an outbound proxy that enforces a strict allowlist of destination hostnames for the MCP service.
  • Reject fileUrl values whose resolved IPs fall within private, loopback, link-local, or metadata ranges before passing them to the fetch routine.
bash
# Example egress allowlist using iptables on the directus-mcp host
iptables -A OUTPUT -m owner --uid-owner directus-mcp -d 127.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner directus-mcp -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -m owner --uid-owner directus-mcp -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -m owner --uid-owner directus-mcp -d 192.168.0.0/16 -j REJECT
iptables -A OUTPUT -m owner --uid-owner directus-mcp -d 169.254.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechDirectus

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.04%

  • 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-918
  • Technical References
  • GitHub Issue Discussion

  • GitHub Repository

  • GitHub Issue Report

  • GitHub Pull Request

  • VulDB Submission

  • VulDB Vulnerability Details

  • VulDB CTI Details
  • Related CVEs
  • CVE-2026-35409: Directus SSRF Protection Bypass Vulnerability

  • CVE-2026-39943: Directus Information Disclosure Flaw

  • CVE-2026-39942: Directus Privilege Escalation Vulnerability

  • CVE-2026-35441: Directus GraphQL DOS Vulnerability
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