Path Traversal in Nltk
CVE-2026-12243
NLTK version 3.9.4 is vulnerable to a path traversal attack due to an incomplete fix for GitHub Issue #3504. The `_UNSAFE_NO_PROTOCOL_RE` regex in `nltk/data.py` checks for literal `../` sequences but fails to account for percent-encoded traversal sequences such as `..%2f`. The `url2pathname()` function decodes these sequences after the validation step, allowing an attacker to bypass the protection. This vulnerability enables an attacker to read arbitrary files accessible to the Python process by controlling the resource name parameter passed to `nltk.data.load()` or `nltk.data.find()`. The issue affects applications that rely on NLTK for resource loading, including NLP web applications, Jupyter notebooks, and CLI tools. The default `pathsec.ENFORCE=False` setting exacerbates the impact by not blocking the file read at the `open()` stage.
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.006 (44.4th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Nltk — versions 3.9.4
- Nltk Nltk/nltk — versions unspecified
Weakness classification (CWE)
References
- security@huntr.dev (Exploit, Third Party Advisory, Mitigation)
Frequently asked questions
- What is CVE-2026-12243?
- CVE-2026-12243 is a high-severity vulnerability in Nltk, classified under Path Traversal. CVSS score: 7.5/10. Published 2026-06-30.
- How severe is CVE-2026-12243?
- High severity. CVSS v3 base score is 7.5 out of 10.