Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/directus@10.8.3
purl pkg:npm/directus@10.8.3
Vulnerabilities affecting this package (0)
Vulnerability Summary Fixed by
This package is not known to be affected by vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-ejme-tqn4-byhk Directus version number disclosure ### Impact Currently the exact Directus version number is being shipped in compiled JS bundles which are accessible without authentication. With this information a malicious attacker can trivially look for known vulnerabilities in Directus core or any of its shipped dependencies in that specific running version. ### Patches The problem has been resolved in versions 10.8.3 and newer ### Workarounds None CVE-2024-27296
GHSA-5mhg-wv8w-p59j
VCID-gjju-tu4e-gqfc Directus has MySQL accent insensitive email matching ## Password reset vulnerable to accent confusion The password reset mechanism of the Directus backend is implemented in a way where combined with (specific, need to double check if i can work around) configuration in MySQL or MariaDB. As such, it allows attackers to receive a password reset email of a victim user, specifically having it arrive at a similar email address as the victim with a one or more characters changed to use accents. This is due to the fact that by default MySQL/MariaDB are configured for accent-insenstive and case-insensitve comparisons. MySQL weak comparison: ```sql select 1 from directus_users where 'julian@cure53.de' = 'julian@cüre53.de'; ``` This is exploitable due to an error in the API using the supplied email address for sending the reset password mail instead of using the email from the database. ### Steps to reproduce: 1. If the attacker knows the email address of the victim user, i.e., `julian@cure53.de`. (possibly just the domain could be enough for an educated guess) 2. A off-by-one accented domain `cüre53.de` can be registered to be able to receive emails. 3. With this email the attacker can request a password reset for `julian@cüre53.de`. ```http POST /auth/password/request HTTP/1.1 Host: example.com [...] {"email":"julian@cüre53.de"} ``` 4. The supplied email (julian@cüre53.de) gets checked against the database and will match the non-accented email `julian@cure53.de` and will continue to email the password reset link to the provided email address instead of the saved email address. 5. With this email the attacker can log into the target account and use it for nefarious things ### Workarounds Should be possible with collations but haven't been able to confirm this. ### References - https://www.monolune.com/articles/what-is-the-utf8mb4_0900_ai_ci-collation/ - https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-sets.html CVE-2024-27295
GHSA-qw9g-7549-7wg5

Date Actor Action Vulnerability Source VulnerableCode Version
2026-05-31T01:02:22.674755+00:00 GHSA Importer Fixing VCID-ejme-tqn4-byhk https://github.com/advisories/GHSA-5mhg-wv8w-p59j 38.6.0
2026-05-31T01:02:22.328514+00:00 GHSA Importer Fixing VCID-gjju-tu4e-gqfc https://github.com/advisories/GHSA-qw9g-7549-7wg5 38.6.0
2026-05-30T21:03:31.647638+00:00 GitLab Importer Fixing VCID-ejme-tqn4-byhk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/directus/CVE-2024-27296.yml 38.6.0
2026-05-30T21:03:31.188073+00:00 GitLab Importer Fixing VCID-gjju-tu4e-gqfc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/directus/CVE-2024-27295.yml 38.6.0