---
id: CVE-2026-48545
aliases:
  - GHSA-7hp7-4p35-3cx2
title: Gradio contains a cookie injection vulnerability
summary: Gradio contains a cookie injection vulnerability
severity: medium
cvss: 6.8
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N'
vendor: gradio
product: gradio
ecosystem: pip
affected:
  - gradio < 6.15.0
patched:
  - gradio 6.15.0
published: '2026-05-27'
updated: '2026-07-01'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-7hp7-4p35-3cx2'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48545'
  - url: 'https://github.com/gradio-app/gradio/issues/13369'
  - url: 'https://github.com/gradio-app/gradio/pull/13384'
  - url: >-
      https://github.com/gradio-app/gradio/commit/feb7237d01f359d2ad4ee42d00344e61692b3b39
  - url: 'https://github.com/gradio-app/gradio'
  - url: 'https://github.com/gradio-app/gradio/releases/tag/gradio@6.15.0'
  - url: >-
      https://www.vulncheck.com/advisories/gradio-cookie-injection-via-shared-pro
tags:
  - osv
  - pip
epss: 0.0047
epssPercentile: 0.37941
ingestedAt: '2026-07-08T18:25:47.019Z'
---

## Overview

Gradio before version 6.15.0 contains a cookie injection vulnerability that allows remote attackers to perform cross-Space session fixation by exploiting a shared module-level HTTP client used across all users in the reverse proxy endpoint. Attackers controlling any HF Space can return a parent-domain cookie that the shared client stores and automatically replays into all subsequent proxy requests to other legitimate Spaces, affecting all users of the same Gradio deployment.

## Affected packages

- `gradio < 6.15.0`

## Remediation

Upgrade to a patched release:

- `gradio 6.15.0`
