icon

We found results for “

CVE-2024-45596

Good to know:

icon

Date: September 10, 2024

Directus is a real-time API and App dashboard for managing SQL database content. An unauthenticated user can access credentials of last authenticated user via OpenID or OAuth2 where the authentication URL did not include redirect query string. This happens because on that endpoint for both OpenId and Oauth2 Directus is using the respond middleware, which by default will try to cache GET requests that met some conditions. Although, those conditions do not include this scenario, when an unauthenticated request returns user credentials. This vulnerability is fixed in 10.13.3 and 11.1.0.

Language: TYPE_SCRIPT

Severity Score

Severity Score

Weakness Type (CWE)

Session Fixation

CWE-384

Use of Cache Containing Sensitive Information

CWE-524

Top Fix

icon

Upgrade Version

Upgrade to version directus - 11.1.0;@directus/api - 21.0.1;@directus/api - 22.2.0

Learn More

CVSS v3.1

Base Score:
Attack Vector (AV): NETWORK
Attack Complexity (AC): LOW
Privileges Required (PR): NONE
User Interaction (UI): REQUIRED
Scope (S): CHANGED
Confidentiality (C): HIGH
Integrity (I): NONE
Availability (A): NONE

Do you need more information?

Contact Us