Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4Blast Radius
ecosystem impact- 3 npm packages depend on directus (1 direct, 2 indirect)
Ecosystem-wide dependent count for version 11.17.0.
DescriptionGitHub Advisory
Directus is a real-time API and App dashboard for managing SQL database content. Prior to 11.17.0, Directus stores revision records (in directus_revisions) whenever items are created or updated. Due to the revision snapshot code not consistently calling the prepareDelta sanitization pipeline, sensitive fields (including user tokens, two-factor authentication secrets, external auth identifiers, auth data, stored credentials, and AI provider API keys) could be stored in plaintext within revision records. This vulnerability is fixed in 11.17.0.
AnalysisAI
Directus before 11.17.0 stores sensitive authentication and credential data in plaintext within revision records due to incomplete sanitization of revision snapshots, allowing authenticated users with database access to retrieve user tokens, 2FA secrets, external auth identifiers, and API keys from the directus_revisions table. The vulnerability affects all versions before 11.17.0 and requires low-privilege authenticated access to exploit; no public exploit code or active exploitation has been identified at time of analysis.
Technical ContextAI
Directus maintains a revision history system stored in the directus_revisions table that captures snapshots of item changes for audit and recovery purposes. The vulnerability stems from the revision snapshot serialization code failing to consistently invoke the prepareDelta sanitization pipeline, which is responsible for scrubbing sensitive field types (PR:L in CVSS indicates authenticated access is required). The root cause is improper input validation and data handling (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor) where the revision system bypasses the normal field-level security controls that would otherwise mask or exclude sensitive data during storage. Affected is the entire Directus product line via cpe:2.3:a:directus:directus:*:*:*:*:*:*:*:* prior to version 11.17.0.
RemediationAI
Vendor-released patch: Upgrade Directus to version 11.17.0 or later, which fixes the prepareDelta sanitization pipeline to consistently scrub sensitive fields from revision snapshots. Detailed guidance is available in the GitHub security advisory at https://github.com/directus/directus/security/advisories/GHSA-mvv8-v4jj-g47j and the release notes at https://github.com/directus/directus/releases/tag/v11.17.0. Organizations unable to upgrade immediately should audit their directus_revisions table for plaintext sensitive data (tokens, secrets, API keys) and consider implementing database-level access controls to restrict read permissions on the revisions table to trusted administrators only. Post-patch, existing revision records containing sensitive plaintext should be purged or re-encrypted if retention is required for compliance.
Directus 6.4.9 has a hardcoded admin password for the Admin account because of an INSERT statement in api/schema.sql. Ra
Directus is a real-time API and App dashboard for managing SQL database content. Rated critical severity (CVSS 9.3), thi
Directus 8 before 8.8.2 allows remote authenticated users to execute arbitrary code because file-upload permissions incl
In Directus 8.x through 8.8.1, an attacker can switch to the administrator role (via the PATCH method) without any contr
Directus is a real-time API and App dashboard for managing SQL database content. Rated high severity (CVSS 8.6), this vu
Directus is a real-time API and App dashboard for managing SQL database content. Rated high severity (CVSS 8.2), this vu
Directus is a real-time API and App dashboard for managing SQL database content. Rated high severity (CVSS 7.7), this vu
Directus is a real-time API and App dashboard for managing SQL database content. Rated high severity (CVSS 7.5), this vu
Directus is a real-time API and App dashboard for managing SQL database content. Rated high severity (CVSS 7.5), this vu
Directus is a real-time API and App dashboard for managing SQL database content. Rated high severity (CVSS 7.5), this vu
In Directus 8.x through 8.8.1, an attacker can see all users in the CMS using the API /users/{id}. Rated high severity (
Directus is a real-time API and App dashboard for managing SQL database content. Rated medium severity (CVSS 6.5), this
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-20952