Vulnerability Description
A deserialization vulnerability exists in Volcengine's verl 3.0.0, specifically in the scripts/model_merger.py script when using the "fsdp" backend. The script calls torch.load() with weights_only=False on user-supplied .pt files, allowing attackers to execute arbitrary code if a maliciously crafted model file is loaded. An attacker can exploit this by convincing a victim to download and place a malicious model file in a local directory with a specific filename pattern. This vulnerability may lead to arbitrary code execution with the privileges of the user running the script.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Anchor0221/CVE-2025-50461
- https://github.com/pytorch/pytorch/blob/main/SECURITY.md#loading-untrusted-data
- https://github.com/volcengine/verl
- https://github.com/volcengine/verl/blob/main/scripts/model_merger.py#L152
- https://pytorch.org/docs/stable/generated/torch.load.html
FAQ
What is CVE-2025-50461?
CVE-2025-50461 is a vulnerability with a CVSS score of 6.5 (MEDIUM). A deserialization vulnerability exists in Volcengine's verl 3.0.0, specifically in the scripts/model_merger.py script when using the "fsdp" backend. The script calls torch.load() with weights_only=Fal...
How severe is CVE-2025-50461?
CVE-2025-50461 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-50461?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.