VDB
Sign up
CRITICAL9.1

PYSEC-2026-3970

PyTorch Lightning path traversal vulnerability

Quick fix

PYSEC-2026-3970 — lightning: upgrade to the fixed version with the command below.

pip install --upgrade 'lightning>=2.4.0'

Details

In lightning-ai/pytorch-lightning version 2.3.2, a vulnerability exists in the `LightningApp` when running on a Windows host. The vulnerability occurs at the `/api/v1/upload_file/` endpoint, allowing an attacker to write or overwrite arbitrary files by providing a crafted filename. This can lead to potential remote code execution (RCE) by overwriting critical files or placing malicious files in sensitive locations.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/lightning
Introduced in: 0Fixed in: 2.4.0
Fixpip install --upgrade 'lightning>=2.4.0'

References