External risk intelligence

Directus SSO OAuth Redirect Vulnerability.

CVE advisorySeverity: CRITICAL (CVSS 9.3)

CVE-2026-35408

Directus is a web-based API and dashboard management platform designed for content and database administration. These applications are commonly deployed as internet-facing web services to allow authorized users to manage content remotely, making their login and authentication endpoints standard components of the publicly reachable surface.

Monospace Directus

before 11.17.0

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A security vulnerability has been identified in Directus, a platform used for managing SQL database content through a real-time API and dashboard. The issue, related to how login pages handle cross-origin requests, could allow attackers to intercept user authentication flows and potentially gain unauthorized access to user accounts linked to their authentication providers.

  • Login pages can be tricked by other websites.
  • Prevents unauthorized access to user accounts.
  • Confirm Directus usage and assess potential exposure.

Attack Path

How an attacker could exploit the issue

An attacker can leverage a vulnerability in Directus's Single Sign-On (SSO) login pages to hijack user authentication. By creating a malicious website that opens the Directus login page in a new window, the attacker can interfere with the OAuth authorization process. This allows them to redirect the user to an attacker-controlled client, tricking them into granting unauthorized access to their connected accounts, such as Google or Discord.

  • Requires attacker-controlled website.
  • Victim must click a link.
  • Allows account takeover.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an attacker to redirect the OAuth authorization flow, causing users to unknowingly grant access to their authentication provider accounts when interacting with Directus login pages. This could occur when a malicious, cross-origin window opens the Directus login page.

  • User authentication credentials
  • Interception of OAuth authorization flow
  • Unauthorized access to user accounts

Operational Fix

Recommended remediation, mitigation, and detection steps

The Directus platform's SSO login pages are vulnerable to cross-site scripting attacks that can lead to account compromise. The first step is to identify all Directus instances, determine their exposure, and confirm ownership. The platform team or the team managing the application that uses Directus for SSO should take the lead, followed by the security team for broader exposure analysis.

  • Application and platform teams own resolution.
  • Verify SSO integration reachability and criticality.
  • Plan remediation during maintenance windows.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Directus?

Directus is a software platform designed to manage SQL database content. It provides a real-time API and a dashboard interface, allowing teams to administer content and data. Because it is used to manage backend databases, it is frequently deployed as a web service to facilitate remote access for authorized administrators.

What does CVE-2026-35408 mean?

This vulnerability, categorized under CWE-346 and CWE-693, involves a failure to implement a specific security header called Cross-Origin-Opener-Policy (COOP) on SSO login pages. Without this, a web browser cannot properly isolate the login page. This lack of isolation allows a malicious website to interact with the Directus login window, potentially intercepting the authentication process.

How can an attacker trigger this vulnerability?

An attacker needs to entice a user to visit a malicious website that opens the Directus login page in a separate browser window. The attack requires the victim to interact with this malicious site. Simply viewing or using the legitimate Directus dashboard in a standard way without being lured to a third-party site does not trigger this security flaw.

Why does Halo Surface Signal flag this as an external risk?

Halo Surface Signal identifies this as a relevant concern because Directus instances are often deployed as internet-facing web services. Since the vulnerability targets the authentication workflow, any instance reachable from the public internet provides a potential pathway for an attacker to target users who are attempting to log in.

What should I do if I am running Directus?

First, identify all instances of Directus within your environment and verify which versions are currently in use. If you are running any version prior to 11.17.0, you are affected. Coordinate with your platform or application teams to update the software to version 11.17.0 or later, which includes the necessary security headers to prevent this unauthorized redirection.

References