CVE-2025-27787
Last modified
CVE-2025-27787 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Applio is a voice conversion tool. Versions 3.2.8-bugfix and prior are vulnerable to denial of service (DoS) in restart.py. EPSS estimates a 0.74% chance of exploitation in the next 30 days.
Description
Applio is a voice conversion tool. Versions 3.2.8-bugfix and prior are vulnerable to denial of service (DoS) in restart.py. `model_name` in train.py takes user input, and passes it to the `stop_train` function in restart.py, which uses it construct a path to a folder with `config.json`. That `config.json` is opened and the list of values under "process_pids" are read. Next all the process IDs listed in the JSON are killed. Using one of the arbitrary file writes, one can write to `logs/foobar` a `config.json` file, which contains a list of process IDs. Then one can access this endpoint to kill these processes. Since an attacker can't know what process is running on which process ID, they can send a list of hundreds of process IDs, which can kill the process that applio is using to run, as well as other, potentially important processes, which leads to DoS. Note that constructing a path with user input also enables path traversal. For example, by supplying "../../" in `model_name` one can access `config.json` freom locations two folders down on the server. As of time of publication, no known patches are available.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Applio | Applio | <= 3.2.8-bugfix |
References
- https://securitylab.github.com/advisories/GHSL-2024-354_Applio/Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-27787?
How severe is CVE-2025-27787?
How do I fix CVE-2025-27787?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-27781Applio is a voice conversion tool. Versions 3.2.8-bugfix and…9.8
- CVE-2025-27782Applio is a voice conversion tool. Versions 3.2.8-bugfix and…9.8
- CVE-2025-27783Applio is a voice conversion tool. Versions 3.2.8-bugfix and…9.8
- CVE-2025-27784Applio is a voice conversion tool. Versions 3.2.8-bugfix and…7.5
- CVE-2025-27785Applio is a voice conversion tool. Versions 3.2.8-bugfix and…7.5
- CVE-2025-27786Applio is a voice conversion tool. Versions 3.2.8-bugfix and…9.1
- CVE-2025-27788JSON is a JSON implementation for Ruby. Starting in version …7.5
- CVE-2025-27789Babel is a compiler for writing next generation JavaScript. …6.2
- CVE-2025-2779The Insert Headers and Footers Code – HT Script plugin for W…6.5
- CVE-2025-27791Collabora Online is a collaborative online office suite base…8.3
- CVE-2025-27792Opal is OBiBa’s core database application for biobanks or ep…7.7
- CVE-2025-27793Vega is a visualization grammar, a declarative format for cr…5.3
Are you affected by CVE-2025-27787?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
