VDB
Sign up
CRITICAL9.1

PYSEC-2026-3975

pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint

Quick fix

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

pip install --upgrade 'pytorch-lightning>=2.3.3'

Details

A vulnerability in the /v1/runs API endpoint of lightning-ai/pytorch-lightning v2.2.4 allows attackers to exploit path traversal when extracting tar.gz files. When the LightningApp is running with the plugin_server, attackers can deploy malicious tar.gz plugins that embed arbitrary files with path traversal vulnerabilities. This can result in arbitrary files being written to any directory in the victim's local file system, potentially leading to remote code execution.

Are you affected?

Enter the version of the package you're using.

Affected packages

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

References