<?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>SoftVC - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/softvc/</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>Thu, 23 Jul 2026 18:22:56 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/softvc/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-65701 - SoftVC VITS Singing Voice Conversion Path Traversal Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-softvc-vits-path-traversal/</link><pubDate>Thu, 23 Jul 2026 18:22:56 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-softvc-vits-path-traversal/</guid><description>A path traversal vulnerability exists in the full-song inference server of SoftVC VITS Singing Voice Conversion, affecting versions through commit 730930d, allowing unauthenticated remote attackers to read and exfiltrate arbitrary files by manipulating the 'audio_path' field in an unauthenticated POST request to the '/wav2wav' route.</description><content:encoded><![CDATA[<p>A critical path traversal vulnerability, tracked as CVE-2026-65701, has been identified in the full-song inference server of SoftVC VITS Singing Voice Conversion, specifically affecting versions up to and including commit 730930d. This flaw permits unauthenticated remote attackers to exploit the server by manipulating the <code>audio_path</code> field within an HTTP POST request directed at the <code>/wav2wav</code> route. By supplying attacker-controlled filesystem paths, threat actors can force the application to read and exfiltrate arbitrary files, returning their contents via the HTTP response body. Furthermore, the vulnerability enables the writing of attacker-specified <code>.wav</code> files to arbitrary locations on the server's filesystem, leveraging functions like <code>librosa.load</code>, <code>torchaudio.load</code>, and <code>soundfile.write</code>. This vulnerability presents a significant risk for data exfiltration and potential arbitrary file write leading to further compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated remote attacker identifies a SoftVC VITS Singing Voice Conversion instance exposing the vulnerable full-song inference server.</li>
<li>The attacker crafts a malicious HTTP POST request targeting the <code>/wav2wav</code> route of the application.</li>
<li>The request includes an <code>audio_path</code> parameter containing path traversal sequences (e.g., <code>../../../../etc/passwd</code>) to specify an arbitrary file on the server's filesystem.</li>
<li>The vulnerable server receives the request and passes the attacker-controlled <code>audio_path</code> value directly to file loading functions such as <code>librosa.load</code> or <code>torchaudio.load</code>.</li>
<li>The application reads the content of the arbitrary file (e.g., <code>/etc/passwd</code>) from the server's filesystem.</li>
<li>The content of the accessed file is then decoded and included in the HTTP response body, effectively exfiltrating the data to the attacker.</li>
<li>Alternatively, the attacker can specify a writable arbitrary path in the <code>audio_path</code> parameter, causing <code>soundfile.write</code> to create a <code>.wav</code> file at the specified location with attacker-controlled content.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-65701 can lead to severe consequences for affected organizations. Attackers can read sensitive configuration files, user data, source code, or other proprietary information directly from the server's filesystem, leading to unauthorized disclosure and data exfiltration. The ability to write arbitrary <code>.wav</code> files to any location on the filesystem can also be abused for denial-of-service, planting malicious executables, or achieving persistence by writing web shells in publicly accessible directories. The high CVSS score of 9.1 reflects the critical nature of this vulnerability, indicating potential for complete compromise of confidentiality, integrity, and availability.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>Patch CVE-2026-65701</strong>: Immediately update SoftVC VITS Singing Voice Conversion to a version beyond commit 730930d to remediate CVE-2026-65701.</li>
<li><strong>Deploy the Sigma rule</strong> to your SIEM to detect attempts at exploiting this vulnerability.</li>
<li><strong>Enable web server access logging</strong> for the <code>webserver</code> category to ensure HTTP POST requests and their parameters to <code>/wav2wav</code> are recorded for detection and forensics.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>path-traversal</category><category>file-exfiltration</category><category>arbitrary-file-write</category><category>web-application</category></item></channel></rss>