Home

Description

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 model_choose variable takes user input (e.g. a path to a model) and passes it to the uvr function in vr.py. In uvr , if model_name 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.

PUBLISHED Reserved 2025-04-17 | Published 2025-05-05 | Updated 2025-05-05 | Assigner GitHub_M




HIGH: 8.9CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P

Problem types

CWE-502: Deserialization of Untrusted Data

Product status

<= 2.2.231006
affected

References

securitylab.github.com/...eval-based-Voice-Conversion-WebUI/

github.com/...ebafb565a4e47d1ea86ff/infer/modules/uvr5/vr.py

github.com/...9e6932c10c48642d404e7d2e771d9db43/infer-web.py

github.com/...9e6932c10c48642d404e7d2e771d9db43/infer-web.py

cve.org (CVE-2025-43852)

nvd.nist.gov (CVE-2025-43852)

Download JSON