VYPR

actix-files

by Actix

CVEs (2)

  • CVE-2026-72813MedAug 14, 2026
    risk 0.38cvss epss

    actix-files before 0.6.10 contains a denial of service vulnerability triggered by an empty Range header in GET requests for static files. When panic is set to abort, remote attackers can crash the process on-demand by sending a GET request with an empty Range header.

  • CVE-2026-72814MedAug 14, 2026
    risk 0.34cvss epss

    The actix-files crate (actix_files) before version 0.6.10 contains an information exposure vulnerability. When a non-existing folder is passed as the serve_from argument to Files::new(), the mount path defaults to an empty path; the service then joins the request path with this…