Server-Side Request Forgery (SSRF) in Directus - CVE-2026-61835
Published: August 7, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information from internal services.
The vulnerability exists due to server-side request forgery in the file-import-from-URL feature when handling URL imports to the /files/import endpoint. A remote user can supply a URL using the 0.0.0.0 address to disclose sensitive information from internal services.
On Linux and macOS, requests to 0.0.0.0 reach localhost, and the response body is stored as a downloadable file.