<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>RVC-Boss - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/rvc-boss/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 20 Jul 2026 20:18:01 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/rvc-boss/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-63766: Unauthenticated OS Command Injection in GPT-SoVITS webui.py</title><link>https://feed.craftedsignal.io/briefs/2026-07-gpt-sovits-os-command-injection/</link><pubDate>Mon, 20 Jul 2026 20:18:01 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-gpt-sovits-os-command-injection/</guid><description>An unauthenticated OS command injection vulnerability (CVE-2026-63766) in GPT-SoVITS through version 20250606v2pro's webui.py allows attackers to execute arbitrary operating system commands via shell metacharacters in Gradio textbox inputs, leading to remote code execution.</description><content:encoded><![CDATA[<p>GPT-SoVITS, a platform for text-to-speech and voice cloning, is affected by a critical OS command injection vulnerability, CVE-2026-63766, impacting versions through 20250606v2pro. This flaw resides in the <code>webui.py</code> component, specifically within the <code>ASR</code>, <code>slice</code>, <code>denoise</code>, and <code>uvr5</code> functions. These functions insecurely interpolate unsanitized Gradio textbox values directly into shell commands executed with <code>shell=True</code>. An unauthenticated attacker can exploit this by injecting shell metacharacters (e.g., semicolons, pipes, ampersands) through path parameters in HTTP requests. Successful exploitation grants the attacker arbitrary OS command execution privileges, running commands as the user associated with the GPT-SoVITS server process, potentially leading to full system compromise. The vulnerability has a CVSS v3.1 base score of 9.8, indicating a critical severity and ease of exploitation.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker sends a specially crafted HTTP request to the vulnerable GPT-SoVITS web interface.</li>
<li>The request targets a susceptible function within <code>webui.py</code>, such as <code>ASR</code>, <code>slice</code>, <code>denoise</code>, or <code>uvr5</code>.</li>
<li>The attacker injects shell metacharacters (e.g., <code>;</code>, <code>|</code>, <code>&amp;&amp;</code>, <code>$()</code>) into a path parameter or Gradio textbox input that is not properly sanitized.</li>
<li>The vulnerable Python code in <code>webui.py</code> interpolates the unsanitized malicious input directly into a system command executed using a shell (e.g., <code>subprocess.run(..., shell=True)</code>).</li>
<li>The operating system's shell processes the combined command string, interpreting the injected metacharacters as distinct commands.</li>
<li>The attacker's arbitrary commands are executed on the server, typically with the privileges of the GPT-SoVITS application user.</li>
<li>The attacker gains remote code execution, potentially enabling persistent access, data exfiltration, or further lateral movement within the network.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-63766 results in unauthenticated remote code execution (RCE) on the server hosting GPT-SoVITS. Given the CVSS v3.1 score of 9.8 (Critical), this vulnerability allows for complete compromise of confidentiality, integrity, and availability of the affected system. Attackers can execute any command with the privileges of the server process, enabling them to install backdoors, steal sensitive data, modify system configurations, or deploy further malicious payloads. Organizations using GPT-SoVITS for AI/ML model inference or development could face significant data breaches, operational disruption, and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch GPT-SoVITS to a version beyond 20250606v2pro to remediate CVE-2026-63766 immediately.</li>
<li>Deploy the provided Sigma rule to your SIEM to detect exploitation attempts targeting <code>webui.py</code> with shell metacharacters.</li>
<li>Monitor web server access logs and application logs for unusual HTTP requests to <code>webui.py</code> or unexpected command execution originating from the GPT-SoVITS process.</li>
<li>Implement strong input validation for all user-supplied data, especially in web applications, to prevent similar command injection vulnerabilities.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>command-injection</category><category>rce</category><category>web-vulnerability</category><category>ai/ml-model</category><category>cve</category></item></channel></rss>