CVE-2025-64749
BaseFortify
Publication date: 2025-11-13
Last updated on: 2025-12-08
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| monospace | directus | to 11.13.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-209 | The product generates an error message that includes sensitive information about its environment, users, or associated data. |
| CWE-203 | The product behaves differently or sends different responses under different circumstances in a way that is observable to an unauthorized actor, which exposes security-relevant information about the state of the product, such as whether a particular operation was successful or not. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Directus versions prior to 11.13.0 involves the REST API returning different error messages when a user tries to access an existing collection they are not authorized to access versus a non-existing collection. This difference in error messages allows unauthorized users to determine whether a collection exists, leaking information about the database structure.
How can this vulnerability impact me? :
The vulnerability can impact you by leaking information about the existence of collections in the database to unauthorized users. This information disclosure could aid attackers in mapping the database structure, potentially facilitating further attacks or unauthorized data access.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Directus to version 11.13.0 or later, as this version fixes the issue with error message differences that leak collection existence information.