Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-35410

CVE-2026-35410: Directus Open Redirect Vulnerability

CVE-2026-35410 is an open redirect vulnerability in Directus that allows attackers to bypass validation and redirect users to malicious sites. This article covers technical details, affected versions, impact, and mitigation.

Published: April 10, 2026

CVE-2026-35410 Overview

CVE-2026-35410 is an open redirect vulnerability discovered in Directus, a real-time API and App dashboard for managing SQL database content. Prior to version 11.16.1, the isLoginRedirectAllowed function fails to correctly identify certain malformed URLs as external, allowing attackers to bypass redirect allow-list validation and redirect users to arbitrary external domains upon successful authentication.

Open redirect vulnerabilities are particularly dangerous in authentication flows because they can be weaponized for credential phishing attacks. An attacker can craft a legitimate-looking login URL that, upon successful authentication, redirects the victim to a malicious site designed to capture additional credentials or deliver malware.

Critical Impact

Attackers can exploit this vulnerability to redirect authenticated users to malicious external domains, enabling credential phishing and session hijacking attacks.

Affected Products

  • Directus versions prior to 11.16.1
  • Directus API and App dashboard installations with default login redirection enabled
  • Self-hosted and cloud-hosted Directus deployments

Discovery Timeline

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

Technical Details for CVE-2026-35410

Vulnerability Analysis

This open redirect vulnerability (CWE-184: Incomplete List of Disallowed Inputs) exists in the login redirection logic of Directus. The root issue stems from the isLoginRedirectAllowed function's inability to properly parse and validate malformed URLs that appear internal but actually resolve to external domains.

When a user authenticates through Directus, the application checks if the redirect URL is allowed based on a configured allow-list. However, by crafting specially formatted URLs that exploit parsing inconsistencies, an attacker can bypass this validation entirely. The vulnerability requires user interaction—the victim must click on a malicious link and complete the authentication process.

The scope extends beyond the vulnerable application itself, as successful exploitation redirects users to attacker-controlled external domains, potentially exposing them to secondary attacks.

Root Cause

The vulnerability originates from incomplete input validation in the isLoginRedirectAllowed function. This function is responsible for determining whether a redirect URL should be permitted after successful authentication. The function fails to account for edge cases involving malformed URLs that URL parsers may interpret differently than intended.

Specifically, certain URL formats can bypass the allow-list check because the validation logic does not properly handle all possible URL representations. This is a classic example of CWE-184 (Incomplete List of Disallowed Inputs), where the security mechanism fails to anticipate all malicious input patterns.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker can exploit this vulnerability through the following scenario:

  1. The attacker crafts a malicious URL containing the Directus login endpoint with a manipulated redirect parameter
  2. The malformed redirect URL is designed to bypass the isLoginRedirectAllowed validation function
  3. The attacker distributes this link via phishing emails, social engineering, or embedded in other websites
  4. When a victim clicks the link and successfully authenticates to Directus, they are redirected to the attacker-controlled external domain
  5. The attacker's site can then harvest credentials, deploy malware, or conduct further social engineering attacks

The vulnerability is particularly effective because the initial login page is legitimate, building trust with the victim before the malicious redirect occurs. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35410

Indicators of Compromise

  • Unusual redirect URLs in Directus authentication logs containing malformed or obfuscated domain patterns
  • User complaints about being redirected to unexpected external sites after login
  • Authentication events followed immediately by requests to external domains
  • Login URLs containing suspicious redirect parameters with URL encoding anomalies

Detection Strategies

  • Review web server access logs for login requests with redirect parameters containing unusual URL patterns such as backslashes, mixed protocols, or URL-encoded characters
  • Implement Content Security Policy (CSP) headers to restrict navigation targets and alert on violations
  • Monitor authentication flow logs for redirects to domains outside the expected allow-list
  • Deploy web application firewall (WAF) rules to detect and block malformed redirect parameters

Monitoring Recommendations

  • Enable detailed logging for the Directus authentication module to capture all redirect parameter values
  • Configure alerting for any login redirects that resolve to external domains
  • Implement real-time monitoring for user sessions that terminate immediately after authentication with external navigation
  • Audit the redirect allow-list configuration periodically to ensure it reflects only legitimate internal destinations

How to Mitigate CVE-2026-35410

Immediate Actions Required

  • Upgrade Directus to version 11.16.1 or later immediately
  • Review recent authentication logs for evidence of exploitation attempts
  • Notify users about potential phishing attempts that may leverage this vulnerability
  • Temporarily disable or restrict login redirect functionality if immediate patching is not possible

Patch Information

The vulnerability is fixed in Directus version 11.16.1. Organizations should prioritize upgrading to this version or later to remediate the vulnerability. The fix addresses the URL parsing logic in the isLoginRedirectAllowed function to properly identify and reject malformed external URLs.

For complete details on the security fix, see the GitHub Security Advisory.

Workarounds

  • Implement a strict Content Security Policy (CSP) with form-action and navigate-to directives to limit redirect destinations
  • Configure a web application firewall (WAF) to inspect and block requests with suspicious redirect parameters
  • Disable the redirect after login feature entirely if not required for business operations
  • Implement server-side redirect validation with an explicit allow-list of fully qualified internal URLs
bash
# Example: Restricting Directus redirects via environment configuration
# Add to your Directus environment file

# Disable redirect functionality as a temporary workaround
PUBLIC_URL="https://your-directus-instance.com"

# Configure strict CORS and redirect policies
CORS_ENABLED=true
CORS_ORIGIN="https://your-directus-instance.com"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDirectus

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-184
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35408: Directus SSO Auth Bypass Vulnerability

  • CVE-2026-35412: Directus Auth Bypass Vulnerability

  • CVE-2026-22032: Directus SAML Auth Bypass Vulnerability

  • CVE-2026-39943: Directus Information Disclosure Flaw
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