CVE-2026-81722
Last modified
CVE-2026-81722 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. nltk PorterStemmer in versions <= 3.10.2 (fixed in 3.10.3) contains an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem(). The _is_consonant() helper walks backward over the entire run of trailing 'y' characters on every call, and _measure() invokes it for each stem position, causing O(n^2) behavior. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
nltk PorterStemmer in versions <= 3.10.2 (fixed in 3.10.3) contains an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem(). The _is_consonant() helper walks backward over the entire run of trailing 'y' characters on every call, and _measure() invokes it for each stem position, causing O(n^2) behavior. A single ~20-50 KB untrusted token consisting of a long run of the letter 'y' followed by a matching suffix (e.g., 'ness') can pin a CPU core for seconds to minutes, causing availability impact.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nltk | nltk | < 3.10.3 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-81722?
How severe is CVE-2026-81722?
How do I fix CVE-2026-81722?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81717openssl_encrypt (pip package openssl-encrypt) before 1.4.9 c…3.5
- CVE-2026-81718openssl_encrypt versions before 1.4.9 use under-parameterize…7.5
- CVE-2026-81719openssl_encrypt before 1.4.9 executes untrusted third-party …7.8
- CVE-2026-8172The Simple Basic Contact Form WordPress plugin through 20250…7.1
- CVE-2026-81720openssl_encrypt before 1.4.9 fails to validate the memory_co…6.2
- CVE-2026-81721openssl_encrypt before 1.4.9 fails to validate KDF cost para…7.5
- CVE-2026-81723NLTK versions before 3.10.3 contain a quadratic CPU exhausti…3.7
- CVE-2026-81724NLTK before 3.10.3 contains an uncontrolled recursion vulner…5.3
- CVE-2026-81725NLTK before 3.10.3 contains a regular expression denial of s…3.7
- CVE-2026-81726NLTK through 3.10.3 contains a path traversal vulnerability …7
- CVE-2026-81727NLTK versions before 3.10.3 contain a filesystem containment…7.1
- CVE-2026-81728Dolibarr before 24.0.0 contains a SQL injection in its CSV a…8.1
Are you affected by CVE-2026-81722?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
