---
id: CVE-2024-3924
aliases:
  - GHSA-qq99-p57r-g3v7
  - PYSEC-2026-1966
title: >-
  code injection vulnerability exists in the
  huggingface/text-generation-inference repository
summary: >-
  code injection vulnerability exists in the
  huggingface/text-generation-inference repository
severity: medium
cvss: 4.4
cvssVector: 'CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N'
vendor: text-generation
product: text-generation
ecosystem: pip
affected:
  - text-generation < 2.0.0
patched:
  - text-generation 2.0.0
published: '2024-06-02'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-qq99-p57r-g3v7'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-3924'
  - url: >-
      https://github.com/huggingface/text-generation-inference/commit/88702d876383f7200eccf67e28ba00500dc804bb
  - url: 'https://github.com/huggingface/text-generation-inference'
  - url: 'https://huntr.com/bounties/8af92fc2-0103-4d29-bb28-c3893154c422'
tags:
  - osv
  - pip
epss: 0.00319
epssPercentile: 0.22113
ingestedAt: '2026-07-08T18:25:52.467Z'
---

## Overview

A code injection vulnerability exists in the huggingface/text-generation-inference repository, specifically within the `autodocs.yml` workflow file. The vulnerability arises from the insecure handling of the `github.head_ref` user input, which is used to dynamically construct a command for installing a software package. An attacker can exploit this by forking the repository, creating a branch with a malicious payload as the name, and then opening a pull request to the base repository. Successful exploitation could lead to arbitrary code execution within the context of the GitHub Actions runner. This issue affects versions up to and including v2.0.0 and was fixed in version 2.0.0.

## Affected packages

- `text-generation < 2.0.0`

## Remediation

Upgrade to a patched release:

- `text-generation 2.0.0`
