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

CVE-2026-35409: Directus SSRF Protection Bypass Vulnerability

CVE-2026-35409 is an SSRF protection bypass flaw in Directus that allows attackers to circumvent IP validation using IPv4-Mapped IPv6 addresses. This article covers the technical details, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-35409 Overview

Directus, a real-time API and App dashboard for managing SQL database content, contains a Server-Side Request Forgery (SSRF) protection bypass vulnerability in versions prior to 11.16.0. The IP address validation mechanism designed to block requests to local and private networks can be circumvented using IPv4-Mapped IPv6 address notation, potentially allowing attackers to access internal resources that should be protected.

Critical Impact

Authenticated attackers can bypass SSRF protections to access internal network resources, potentially leading to unauthorized data access, internal service enumeration, and further exploitation of backend systems.

Affected Products

  • Directus versions prior to 11.16.0

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35409 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35409

Vulnerability Analysis

This vulnerability (CWE-918: Server-Side Request Forgery) exists due to insufficient validation of IP addresses in Directus's SSRF protection mechanism. When Directus processes user-controlled URLs for server-side requests, it validates the target IP address to prevent requests to internal or private network ranges. However, the validation logic fails to properly account for IPv4-Mapped IPv6 addresses.

IPv4-Mapped IPv6 addresses use the format ::ffff:x.x.x.x to represent IPv4 addresses within the IPv6 address space. For example, the localhost address 127.0.0.1 can be represented as ::ffff:127.0.0.1 or ::ffff:7f00:0001. The vulnerable validation code likely checks for standard IPv4 private ranges (e.g., 127.0.0.0/8, 10.0.0.0/8, 192.168.0.0/16) but fails to recognize these same addresses when expressed in IPv4-mapped IPv6 notation.

Root Cause

The root cause lies in incomplete IP address normalization before validation. The SSRF protection mechanism validates against known private and local IP ranges but does not normalize IPv6 representations to their IPv4 equivalents before performing the check. This allows attackers to express blocked IPv4 addresses in IPv6 format, bypassing the blacklist validation entirely.

Attack Vector

An authenticated attacker with low privileges can exploit this vulnerability by crafting requests containing IPv4-Mapped IPv6 addresses targeting internal network resources. The attack is network-accessible and requires no user interaction. Since the attack bypasses SSRF protections, the attacker can:

  1. Access internal services that are not directly exposed to the internet
  2. Retrieve sensitive data from internal APIs or databases
  3. Scan internal network infrastructure
  4. Potentially pivot to other internal systems using the Directus server as a proxy

For example, instead of requesting http://127.0.0.1:8080/admin, which would be blocked, an attacker could request http://[::ffff:127.0.0.1]:8080/admin to bypass the validation. For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35409

Indicators of Compromise

  • Unusual outbound requests from Directus servers to internal IP ranges using IPv6 notation
  • Web server logs containing URL patterns with ::ffff: prefixes targeting internal addresses
  • Unexpected data access patterns from the Directus application to internal services
  • Network traffic from Directus to internal services that normally would not be accessed

Detection Strategies

  • Implement network monitoring rules to detect IPv4-Mapped IPv6 address patterns in outbound requests from Directus servers
  • Review Directus application logs for requests containing ::ffff: or other IPv6 representations of internal addresses
  • Monitor for unusual internal network connections originating from Directus application servers
  • Deploy Web Application Firewall (WAF) rules to detect SSRF bypass attempts using IPv6 notation

Monitoring Recommendations

  • Enable detailed logging for all URL-based operations in Directus
  • Set up alerts for connections from Directus to internal network ranges via any protocol
  • Monitor DNS queries from Directus servers for internal hostname resolution patterns
  • Implement network segmentation monitoring to detect lateral movement attempts

How to Mitigate CVE-2026-35409

Immediate Actions Required

  • Upgrade Directus to version 11.16.0 or later immediately
  • Review Directus access logs for potential exploitation attempts using IPv6 address patterns
  • Implement network-level controls to restrict Directus server outbound connections to internal resources
  • Temporarily disable any features that allow user-controlled URL fetching until patched

Patch Information

The vulnerability is fixed in Directus version 11.16.0. Organizations should upgrade to this version or later to remediate the vulnerability. The patch addresses the IP address validation bypass by properly normalizing IPv4-Mapped IPv6 addresses before validation. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Implement network segmentation to prevent the Directus server from accessing sensitive internal services
  • Deploy a reverse proxy or WAF with IPv6 address normalization capabilities to filter malicious requests
  • Restrict outbound network access from Directus servers using firewall rules at the network level
  • Consider using an allowlist-based approach for external URL fetching instead of a blocklist
bash
# Example: Network firewall rule to restrict Directus server outbound access
# Block outbound connections to internal ranges (adjust for your network)
iptables -A OUTPUT -s <directus-server-ip> -d 127.0.0.0/8 -j DROP
iptables -A OUTPUT -s <directus-server-ip> -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -s <directus-server-ip> -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -s <directus-server-ip> -d 192.168.0.0/16 -j DROP
# Block IPv6 loopback and link-local
ip6tables -A OUTPUT -s <directus-server-ip6> -d ::1/128 -j DROP
ip6tables -A OUTPUT -s <directus-server-ip6> -d fe80::/10 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechDirectus

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-7729: Pixelsock Directus-MCP SSRF 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