Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Angelmmiguel

#45137of 56,330
6.3Total CVSS
Vulnerabilities · 1
PT-2026-71984
6.3
2026-02-06
Unknown · Actix-Files · CVE-2026-72814
**Name of the Vulnerable Software and Affected Versions** actix-files versions prior to 0.6.10 **Description** An information exposure issue exists when a non-existing folder is provided as the `serve from` argument to the `Files::new()` function. In this scenario, the mount path defaults to an empty path, and the service joins the request path with this empty path and canonicalizes it. This causes Rust to resolve the request as a relative path, allowing an attacker to request paths relative to the application's working directory and access unintended files. **Recommendations** Update actix-files to version 0.6.10 or later.