A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, specifically affecting the MarianTokenizer's `remove_language_code()` method. This vulnerability is present in version 4.52.4 and has been fixed in version 4.53.0. The issue arises from inefficient regex processing, which can be exploited by crafted input strings containing malformed language code patterns, leading to excessive CPU consumption and potential denial of service.
References
Configurations
No configuration.
History
12 Sep 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-09-12 11:15
Updated : 2025-09-15 15:21
NVD link : CVE-2025-6638
Mitre link : CVE-2025-6638
CVE.ORG link : CVE-2025-6638
JSON object : View
Products Affected
No product.
CWE
CWE-1333
Inefficient Regular Expression Complexity