CVE-2025-49841
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-15

Last updated on: 2025-07-30

Assigner: GitHub, Inc.

Description
GPT-SoVITS-WebUI is a voice conversion and text-to-speech webUI. In versions 20250228v3 and prior, there is an unsafe deserialization vulnerability in process_ckpt.py. The SoVITS_dropdown variable takes user input and passes it to the load_sovits_new function in process_ckpt.py. In load_sovits_new, the user input, here sovits_path is used to load a model with torch.load, leading to unsafe deserialization. At time of publication, no known patched versions are available.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-15
Last Modified
2025-07-30
Generated
2026-05-07
AI Q&A
2025-07-15
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
rvc-boss gpt-sovits-webui to 20250228v3 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is an unsafe deserialization issue in GPT-SoVITS-WebUI versions 20250228v3 and prior. Specifically, user input is passed to a function that loads a model using torch.load without proper validation, which can lead to execution of malicious code during the deserialization process.


How can this vulnerability impact me? :

An attacker could exploit this vulnerability to execute arbitrary code on the system running GPT-SoVITS-WebUI, potentially leading to full system compromise, data theft, or disruption of service.


What immediate steps should I take to mitigate this vulnerability?

Since no patched versions are available at the time of publication, immediate mitigation steps include avoiding the use of untrusted user input for the SoVITS_dropdown variable or the load_sovits_new function in process_ckpt.py. Restrict access to the application to trusted users only and monitor for any suspicious activity related to model loading. Consider isolating the environment running GPT-SoVITS-WebUI to limit potential impact.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart