CVE-2025-64748: Directus's conceal fields are searchable if read permissions enabled
Summary
A vulnerability allows authenticated users to search concealed/sensitive fields when they have read permissions. While actual values remain masked (), successful matches can be detected through returned records, enabling enumeration attacks on sensitive data.
Details
The system permits search operations on concealed fields in the directususers collection, including token, tfasecret, password. Matching records are returned with masked values, but their presence confirms the searched value exists.
The "Recommended Defaults" for "App Access" grant users full read permissions to their role/user records, inadvertently enabling them to search for any user's tokens, TFA secrets, and password hashes. Attackers can leverage known password hashes from breach databases to identify accounts with compromised passwords.
Impact
This vulnerability enables: - Token enumeration - Verification of valid authentication tokens - Password hash matching - Identification of accounts using known compromised passwords - Information disclosure - Confirmation of sensitive value existence without viewing actual data - Increased attack surface - Default permissions automatically expose all deployments using recommended settings
The risk is particularly high for password fields, where attackers can cross-reference publicly available hash databases to identify vulnerable accounts.
Other sources
Directus is a real-time API and App dashboard for managing SQL database content. A vulnerability in versions prior to 11.13.0 allows authenticated users to search concealed/sensitive fields when they have read permissions. While actual values remain masked (), successful matches can be detected through returned records, enabling enumeration attacks on sensitive data. Version 11.13.0 fixes the issue.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-64748?
CVE-2025-64748 is considered a medium severity vulnerability affecting Directus versions prior to 11.13.0.
How do I fix CVE-2025-64748?
To fix CVE-2025-64748, upgrade Directus to version 11.13.0 or later.
Who is affected by CVE-2025-64748?
Authenticated users with read permissions in Directus versions prior to 11.13.0 are affected by CVE-2025-64748.
What type of data exposure is possible with CVE-2025-64748?
CVE-2025-64748 allows users to search for concealed fields in Directus, potentially revealing sensitive information.
What is the impact of CVE-2025-64748?
The impact of CVE-2025-64748 includes the risk of unauthorized data access to sensitive fields, even when values are masked.