CVE-2026-63766 Details
Description
GPT-SoVITS through 20250606v2pro contains an OS command injection vulnerability in webui.py where ASR, slice, denoise, and uvr5 functions interpolate unsanitized Gradio textbox values directly into shell commands executed with shell=True. Attackers can inject shell metacharacters through path parameters to execute arbitrary OS commands as the server process user without authentication.
A command injection vulnerability has been identified in GPT-SoVITS versions through 20250606v2pro. The issue resides in webui.py, where the ASR, slice, denoise, and uvr5 functions directly incorporate unsanitized input from Gradio textboxes into shell commands executed with shell=True. This flaw allows attackers to inject shell metacharacters through path parameters, executing arbitrary OS commands as the user running the server process, without requiring authentication.
To address this vulnerability, remove the use of shell=True with user input. Instead, pass commands as argument lists to Popen, ensuring that paths are not interpreted by the shell. Additionally, enhance the clean_path function to reject shell metacharacters and validate paths. Implement authentication for the WebUI or set it to loopback by default.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 20, 2026CISA-ADP
Assessed Jul 21, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/RVC-Boss/GPT-SoVITS/issues/2793 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/RVC-Boss/GPT-SoVITS/issues/2793 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/gpt-sovits-20250606v2pro-os-command-injection-via-webui-py | [email protected] | AdvisoryRemedy |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-78 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| RVC-Boss GPT-SoVITS | <= 20250606v2pro |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 21, 2026 | CVE Modified | CISA-ADP |
| Jul 20, 2026 | New CVE Received | [email protected] |
Volerion