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

CVE-2026-35411: Directus Open Redirect Vulnerability

CVE-2026-35411 is an open redirect flaw in Directus that redirects administrators to malicious sites after 2FA setup. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-35411 Overview

CVE-2026-35411 is an open redirect vulnerability affecting Directus, a real-time API and App dashboard for managing SQL database content. Prior to version 11.16.1, Directus is vulnerable to an open redirect via the redirect query parameter on the /admin/tfa-setup page. When an administrator who has not yet configured Two-Factor Authentication (2FA) visits a crafted URL, they are presented with the legitimate Directus 2FA setup page. After completing the setup process, the application redirects the user to the attacker-controlled URL specified in the redirect parameter without any validation.

Critical Impact

This vulnerability enables phishing attacks targeting Directus administrators by exploiting trust in the legitimate domain. Attackers can craft malicious URLs that redirect administrators to credential harvesting pages after completing authentic 2FA setup flows.

Affected Products

  • Directus versions prior to 11.16.1
  • Directus installations with unconfigured administrator 2FA
  • Self-hosted Directus deployments with exposed admin interfaces

Discovery Timeline

  • April 6, 2026 - CVE CVE-2026-35411 published to NVD
  • April 7, 2026 - Last updated in NVD database

Technical Details for CVE-2026-35411

Vulnerability Analysis

This vulnerability is classified as CWE-601 (URL Redirection to Untrusted Site, also known as "Open Redirect"). The flaw exists in how Directus handles the redirect query parameter during the Two-Factor Authentication setup process at the /admin/tfa-setup endpoint. The application fails to validate or sanitize the redirect URL, allowing attackers to specify arbitrary external destinations.

The attack specifically targets administrators who have not yet configured 2FA, making it a targeted phishing vector. Since the initial interaction occurs entirely on the legitimate Directus domain, victims are more likely to trust the experience and proceed through the malicious redirect after completing the authentic 2FA enrollment.

Root Cause

The root cause of this vulnerability is insufficient input validation on the redirect query parameter within the 2FA setup workflow. The application accepts and processes arbitrary URLs without verifying that the destination belongs to a trusted domain or matches an allowlist of permitted redirect targets. This lack of URL validation before performing the redirect enables attackers to chain legitimate authentication flows with malicious external destinations.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious URL targeting the /admin/tfa-setup endpoint with a redirect parameter pointing to an attacker-controlled domain. The attack flow proceeds as follows:

  1. Attacker identifies a Directus administrator who has not configured 2FA
  2. Attacker sends a phishing email or message containing the crafted URL (e.g., https://trusted-directus.example.com/admin/tfa-setup?redirect=https://malicious-site.com/fake-login)
  3. Administrator clicks the link and is presented with the legitimate Directus 2FA setup page
  4. Administrator completes the authentic 2FA enrollment process
  5. Upon completion, Directus redirects the administrator to the attacker-controlled URL
  6. The attacker's site may present a fake login page to harvest credentials

The vulnerability is particularly effective because the entire 2FA setup experience is legitimate, building trust before the malicious redirect occurs. For technical details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35411

Indicators of Compromise

  • HTTP requests to /admin/tfa-setup containing redirect parameters with external domains
  • Outbound redirects from Directus servers to untrusted or suspicious external URLs
  • User reports of unexpected redirects after completing 2FA setup
  • Web server logs showing 302/303 redirect responses to external domains from the 2FA setup endpoint

Detection Strategies

  • Monitor web application logs for requests to /admin/tfa-setup with redirect parameters containing external URLs
  • Implement web application firewall (WAF) rules to flag or block requests with external redirect parameters
  • Review access logs for patterns of administrator accounts accessing 2FA setup pages from unusual referrers
  • Deploy URL inspection tools to identify open redirect attempts in real-time

Monitoring Recommendations

  • Enable detailed logging for the Directus admin interface, particularly authentication-related endpoints
  • Configure alerting for HTTP redirects to domains outside the organization's trusted list
  • Implement user and entity behavior analytics (UEBA) to detect unusual administrator authentication patterns
  • Regularly audit administrator accounts for signs of compromise following 2FA enrollment events

How to Mitigate CVE-2026-35411

Immediate Actions Required

  • Upgrade Directus to version 11.16.1 or later immediately
  • Review administrator accounts for any that have not completed 2FA setup and ensure they configure it through verified internal channels
  • Educate administrators about phishing risks and instruct them to access the 2FA setup page directly rather than through email links
  • Temporarily restrict external access to the Directus admin interface if upgrade is not immediately possible

Patch Information

This vulnerability is fixed in Directus version 11.16.1. Organizations should upgrade to this version or later as soon as possible. The patch implements proper validation of the redirect parameter to prevent redirection to untrusted external URLs. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Deploy a reverse proxy or WAF rule to strip or validate the redirect parameter on requests to /admin/tfa-setup
  • Restrict access to the Directus admin interface to trusted internal networks or VPN-only access
  • Implement Content Security Policy (CSP) headers with strict form-action directives to limit redirect destinations
  • Configure network-level blocking of known malicious domains to mitigate post-redirect exploitation
bash
# Example nginx configuration to block external redirects on tfa-setup
# Add to your Directus nginx server block
location /admin/tfa-setup {
    # Strip redirect parameter with external URLs
    if ($arg_redirect ~* "^https?://(?!your-trusted-domain\.com)") {
        return 403;
    }
    proxy_pass http://directus_backend;
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechDirectus

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-601
  • 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