CVE-2026-58659

Summary

PyTorch Lightning through 2.6.5, fixed in commit d710d68, contains a remote code execution vulnerability in the _load_state function that imports and executes attacker-controlled module names from checkpoint _instantiator hyperparameters. Attackers can craft malicious checkpoint files that bypass weights_only=True protections to execute arbitrary code when LightningModule.load_from_checkpoint is called.

Affected Software

VendorProductVersion RangeStatus
Lightning-AIpytorch-lightning0 <= 2.6.5affected
Lightning-AIpytorch-lightningd710d689510d50e800f53b3cd773cbca20b1f86funaffected

Weaknesses

  • CWE-470: Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')

References