CRITICAL9.1
PYSEC-2026-386
pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint
Quick fix
PYSEC-2026-386 — lightning: upgrade to the fixed version with the command below.
pip install --upgrade '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
References
- https://nvd.nist.gov/vuln/detail/CVE-2024-5980[ADVISORY]
- https://github.com/Lightning-AI/pytorch-lightning/pull/20039[WEB]
- https://github.com/lightning-ai/pytorch-lightning/commit/330af381de88cff17515418a341cbc1f9f127f9a[WEB]
- https://github.com/Lightning-AI/pytorch-lightning/releases/tag/2.3.3[WEB]
- https://github.com/lightning-ai/pytorch-lightning[PACKAGE]
- https://huntr.com/bounties/55a6ac6f-89c7-42ea-86f3-c6e93a2679f3[WEB]
- https://pypi.org/project/lightning[PACKAGE]
- https://github.com/advisories/GHSA-mr7h-w2qc-ffc2[ADVISORY]