8.8
/ 10
HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Description
PyTorch-Lightning versions 2.6.0 and earlier contain an insecure deserialization vulnerability (CWE-502) in the checkpoint loading mechanism. The LightningModule.load_from_checkpoint() method, which is commonly used to load saved model states, internally calls torch.load() without setting the security-restrictive weights_only=True parameter. This default behavior allows the deserialization of arbitrary Python objects via the Pickle module. A remote attacker can exploit this by providing a maliciously crafted checkpoint file, leading to arbitrary code execution on the victim's system when the file is loaded.
AI Analysis
Insecure deserialization vulnerability in PyTorch-Lightning's checkpoint loading mechanism, allowing arbitrary code execution
Basic Information
ID
CVE-2026-31221
Source
mitre
Published
May 12, 2026 at 00:00
Modified
May 15, 2026 at 18:05
Affected Product
Vendor
Lightning AI
Product
PyTorch-Lightning
Version
2.6.0 and earlier
Affected Versions
n/a n/a n/a
CWE Classification
AI Assessment
AI Score
8.8 / 10
AI Severity
High
Vendor
Lightning AI
Product
PyTorch-Lightning
Version
2.6.0 and earlier