PatchSiren cyber security CVE debrief
CVE-2026-73325 Fujitsu Research CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-12T16:17:23.000Z and has not been modified since then. The NVD entry is currently Received. Fujitsu Research's OneCompression library before 1.2.1 contains an unsafe deserialization vulnerability that allows attackers to execute arbitrary code by supplying a crafted model.pt checkpoint file. The vulnerability is caused by the QuantizedModelLoader.load_quantized_model_pt() function calling torch.load with weights_only=False, invoking Python's pickle machinery during deserialization. This allows attackers to execute arbitrary code by embedding malicious __reduce__ methods in a crafted model checkpoint. Organizations using Fujitsu Research's OneCompression library before 1.2.1 should prioritize reviewing their inventory and considering upgrades to version 1.2.1 or later. Additionally, developers and security teams working with machine learning models and PyTorch should be aware of the potential risks associated with deserialization of untrusted model files. Limited evidence is available about the scope of affected systems and potential mitigations.
- Vendor
- Fujitsu Research
- Product
- OneCompression
- CVSS
- HIGH 8.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-12
- Original CVE updated
- 2026-08-25
- Advisory published
- 2026-08-12
- Advisory updated
- 2026-08-25
Who should care
Organizations using Fujitsu Research's OneCompression library before 1.2.1 should prioritize reviewing their inventory and considering upgrades to version 1.2.1 or later. Additionally, developers and security teams working with machine learning models and PyTorch should be aware of the potential risks associated with deserialization of untrusted model files.
Technical summary
The CVE-2026-73325 vulnerability is caused by the unsafe deserialization of model.pt checkpoint files in Fujitsu Research's OneCompression library before 1.2.1. The QuantizedModelLoader.load_quantized_model_pt() function calls torch.load with weights_only=False, which invokes Python's pickle machinery during deserialization. This allows attackers to execute arbitrary code by embedding malicious __reduce__ methods in a crafted model checkpoint.
Defensive priority
High-priority defensive actions are required due to the HIGH CVSS score of 8.4. Organizations should immediately review their inventory for the affected Fujitsu Research's OneCompression library before 1.2.1 and consider upgrading to version 1.2.1 or later.
Recommended defensive actions
- Review inventory for the affected Fujitsu Research's OneCompression library before 1.2.1
- Consider upgrading to version 1.2.1 or later
- Implement compensating controls such as restricting access to model directories
- Monitor for suspicious activity related to model loading and deserialization
- Exception tracking for model loading failures
Evidence notes
The CVE-2026-73325 record indicates an unsafe deserialization vulnerability in Fujitsu Research's OneCompression library before 1.2.1. The vulnerability allows attackers to execute arbitrary code by supplying a crafted model.pt checkpoint file. The QuantizedModelLoader.load_quantized_model_pt() function unconditionally calls torch.load with weights_only=False, invoking Python's pickle machinery during deserialization. Limited evidence is available about the scope of affected systems and potential mitigations.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73325 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73325
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73325 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73325
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/FujitsuResearch/OneCompression/blob/main/SECURITY.md
-
Source reference
Unverified legacy reference
URL: https://pypi.org/project/onecomp/
-
Source reference
Unverified legacy reference
URL: https://pypi.org/project/onecomp/1.2.1/
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/fujitsu-onecompression-arbitrary-code-execution-via-torch-load-deserialization
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.