CVE-2024-28239
published 2024-03-12CVE-2024-28239: Directus is a real-time API and App dashboard for managing SQL database content. The authentication API has a `redirect` parameter that can be exploited as an…
PriorityP419medium4.3CVSS 3.1
AVNACLPRNUIRSUCNILAN
EPSS
0.58%
43.4th percentile
Directus is a real-time API and App dashboard for managing SQL database content. The authentication API has a `redirect` parameter that can be exploited as an open redirect vulnerability as the user tries to log in via the API URL. There's a redirect that is done after successful login via the Auth API GET request to `directus/auth/login/google?redirect=http://malicious-fishing-site.com`. While credentials don't seem to be passed to the attacker site, the user can be phished into clicking a legitimate directus site and be taken to a malicious site made to look like a an error message "Your password needs to be updated" to phish out the current password. Users who login via OAuth2 into Directus may be at risk. This issue has been addressed in version 10.10.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| directus | directus | < 10.10.0 | 10.10.0 |
| directus | directus | >= 0 < 10.10.0 | 10.10.0 |
| monospace | directus | < 10.10.0 | 10.10.0 |
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.
OSV
URL Redirection to Untrusted Site in OAuth2/OpenID in directus
osv·2024-03-12
CVE-2024-28239 [MEDIUM] URL Redirection to Untrusted Site in OAuth2/OpenID in directus
URL Redirection to Untrusted Site in OAuth2/OpenID in directus
### Summary
The authentication API has a `redirect` parameter that can be exploited as an open redirect vulnerability as the user tries to log in via the API URL https://docs.directus.io/reference/authentication.html#login-using-sso-providers /auth/login/google?redirect for example.
### Details
There's a redirect that is done after successful login via the Auth API GET request to `directus/auth/login/google?redirect=http://malicious-fishing-site.com`, which I think is here: https://github.com/directus/directus/blob/main/api/src/auth/drivers/oauth2.ts#L394. While credentials don't seem to be passed to the attacker site, the user can be phished into clicking a legitimate directus site and be taken to a malicious site made to lo
GHSA
URL Redirection to Untrusted Site in OAuth2/OpenID in directus
ghsa·2024-03-12
CVE-2024-28239 [MEDIUM] CWE-601 URL Redirection to Untrusted Site in OAuth2/OpenID in directus
URL Redirection to Untrusted Site in OAuth2/OpenID in directus
### Summary
The authentication API has a `redirect` parameter that can be exploited as an open redirect vulnerability as the user tries to log in via the API URL https://docs.directus.io/reference/authentication.html#login-using-sso-providers /auth/login/google?redirect for example.
### Details
There's a redirect that is done after successful login via the Auth API GET request to `directus/auth/login/google?redirect=http://malicious-fishing-site.com`, which I think is here: https://github.com/directus/directus/blob/main/api/src/auth/drivers/oauth2.ts#L394. While credentials don't seem to be passed to the attacker site, the user can be phished into clicking a legitimate directus site and be taken to a malicious site made to lo
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://docs.directus.io/reference/authentication.html#login-using-sso-providershttps://github.com/directus/directus/commit/5477d7d61babd7ffc2f835d399bf79611b15b203https://github.com/directus/directus/security/advisories/GHSA-fr3w-2p22-6w7phttps://docs.directus.io/reference/authentication.html#login-using-sso-providershttps://github.com/directus/directus/commit/5477d7d61babd7ffc2f835d399bf79611b15b203https://github.com/directus/directus/security/advisories/GHSA-fr3w-2p22-6w7p
2024-03-12
Published