NLTK before 3.10.3 contains a regular expression denial of service (ReDoS) vulnerability in the tgrep module. The _tgrep_node_action function compiles user-supplied regular expressions embedded in /regex/ pattern nodes and executes them via re.search against tree node labels without any validation or timeout. An attacker who controls the tgrep pattern (e.g., via tgrep_positions() or tgrep_compile() exposed to external input) can supply a pattern that triggers catastrophic backtracking, causing indefinite CPU saturation that blocks the Python process.
References
| Link | Resource |
|---|---|
| https://github.com/nltk/nltk/security/advisories/GHSA-w3v8-gmh9-3wv7 | Exploit Vendor Advisory |
| https://www.vulncheck.com/advisories/nltk-3.10.2-regular-expression-denial-of-service-via-tgrep | Third Party Advisory |
| https://github.com/nltk/nltk/security/advisories/GHSA-w3v8-gmh9-3wv7 | Exploit Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-08-26 11:16
Updated : 2026-09-01 20:07
NVD link : CVE-2026-80206
Mitre link : CVE-2026-80206
CVE.ORG link : CVE-2026-80206
JSON object : View
Products Affected
nltk
- nltk
CWE
CWE-1333
Inefficient Regular Expression Complexity
