Review reviewHigh

CVE-2026-24747

pytorch pytorch, Red Hat OpenShift AI 2.25, Red Hat OpenShift AI (RHOAI)

PyTorch is a Python package that provides tensor computation. Prior to version 2.10.0, a vulnerability in PyTorch's `weights_only` unpickler allows an attacker to craft a malicious checkpoint file (`.pth`) that, when loaded with `torch.load(..., weights_only=True)`, can corrupt memory and potentially lead to arbitrary code execution. Version 2.10.0 fixes the issue.

CVSS
8.8
EPSS
0.69%
49.4% percentile
CISA KEV
Not listed
Published
2026.01.28
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.69%
Technical severityCVSS 8.8

Vulnerability overview

PyTorch is a Python package that provides tensor computation. Prior to version 2.10.0, a vulnerability in PyTorch's `weights_only` unpickler allows an attacker to craft a malicious checkpoint file (`.pth`) that, when loaded with `torch.load(..., weights_only=True)`, can corrupt memory and potentially lead to arbitrary code execution. Version 2.10.0 fixes the issue.

Affected product and versions

Product
pytorch pytorch, Red Hat OpenShift AI 2.25, Red Hat OpenShift AI (RHOAI)
Affected versions
>= < 2.10.0, < 2.10.0
Fixed versions
2.10.0

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that pytorch pytorch, Red Hat OpenShift AI 2.25, Red Hat OpenShift AI (RHOAI) and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CWE
CWE-502, CWE-94