Hugging Face Transformers Regular Expression Denial of Service
Moderate severity
GitHub Reviewed
Published
May 19, 2025
to the GitHub Advisory Database
•
Updated May 22, 2025
Description
Published by the National Vulnerability Database
May 19, 2025
Published to the GitHub Advisory Database
May 19, 2025
Reviewed
May 19, 2025
Last updated
May 22, 2025
A vulnerability in the
preprocess_string()
function of thetransformers.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.References