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

Abidlabs

#32125of 56,330
8.7Total CVSS
Vulnerabilities · 1
PT-2026-54771
8.7
2026-07-01
Gradio · Gradio · CVE-2026-49119
**Name of the Vulnerable Software and Affected Versions** Gradio versions prior to 6.16.0 **Description** A path traversal issue exists in the `preprocess()` function of the FileExplorer component. Unauthenticated attackers can escape the configured root directory by providing path segments that include absolute paths or directory traversal sequences. This occurs because the `os.path.join` function may discard the `root dir` prefix when processing these crafted segments, leading to arbitrary file read or the exposure of sensitive files located outside the intended directory. **Recommendations** Update Gradio to version 6.16.0 or later.