CVE-2025-2099 MEDIUM

CVE-2025-2099: Regular Expression Denial of Service (ReDoS) in huggingface/transformers

Vendor Huggingface
Product huggingface/transformers
Weakness CWE-1333
Published May 19, 2025
Last update May 19, 2025

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

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

What the vulnerability does

01Description

A vulnerability in the `preprocess_string()` function of the `transformers.testing_utils` module in huggingface/transformers version v4.48.3 allows for a Regular Expression Denial of Service (ReDoS) attack. The regular expression used to process code blocks in docstrings contains nested quantifiers, leading to exponential backtracking when processing input with a large number of newline characters. An attacker can exploit this by providing a specially crafted payload, causing high CPU usage and potential application downtime, effectively resulting in a Denial of Service (DoS) scenario.

Key dates

02Disclosure timeline

May 19, 2025 CVE published
May 19, 2025 Record updated