CVE Catalog

CVE-2026-61835

HighCVSS 7.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

In Directus prior to version 12.0.0, the SSRF protection on the file-import-from-URL feature can be bypassed using the address 0.0.0.0 because the system treats it as a keyword for local interfaces but never blocks the literal address. On Linux and macOS, connecting to 0.0.0.0 reaches localhost, allowing an authenticated user with file-upload rights to fetch internal services via the /files/import endpoint and retrieve the response as a downloadable file.

Risk Assessment

The organization is at risk of data leakage from internal services, such as databases or configuration servers, through an SSRF attack. An attacker can access sensitive information without direct access to the internal network.

Recommendation

Immediately update Directus to version 12.0.0 or later, which includes a fix blocking the 0.0.0.0 address in SSRF protection. If an update is not possible, temporarily restrict access to the /files/import endpoint to trusted users only.

Other vulnerabilities in Directus

See all
Original NVD description (English source)

Directus is a real-time API and App dashboard for managing SQL database content. Prior to 12.0.0, the SSRF protection on Directus's file-import-from-URL feature can be bypassed using the address 0.0.0.0 because api/src/request/is-denied-ip.ts treats 0.0.0.0 as a keyword for local interfaces but never blocks the literal address itself. On Linux and macOS, connecting to 0.0.0.0 reaches localhost, so an authenticated user with file-upload rights can make the server fetch internal services through the /files/import endpoint and retrieve the response as a downloadable file. This issue is fixed in version 12.0.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS