CVE-2025-53885: Directus doesn't redact sensitive user data when logging via event hooks
Summary
When using Directus Flows to handle CRUD events for users it is possible to log the incoming data to console using the "Log to Console" operation and a template string.
Impact
Malicious admins can log sensitive data from other users when they are created or updated.
Workarounds Avoid logging sensitive data to the console outside the context of development.
Other sources
Directus is a real-time API and App dashboard for managing SQL database content. Starting in version 9.0.0 and prior to version 11.9.0, when using Directus Flows to handle CRUD events for users it is possible to log the incoming data to console using the "Log to Console" operation and a template string. Malicious admins can log sensitive data from other users when they are created or updated. Version 11.9.0 contains a fix for the issue. As a workaround, avoid logging sensitive data to the console outside the context of development.
— MITRE
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2025-53885?
The severity of CVE-2025-53885 is considered to be moderate due to the potential exposure of sensitive data through console logging.
How do I fix CVE-2025-53885?
To fix CVE-2025-53885, upgrade Directus to version 11.9.0 or later.
What versions of Directus are affected by CVE-2025-53885?
Directus versions 9.0.0 to 11.8.9 are affected by CVE-2025-53885.
What type of vulnerability is CVE-2025-53885?
CVE-2025-53885 is a data exposure vulnerability related to logging sensitive information to the console.
Can CVE-2025-53885 affect data integrity?
CVE-2025-53885 does not directly affect data integrity but may lead to unauthorized data exposure.