---
id: CVE-2024-10569
aliases:
  - GHSA-7xmc-vhjp-qv5q
  - PYSEC-2026-1412
title: Gradio Vulnerable to Denial of Service (DoS) via Crafted Zip Bomb
summary: Gradio Vulnerable to Denial of Service (DoS) via Crafted Zip Bomb
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
vendor: gradio
product: gradio
ecosystem: pip
affected:
  - 'gradio >= 4.0.0, <= 5.0.0b2'
published: '2025-03-20'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-7xmc-vhjp-qv5q'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-10569'
  - url: 'https://github.com/gradio-app/gradio'
  - url: >-
      https://github.com/gradio-app/gradio/blob/98cbcaef827de7267462ccba180c7b2ffb1e825d/gradio/components/dataframe.py#L263
  - url: 'https://huntr.com/bounties/7192bcbb-08a3-4d22-a321-9c6d19dbfc74'
tags:
  - osv
  - pip
epss: 0.00648
epssPercentile: 0.48798
ingestedAt: '2026-07-08T18:25:47.255Z'
---

## Overview

A vulnerability in the dataframe component of gradio-app/gradio (version git 98cbcae) allows for a zip bomb attack. The component uses pd.read_csv to process input values, which can accept compressed files. An attacker can exploit this by uploading a maliciously crafted zip bomb, leading to a server crash and causing a denial of service.

## Affected packages

- `gradio >= 4.0.0, <= 5.0.0b2`

## Remediation

Refer to the advisory for the patched release.
