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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
10 Sep 2024, 19:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-10 19:15
Updated : 2024-09-11 16:26
NVD link : CVE-2024-45596
Mitre link : CVE-2024-45596
JSON object : View
Products Affected
No product.
CWE
CWE-524
Use of Cache Containing Sensitive Information