2 matches found
CVE-2026-72814 actix-web before 0.6.10 Information Disclosure via Files
The actix-files crate actixfiles before version 0.6.10 contains an information exposure vulnerability. When a non-existing folder is passed as the servefrom argument to Files::new, the mount path defaults to an empty path; the service then joins the request path with this empty path and...
6.3CVSS
SaveExploits0References2
CVE-2026-72814
The actix-files crate (actix_files) before version 0.6.10 contains an information exposure vulnerability. If serve_from is a non-existing folder in Files::new(), the mount path becomes empty and the service joins and canonicalizes the request path against this empty path, causing Rust to treat it...
6.3CVSS5.3AI score
SaveExploits0References2
20