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

CVE-2026-35408: Directus SSO Auth Bypass Vulnerability

CVE-2026-35408 is an authentication bypass flaw in Directus SSO login pages that allows attackers to intercept OAuth flows and gain unauthorized access. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-35408 Overview

CVE-2026-35408 is a high-severity vulnerability affecting Directus, a real-time API and App dashboard for managing SQL database content. Prior to version 11.17.0, Directus's Single Sign-On (SSO) login pages lacked a Cross-Origin-Opener-Policy (COOP) HTTP response header. Without this header, a malicious cross-origin window that opens the Directus login page retains the ability to access and manipulate the window object of that page.

An attacker can exploit this vulnerability to intercept and redirect the OAuth authorization flow to an attacker-controlled OAuth client, causing the victim to unknowingly grant access to their authentication provider account (e.g., Google, Discord).

Critical Impact

Attackers can hijack OAuth authentication flows, potentially gaining unauthorized access to victim accounts on identity providers like Google and Discord through cross-origin window manipulation.

Affected Products

  • Directus versions prior to 11.17.0
  • Directus SSO login pages using OAuth providers
  • Deployments utilizing identity providers (Google, Discord, etc.) for authentication

Discovery Timeline

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

Technical Details for CVE-2026-35408

Vulnerability Analysis

This vulnerability is classified as CWE-346 (Origin Validation Error), which occurs when the application fails to properly verify that an incoming request or communication originates from a trusted source. The absence of the Cross-Origin-Opener-Policy (COOP) header on SSO login pages creates a critical security gap in the OAuth authentication flow.

When a user initiates an OAuth login through Directus, the authentication flow typically opens in a new window or redirects the user to the identity provider. Without the COOP header set to same-origin or a similarly restrictive value, cross-origin windows maintain a reference to the window.opener object. This allows a malicious page that opened the Directus login window to retain access to and manipulate the window object.

The attack requires network access and involves some complexity in setting up the malicious infrastructure, but requires no authentication or special privileges to execute. The scope of impact extends beyond Directus itself to the victim's identity provider accounts.

Root Cause

The root cause of this vulnerability lies in the missing Cross-Origin-Opener-Policy HTTP response header on Directus SSO login pages. The COOP header is a security mechanism designed to prevent cross-origin windows from accessing each other's browsing contexts. When absent, browsers allow cross-origin window references to persist, enabling cross-origin window manipulation attacks.

Specifically, when a malicious website opens a Directus login page using window.open(), the returned reference maintains access to the opened window's properties and methods. This design flaw allows attackers to interfere with the OAuth authorization flow by modifying the window's location or intercepting sensitive authentication data.

Attack Vector

The attack leverages the network-accessible SSO login endpoints and exploits the OAuth authorization flow through cross-origin window manipulation:

  1. An attacker hosts a malicious website and entices a victim to visit it
  2. The malicious page uses window.open() to open the Directus SSO login page
  3. Due to the missing COOP header, the attacker's page retains a reference to the opened window
  4. As the victim proceeds with OAuth authentication, the attacker intercepts the flow
  5. The attacker redirects the OAuth authorization to an attacker-controlled OAuth client
  6. The victim unknowingly grants the attacker access to their identity provider account

This attack can compromise accounts on major identity providers such as Google and Discord, potentially leading to unauthorized access to sensitive data and services linked to those accounts. For technical details, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35408

Indicators of Compromise

  • Unusual OAuth authorization requests originating from unexpected client applications
  • Authentication logs showing redirects to unfamiliar OAuth client IDs
  • Users reporting unexpected access grants to their identity provider accounts
  • Network traffic indicating cross-origin window interactions with SSO login pages

Detection Strategies

  • Review HTTP response headers on SSO login pages for missing COOP headers
  • Monitor OAuth provider dashboards for unauthorized client authorizations
  • Implement logging for OAuth flow redirects and client ID changes
  • Analyze web server access logs for patterns indicating cross-origin window attacks

Monitoring Recommendations

  • Enable detailed logging on Directus SSO authentication endpoints
  • Configure alerts for OAuth authorization requests to non-approved client IDs
  • Monitor identity provider audit logs for suspicious access grants
  • Implement Content Security Policy (CSP) reporting to detect unauthorized framing attempts

How to Mitigate CVE-2026-35408

Immediate Actions Required

  • Upgrade Directus to version 11.17.0 or later immediately
  • Review OAuth provider dashboards for any unauthorized application authorizations
  • Audit user accounts for signs of compromise following OAuth hijacking
  • Notify users to review their identity provider connected applications

Patch Information

Directus has addressed this vulnerability in version 11.17.0. The fix implements the Cross-Origin-Opener-Policy header on SSO login pages, preventing cross-origin windows from manipulating the authentication flow. Organizations should upgrade to the patched version as the primary remediation strategy. For complete details, see the GitHub Security Advisory.

Workarounds

  • Implement a reverse proxy or web application firewall to inject the COOP header on SSO endpoints
  • Configure server-level headers using web server configuration (nginx, Apache)
  • Restrict SSO authentication to trusted network segments where possible
  • Consider temporarily disabling SSO until the upgrade can be completed
bash
# Nginx configuration to add COOP header as interim mitigation
location /auth/login {
    add_header Cross-Origin-Opener-Policy "same-origin" always;
    # ... existing proxy configuration
}

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

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-346
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35412: Directus Auth Bypass Vulnerability

  • CVE-2026-35410: Directus Open Redirect 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