First published: Mon May 05 2025(Updated: )
Retrieval-based-Voice-Conversion-WebUI is a voice changing framework based on VITS. Versions 2.2.231006 and prior are vulnerable to command injection. The variables exp_dir1, np7, trainset_dir4 and sr2 take user input and pass it to the preprocess_dataset function, which concatenates them into a command that is run on the server. This can lead to arbitrary command execution. As of time of publication, no known patches exist.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Retrieval-based Voice Conversion WebUI | <2.2.231006 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-43842 is classified as a critical command injection vulnerability.
To fix CVE-2025-43842, upgrade the Retrieval-based Voice Conversion WebUI to version 2.2.231007 or later.
CVE-2025-43842 affects Retrieval-based Voice Conversion WebUI versions 2.2.231006 and prior.
Successful exploitation of CVE-2025-43842 could allow an attacker to execute arbitrary commands on the server.
CVE-2025-43842 can be exploited through user input variables that are inadequately sanitized before being passed to the preprocess_dataset function.