All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-49119
HIGHpublished 2026-07-01 19:16 UTC · 3 days ago · modified 2026-07-02 19:46 UTC
8.7
CVSS / 10
// description
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.
// weaknesses (CWE)
- CWE-22