CVE-2026-43624 PUBLISHED

F5-TTS 1.1.20 Path Traversal via finetune_gradio.py create_data_project()

Assigner: VulnCheck
Reserved: 01.05.2026 Published: 01.06.2026 Updated: 01.06.2026

F5-TTS through version 1.1.20 contains a path traversal vulnerability in the finetune Gradio handlers that allows unauthenticated attackers to write arbitrary files by passing unsanitized user-supplied project names directly to os.path.join() without validating the resulting path stays within the intended base directory. Attackers can supply absolute path arguments such as /tmp/EVIL to override the base directory entirely and create arbitrary directories with attacker-controlled JSON content at any filesystem path writable by the server process.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N
CVSS Score: 8.8

Product Status

Vendor SWivid
Product F5-TTS
Versions Default: affected
  • affected from 0 to 1.1.20 (incl.)
  • Version 2f53ded68e5f69e248ceb200a51ef4d1dc647936 is unaffected

Credits

  • YU SUN finder

References

Problem Types

  • Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE