Vulnerability in Huggingface Huggingface/transformers

CVE-2025-3264

A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, specifically in the `get_imports()` function within `dynamic_module_utils.py`. This vulnerability affects versions 4.49.0 and is fixed in version 4.51.0. The issue arises from a regular expression pattern `\s*try\s*:.*?except.*?:` used to filter out try/except blocks from Python code, which can be exploited to cause excessive CPU consumption through crafted input strings due to catastrophic backtracking. This vulnerability can lead to remote code loading disruption, resource exhaustion in model serving, supply chain attack vectors, and development pipeline disruption.

Vulnerability class: ReDoS (Regular Expression Denial of Service)

EPSS: 0.004 (35.4th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2025-3264?
CVE-2025-3264 is a medium-severity vulnerability in Huggingface Huggingface/transformers, classified under Inefficient Regular Expression Complexity. CVSS score: 5.3/10. Published 2025-07-07.
How severe is CVE-2025-3264?
Medium severity. CVSS v3 base score is 5.3 out of 10.