CVE-2025-64749
published 2025-11-13CVE-2025-64749: Directus is a real-time API and App dashboard for managing SQL database content. An observable difference in error messaging was found in the Directus REST API…
PriorityP424medium4.3CVSS 3.1
AVNACLPRLUINSUCLINAN
EPSS
0.30%
21.8th percentile
Directus is a real-time API and App dashboard for managing SQL database content. An observable difference in error messaging was found in the Directus REST API in versions of Directus prior to version 11.13.0. The `/items/{collection}` API returns different error messages for two cases: when a user tries to access an existing collection which they are not authorized to access, and when user tries to access a non-existing collection. The two differing error messages leak the existence of collections to users which are not authorized to access these collections. Version 11.13.0 fixes the issue.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| directus | api | >= 0 < 32.0.0 | 32.0.0 |
| directus | directus | < 11.13.0 | 11.13.0 |
| directus | directus | >= 0 < 11.13.0 | 11.13.0 |
| monospace | directus | < 11.13.0 | 11.13.0 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Directus Vulnerable to Information Leakage in Existing Collections
ghsa·2025-11-13
CVE-2025-64749 [MEDIUM] CWE-203 Directus Vulnerable to Information Leakage in Existing Collections
Directus Vulnerable to Information Leakage in Existing Collections
### Summary:
An observable difference in error messaging was found in the Directus REST API. The `/items/{collection}` API returns different error messages for these two cases:
1. A user tries to access an existing collection which they are not authorized to access.
2. A user tries to access a non-existing collection.
The two differing error messages leak the existence of collections to users which are not authorized to access these collections.
### Details:
The following response returns an error message, when requesting a collection the user is not authorized to access.
```
GET /items/no-access
{
"errors": [
{
"message": "You don't have permission to access collection \"no-access\" or it does not exist. Queried in r
OSV
Directus Vulnerable to Information Leakage in Existing Collections
osv·2025-11-13
CVE-2025-64749 [MEDIUM] Directus Vulnerable to Information Leakage in Existing Collections
Directus Vulnerable to Information Leakage in Existing Collections
### Summary:
An observable difference in error messaging was found in the Directus REST API. The `/items/{collection}` API returns different error messages for these two cases:
1. A user tries to access an existing collection which they are not authorized to access.
2. A user tries to access a non-existing collection.
The two differing error messages leak the existence of collections to users which are not authorized to access these collections.
### Details:
The following response returns an error message, when requesting a collection the user is not authorized to access.
```
GET /items/no-access
{
"errors": [
{
"message": "You don't have permission to access collection \"no-access\" or it does not exist. Queried in r
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2025-11-13
Published