GHSA-f3q7-jj9x-2wjrHighCVSS 7.8
Fujitsu Research's OneCompression library 1.2.0 contains an unsafe deserialization vulnerability...
🔗 CVE IDs covered (1)
📋 Description
Fujitsu Research's OneCompression library 1.2.0 contains an unsafe deserialization vulnerability that allows attackers to execute arbitrary code by supplying a crafted model.pt checkpoint file, as QuantizedModelLoader.load_quantized_model_pt() unconditionally calls torch.load with weights_only=False, invoking Python's pickle machinery during deserialization. Attackers can embed malicious reduce methods in a crafted model checkpoint to execute arbitrary Python code, including system commands, when the library loads the file from a caller-selected model directory.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-73325
- https://pypi.org/project/onecomp
- https://pypi.org/project/onecomp/1.2.1
- https://www.vulncheck.com/advisories/fujitsu-onecompression-arbitrary-code-execution-via-torch-load-deserialization
- https://github.com/FujitsuResearch/OneCompression/blob/main/SECURITY.md
- https://github.com/advisories/GHSA-f3q7-jj9x-2wjr