CVE-2026-73325

Source
https://cve.org/CVERecord?id=CVE-2026-73325
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73325.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-73325
Published
2026-08-12T15:35:51Z
Modified
2026-08-27T11:47:45Z
Severity
  • 8.4 (High) CVSS_V4 - 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 CVSS Calculator
Summary
Fujitsu OneCompression < 1.2.1 Arbitrary Code Execution via torch.load Deserialization
Details

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, 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.

Database specific
{
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
        "CWE-502"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73325.json",
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "fixed": "1.2.1"
                }
            ],
            "source": "AFFECTED_FIELD"
        },
        {
            "extracted_events": [
                {
                    "fixed": "1.2.1"
                }
            ],
            "source": "DESCRIPTION"
        }
    ]
}
References

Affected packages

Git / github.com/fujitsuresearch/onecompression

Affected ranges

Type
GIT
Repo
https://github.com/fujitsuresearch/onecompression
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.2.1"
        }
    ],
    "source": "DESCRIPTION"
}

Affected versions

v1.*
v1.0.0
v1.0.1
v1.0.2
v1.1.0
v1.1.1
v1.2.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73325.json"