Insufficient Session Expiration Affecting directus package, versions >=10.10.0 <10.11.0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-JS-DIRECTUS-6839434
- published 14 May 2024
- disclosed 13 May 2024
- credit Unknown
Introduced: 13 May 2024
CVE-2024-34709 Open this link in a new tabHow to fix?
Upgrade directus
to version 10.11.0 or higher.
Overview
directus is a Directus is a real-time API and App dashboard for managing SQL database content.
Affected versions of this package are vulnerable to Insufficient Session Expiration due to the improper handling of session tokens during logout. An attacker can maintain access using a captured session token by exploiting this behavior.
Notes:
Steps to reproduce:
Copy the current session token from the cookie
Refresh and or log out
Use the saved session token to check if it is still valid
The lack of proper session expiration may improve the likely success of certain attacks. Incorrect token invalidation could allow an attacker to use the browser's history to access a Directus instance session previously accessed by the victim.