HIGH 8.8
PYSEC-2026-2286
Details
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.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://access.redhat.com/security/cve/CVE-2026-24747 [WEB]
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-24747.json [WEB]
- https://access.redhat.com/errata/RHSA-2026:24977 [ADVISORY]
- https://github.com/pytorch/pytorch/releases/tag/v2.10.0 [ADVISORY]
- https://github.com/pytorch/pytorch/security/advisories/GHSA-63cw-57p8-fm3p [ADVISORY]
- https://bugzilla.redhat.com/show_bug.cgi?id=2433612 [REPORT]
- https://github.com/pytorch/pytorch/issues/163105 [REPORT]
- https://github.com/pytorch/pytorch/163122/commit/954dc5183ee9205cbe79876ad05dd2d9ae752139 [FIX]