CVE Catalog

CVE-2026-49119

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.69%

49th percentile - higher than 49% of all known CVEs

Summary

A path traversal vulnerability in the FileExplorer component of Gradio before version 6.16.0 allows unauthenticated attackers to read files outside the configured root directory. Attackers can use traversal sequences or absolute paths that cause os.path.join to discard the root_dir prefix.

Risk Assessment

The risk involves unauthorized reading of sensitive system files or application data, potentially leading to information disclosure and confidentiality breaches.

Recommendation

Immediately upgrade Gradio to version 6.16.0 or later, which includes a fix for the path traversal vulnerability in the FileExplorer component.

Other vulnerabilities in Gradio

See all
Original NVD description (English source)

Gradio before 6.16.0 contain a path traversal vulnerability in the FileExplorer component's preprocess() method that allows unauthenticated attackers to escape the configured root directory by supplying path segments containing directory traversal sequences or absolute paths. Attackers can provide crafted path segments that cause os.path.join to discard the root_dir prefix entirely, resulting in arbitrary file read or exposure of sensitive files outside the intended directory.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS