VDB
KO
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

PyPI / torch
Introduced in: 0 Fixed in: 2.10.0
Fix pip install --upgrade 'torch>=2.10.0'

References