CVE-2026-35410
published 2026-04-06CVE-2026-35410: Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.1, an open redirect vulnerability exists in the login…
PriorityP335medium6.1CVSS 3.1
AVNACLPRNUIRSCCLILAN
EPSS
0.26%
16.9th percentile
Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.16.1, an open redirect vulnerability exists in the login redirection logic. 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. This vulnerability is fixed in 11.16.1.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| directus | directus | < 11.16.1 | 11.16.1 |
| directus | directus | >= 0 < 11.16.1 | 11.16.1 |
| monospace | directus | < 11.16.1 | 11.16.1 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Directus: Open Redirect via Parser Bypass in OAuth2/SAML Authentication Flow
ghsa·2026-04-04
CVE-2026-35410 [MEDIUM] CWE-184 Directus: Open Redirect via Parser Bypass in OAuth2/SAML Authentication Flow
Directus: Open Redirect via Parser Bypass in OAuth2/SAML Authentication Flow
### Summary
An open redirect vulnerability exists in the login redirection logic. 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.
### Details
A parser differential exists between the server-side URL validation logic and how modern browsers interpret URL path segments containing backslashes. Specifically, certain URL patterns are incorrectly classified as safe relative paths by the server, but are normalized by browsers into external domain references.
This is particularly impactful in SSO authentication flows (e.g., O
OSV
Directus: Open Redirect via Parser Bypass in OAuth2/SAML Authentication Flow
osv·2026-04-04
CVE-2026-35410 [MEDIUM] Directus: Open Redirect via Parser Bypass in OAuth2/SAML Authentication Flow
Directus: Open Redirect via Parser Bypass in OAuth2/SAML Authentication Flow
### Summary
An open redirect vulnerability exists in the login redirection logic. 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.
### Details
A parser differential exists between the server-side URL validation logic and how modern browsers interpret URL path segments containing backslashes. Specifically, certain URL patterns are incorrectly classified as safe relative paths by the server, but are normalized by browsers into external domain references.
This is particularly impactful in SSO authentication flows (e.g., O
No detection rules found.
No public exploits indexed.
2026-04-06
Published