CVE-2026-81722
CVE-2026-81722
8.7
HighPublished:
Last updated:
Source:disclosure@vulncheck.com
Analyzed
Weakness (CWE)
CVSS Vector
v4.0- Attack Vector
- Network
- Attack Complexity
- Low
- Attack Requirements
- None
- Privileges Required
- None
- User Interaction
- None
- Confidentiality (Vulnerable)
- None
- Integrity (Vulnerable)
- None
- Availability (Vulnerable)
- High
- Confidentiality (Subsequent)
- None
- Integrity (Subsequent)
- None
- Availability (Subsequent)
- None
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.
References
disclosure@vulncheck.com
https://github.com/nltk/nltk/security/advisories/GHSA-ww6m-cw3f-q94gdisclosure@vulncheck.com
https://www.vulncheck.com/advisories/nltk-porterstemmer-before-3.10.3-quadratic-time-dos134c704f-9b21-4f2e-91b3-4a467353bcc0
https://github.com/nltk/nltk/security/advisories/GHSA-ww6m-cw3f-q94g