CVE-2026-73325 HIGH

CVE-2026-73325: Fujitsu OneCompression 1.2.0 Arbitrary Code Execution via torch.load Deserialization

Vendor Fujitsu Research
Product OneCompression
Weakness CWE-502 · Unsafe deserialization
Published August 12, 2026
Last update August 12, 2026

CVSS base score

8.4/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 12, 2026 CVE published
August 12, 2026 Record updated

Related vulnerabilities

04Related CVE