CVE-2025-43852

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-43852
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-43852.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-43852
Published
2025-05-05T19:15:56Z
Modified
2025-08-02T12:01:15.571288Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

Retrieval-based-Voice-Conversion-WebUI is a voice changing framework based on VITS. Versions 2.2.231006 and prior are vulnerable to unsafe deserialization. The modelchoose variable takes user input (e.g. a path to a model) and passes it to the uvr function in vr.py. In uvr , if modelname contains the string "DeEcho", a new instance of AudioPreDeEcho class is created with the model_path attribute containing the aforementioned user input. In the AudioPreDeEcho class, the user input is used to load the model on that path with torch.load, which can lead to unsafe deserialization and remote code execution. As of time of publication, no known patches exist.

References

Affected packages

Git / github.com/rvc-project/retrieval-based-voice-conversion-webui

Affected ranges

Type
GIT
Repo
https://github.com/rvc-project/retrieval-based-voice-conversion-webui
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected

Affected versions

1.*

1.0.230410
1.1.230416
1.2.230428

2.*

2.0.230528
2.0.230618
2.1.230814
2.2.231006