Home

Description

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.

PUBLISHED Reserved 2026-01-26 | Published 2026-01-27 | Updated 2026-01-30 | Assigner GitHub_M




HIGH: 8.8CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Problem types

CWE-502: Deserialization of Untrusted Data

CWE-94: Improper Control of Generation of Code ('Code Injection')

Product status

< 2.10.0
affected

References

github.com/...ytorch/security/advisories/GHSA-63cw-57p8-fm3p

github.com/pytorch/pytorch/issues/163105

github.com/...ommit/954dc5183ee9205cbe79876ad05dd2d9ae752139

github.com/pytorch/pytorch/releases/tag/v2.10.0

cve.org (CVE-2026-24747)

nvd.nist.gov (CVE-2026-24747)

Download JSON