---
id: CVE-2024-5980
aliases:
  - GHSA-mr7h-w2qc-ffc2
  - PYSEC-2026-386
  - PYSEC-2026-3975
title: pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint
summary: pytorch-lightning vulnerable to Arbitrary File Write via /v1/runs API endpoint
severity: critical
cvss: 9.1
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H'
vendor: lightning
product: lightning
ecosystem: pip
affected:
  - lightning < 2.3.3
patched:
  - lightning 2.3.3
published: '2024-06-27'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T17:26:00.509067652Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-mr7h-w2qc-ffc2'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-5980'
  - url: 'https://github.com/Lightning-AI/pytorch-lightning/pull/20039'
  - url: >-
      https://github.com/lightning-ai/pytorch-lightning/commit/330af381de88cff17515418a341cbc1f9f127f9a
  - url: 'https://github.com/Lightning-AI/pytorch-lightning/releases/tag/2.3.3'
  - url: 'https://github.com/lightning-ai/pytorch-lightning'
  - url: 'https://huntr.com/bounties/55a6ac6f-89c7-42ea-86f3-c6e93a2679f3'
  - url: 'https://pypi.org/project/lightning'
  - url: 'https://github.com/advisories/GHSA-mr7h-w2qc-ffc2'
tags:
  - osv
  - pip
epss: 0.01318
epssPercentile: 0.69597
ingestedAt: '2026-09-12T03:13:01.712Z'
---

## Overview

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.

## Affected packages

- `lightning < 2.3.3`

## Remediation

Upgrade to a patched release:

- `lightning 2.3.3`
