ghsa-37mw-44qp-f5jm
Vulnerability from github
Published
2025-07-11 12:30
Modified
2025-07-11 19:55
Severity ?
Summary
Transformers is vulnerable to ReDoS attack through its DonutProcessor class
Details
A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, specifically within the DonutProcessor class's token2json()
method. This vulnerability affects versions 4.51.3 and earlier, and is fixed in version 4.52.1. The issue arises from the regex pattern <s_(.*?)>
which can be exploited to cause excessive CPU consumption through crafted input strings due to catastrophic backtracking. This vulnerability can lead to service disruption, resource exhaustion, and potential API service vulnerabilities, impacting document processing tasks using the Donut model.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 4.51.3" }, "package": { "ecosystem": "PyPI", "name": "transformers" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.52.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-3933" ], "database_specific": { "cwe_ids": [ "CWE-1333" ], "github_reviewed": true, "github_reviewed_at": "2025-07-11T19:55:38Z", "nvd_published_at": "2025-07-11T10:15:22Z", "severity": "MODERATE" }, "details": "A Regular Expression Denial of Service (ReDoS) vulnerability was discovered in the Hugging Face Transformers library, specifically within the DonutProcessor class\u0027s `token2json()` method. This vulnerability affects versions 4.51.3 and earlier, and is fixed in version 4.52.1. The issue arises from the regex pattern `\u003cs_(.*?)\u003e` which can be exploited to cause excessive CPU consumption through crafted input strings due to catastrophic backtracking. This vulnerability can lead to service disruption, resource exhaustion, and potential API service vulnerabilities, impacting document processing tasks using the Donut model.", "id": "GHSA-37mw-44qp-f5jm", "modified": "2025-07-11T19:55:38Z", "published": "2025-07-11T12:30:32Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3933" }, { "type": "WEB", "url": "https://github.com/huggingface/transformers/pull/37788" }, { "type": "WEB", "url": "https://github.com/huggingface/transformers/commit/ebbe9b12dd75b69f92100d684c47f923ee262a93" }, { "type": "PACKAGE", "url": "https://github.com/huggingface/transformers" }, { "type": "WEB", "url": "https://huntr.com/bounties/25282953-5827-4384-bb6f-5790d275721b" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "type": "CVSS_V3" } ], "summary": "Transformers is vulnerable to ReDoS attack through its DonutProcessor class" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.