Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. transformers
  4. ›
  5. CVE-2025-2099

CVE-2025-2099: Hugging Face Transformers Regular Expression Denial of Service

May 19, 2025 (updated September 25, 2025)

A Regular Expression Denial of Service (ReDoS) exists in the preprocess_string() function of the transformers.testing_utils module. In versions before 4.50.0, the regex used to process code blocks in docstrings contains nested quantifiers that can trigger catastrophic backtracking when given inputs with many newline characters. An attacker who can supply such input to preprocess_string() (or code paths that call it) can force excessive CPU usage and degrade availability.

Fix: released in 4.50.0, which rewrites the regex to avoid the inefficient pattern. ([GitHub][1])

  • Affected: < 4.50.0
  • Patched: 4.50.0

References

  • github.com/advisories/GHSA-qq3j-4f4f-9583
  • github.com/huggingface/transformers
  • github.com/huggingface/transformers/commit/8cb522b4190bd556ce51be04942720650b1a3e57
  • github.com/huggingface/transformers/pull/36648
  • github.com/pypa/advisory-database/tree/main/vulns/transformers/PYSEC-2025-40.yaml
  • huntr.com/bounties/97b780f3-ffca-424f-ad5d-0e1c57a5bde4
  • nvd.nist.gov/vuln/detail/CVE-2025-2099

Code Behaviors & Features

Detect and mitigate CVE-2025-2099 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.50.0

Fixed versions

  • 4.50.0

Solution

Upgrade to version 4.50.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1333: Inefficient Regular Expression Complexity

Source file

pypi/transformers/CVE-2025-2099.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 04 Oct 2025 12:18:06 +0000.