External risk intelligence

SoftVC VITS Singing Voice Conversion Path Traversal Leading to Arbitrary File Read and Write.

CVE advisorySeverity: CRITICAL (CVSS 9.3)

CVE-2026-65701

The vulnerability exists in an inference server that exposes an unauthenticated POST route (/wav2wav) for processing audio files. As a web-based service designed for audio conversion, such components are commonly deployed as network-accessible API endpoints or web services.

Path Traversal

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A path traversal vulnerability has been identified in SoftVC VITS Singing Voice Conversion software that could allow unauthenticated remote attackers to access and modify files on the server. The issue lies within the audio processing function, where specially crafted requests can lead to the reading of arbitrary files and the writing of malicious files to any location on the filesystem.

  • Attackers can read and write server files.
  • It impacts an open audio processing service.
  • Confirm relevance and exposure of the service.

Attack Path

How an attacker could exploit the issue

An attacker can remotely read arbitrary files and write files to any location on the server. This is achieved by sending a specially crafted POST request to the /wav2wav route, which lacks authentication. The request manipulates the audio_path field to reference sensitive files or desired write locations, leading to unintended file operations.

  • Unauthenticated remote access required.
  • Path traversal via audio_path field.
  • Arbitrary file read and write.

Live Threat

Current exploitation, exposure, and threat context

The SoftVC VITS Singing Voice Conversion server could allow unauthenticated remote attackers to read arbitrary files from the system and write files to arbitrary locations. This could occur when an attacker sends a specially crafted POST request to the `/wav2wav` route, including attacker-controlled filesystem paths in the `audio_path` field.

  • Arbitrary server files and arbitrary filesystem locations.
  • Path traversal allows reading and writing files.
  • Sensitive data exfiltration and unauthorized file creation.

Operational Fix

Recommended remediation, mitigation, and detection steps

The SoftVC VITS Singing Voice Conversion tool's inference server, exposed via an unauthenticated POST request, presents a path traversal vulnerability. This issue requires immediate attention from the team responsible for the deployed instance, likely an application or platform team. The first practical move is to identify all deployed instances, assess their network exposure and criticality, and then coordinate remediation efforts with the accountable owner.

  • Application or Platform teams own remediation.
  • Verify network exposure and instance criticality.
  • Plan coordinated patching or containment.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is SoftVC VITS Singing Voice Conversion?

SoftVC VITS is an open-source tool used for singing voice conversion, which transforms a source voice into a target singer's voice. It provides an inference server, often used as a web-based audio processing service, that allows users to send audio files for conversion via an API endpoint.

What does CVE-2026-65701 path traversal mean?

This is a path traversal vulnerability, classified as CWE-22. It occurs when an application improperly filters file paths provided by a user. In this CVE, the flaw allows an attacker to manipulate file paths in requests to escape intended directories, effectively granting them the ability to read sensitive files from the server or write malicious files to arbitrary locations.

How do attackers trigger this vulnerability?

An attacker triggers this by sending an unauthenticated POST request to the /wav2wav route. They inject malicious file system paths into the audio_path field. Importantly, the vulnerability does not require any existing audio file to be uploaded; the flaw relies specifically on the server processing the attacker-supplied path string directly through its internal file-handling functions.

Is my server at risk according to Halo Surface Signal?

Halo Surface Signal indicates a 'Likely' risk rating because the vulnerability exists in an inference server that specifically exposes an unauthenticated POST route. Since this component is typically deployed as a network-accessible API or web service for audio processing, instances that are reachable over the internet are at the highest risk of remote exploitation.

What are the first steps to address this issue?

Start by identifying all instances of the software running in your environment. Evaluate whether these services need to be network-accessible. Coordinate with the responsible application or platform team to assess the criticality of each instance, restrict external access where possible, and prioritize the implementation of security updates or patches as they become available.

References