VYPR

StaticFiles

by Starlette

CVEs (1)

  • CVE-2026-48818higJun 15, 2026
    risk 0.38cvss epss

    ### Summary When serving static files on Windows, `StaticFiles` resolves the requested path with [`os.path.realpath`](https://docs.python.org/3/library/os.path.html#os.path.realpath). If a UNC path (such as `\\attacker.com\share`) reaches the resolver, `realpath` causes the…