CVE-2026-65701 Details
Description
SoftVC VITS Singing Voice Conversion through commit 730930d contains a path traversal vulnerability in the full-song inference server that allows unauthenticated remote attackers to read and exfiltrate arbitrary files by supplying attacker-controlled filesystem paths through the audio_path field of an unauthenticated POST request to the /wav2wav route. Attackers can pass arbitrary server-side paths verbatim to librosa.load, torchaudio.load, and soundfile.write sinks, causing the server to decode and return file contents via the HTTP response body while also writing attacker-specified .wav files to arbitrary locations on the filesystem.
A path traversal vulnerability has been identified in the SoftVC VITS Singing Voice Conversion full-song inference server, specifically in versions through commit 730930d. This vulnerability allows unauthenticated remote attackers to read and exfiltrate arbitrary files by sending attacker-controlled filesystem paths through the audio_path field of an unauthenticated POST request to the /wav2wav route. The server decodes the specified paths using librosa.load, torchaudio.load, and soundfile.write, returning the file contents in the HTTP response while also writing .wav files to locations specified by the attacker.
Do not accept server-side filesystem paths from requests. Instead, accept audio files as uploads via request.files, similar to the existing functionality in flask_api.py for other routes. If it is necessary to accept paths, ensure they are canonicalized and confined to a designated input directory, rejecting URLs and non-allowlisted file extensions. Additionally, bind the server to 127.0.0.1 by default, implement an authentication token, and remove the wildcard CORS policy. Finally, write converted files to a controlled temporary directory instead of alongside the source file.
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 23, 2026CISA-ADP
Assessed Jul 23, 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/geo-chen/oss/blob/main/so-vits-svc.md | [email protected] | ExploitTechnical Analysis |
| https://www.vulncheck.com/advisories/softvc-vits-singing-voice-conversion-path-traversal-via-wav2wav-flask-route | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| SoftVC VITS Singing Voice Conversion | commit 730930d |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Modified | CISA-ADP |
| Jul 23, 2026 | New CVE Received | [email protected] |
Volerion