Server-Side Request Forgery (SSRF) in starlette - #VU132267
Published: May 25, 2026
starlette
Detailed vulnerability description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to server-side request forgery (SSRF) in StaticFiles.lookup_path() when processing a UNC path on Windows. A remote attacker can send a specially crafted request containing a UNC path to disclose sensitive information.
Only Windows systems using the default configuration with follow_symlink set to false are affected. The issue can leak the service account's NTLMv2 credentials to an attacker-controlled SMB host.