---
id: CVE-2026-0599
aliases:
  - GHSA-j7x9-7j54-2v3h
  - PYSEC-2026-1965
title: >-
  Hugging Face Text Generation Inference vulnerable to Uncontrolled Resource
  Consumption
summary: >-
  Hugging Face Text Generation Inference vulnerable to Uncontrolled Resource
  Consumption
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: text-generation
product: text-generation
ecosystem: pip
affected:
  - text-generation < 3.3.7
patched:
  - text-generation 3.3.7
published: '2026-02-02'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-j7x9-7j54-2v3h'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-0599'
  - url: >-
      https://github.com/huggingface/text-generation-inference/commit/24ee40d143d8d046039f12f76940a85886cbe152
  - url: 'https://github.com/huggingface/text-generation-inference'
  - url: 'https://huntr.com/bounties/1d3f2085-666c-4441-b265-22f6f7d8d9cd'
tags:
  - osv
  - pip
epss: 0.28173
epssPercentile: 0.98046
ingestedAt: '2026-07-08T18:25:50.610Z'
---

## Overview

A vulnerability in huggingface/text-generation-inference version 3.3.6 allows unauthenticated remote attackers to exploit unbounded external image fetching during input validation in VLM mode. The issue arises when the router scans inputs for Markdown image links and performs a blocking HTTP GET request, reading the entire response body into memory and cloning it before decoding. This behavior can lead to resource exhaustion, including network bandwidth saturation, memory inflation, and CPU overutilization. The vulnerability is triggered even if the request is later rejected for exceeding token limits. The default deployment configuration, which lacks memory usage limits and authentication, exacerbates the impact, potentially crashing the host machine. The issue is resolved in version 3.3.7.

## Affected packages

- `text-generation < 3.3.7`

## Remediation

Upgrade to a patched release:

- `text-generation 3.3.7`
