CVE-2025-27786 HIGH

CVE-2025-27786: Applio allows arbitrary file removal in core.py

Vendor Iahispano
Product Applio
Weakness CWE-22 · Path traversal
Published March 19, 2025
Last update March 20, 2025

CVSS base score

7.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:P

What the vulnerability does

01Description

Applio is a voice conversion tool. Versions 3.2.8-bugfix and prior are vulnerable to arbitrary file removal in core.py. `output_tts_path` in tts.py takes arbitrary user input and passes it to `run_tts_script` function in core.py, which checks if the path in `output_tts_path` exists, and if yes, removes that path, which leads to arbitrary file removal. As of time of publication, no known patches are available.

Key dates

02Disclosure timeline

March 19, 2025 CVE published
March 20, 2025 Record updated