CVE-2026-12243
Last modified
CVE-2026-12243 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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`. EPSS estimates a 0.49% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nltk | Nltk | 3.9.4 |
References
- https://huntr.com/bounties/39aa9354-54ca-4e77-96da-580eb1fe6ed1Exploit, Mitigation, Third Party Advisory
- https://huntr.com/bounties/39aa9354-54ca-4e77-96da-580eb1fe6ed1Exploit, Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-12243?
How severe is CVE-2026-12243?
How do I fix CVE-2026-12243?
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-12234The userspace syscall verifiers z_vrfy_zsock_sendmsg() and z…7.8
- CVE-2026-12235The Linkable Loadable Extensions (llext) subsystem mis-handl…6.3
- CVE-2026-12238The WP Go Maps – Most Popular Map Plugin plugin for WordPres…5.3
- CVE-2026-1224Tanium addressed an uncontrolled resource consumption vulner…6.5
- CVE-2026-12240The Export User Data plugin for WordPress is vulnerable to a…8
- CVE-2026-12242The AdRotate Banner Manager plugin for WordPress is vulnerab…8.8
- CVE-2026-12244If NSD is configured as secondary for a zone, the primary of…8.8
- CVE-2026-12245NSD from version 4.13.0 has a heap use-after-free bug in log…7.5
- CVE-2026-12246NSD version 4.14.0 introduced a bug where a specially crafte…8.1
- CVE-2026-12249An issue was discovered in Canonical ADSys upstream versions…9
- CVE-2026-1225ACE vulnerability in configuration file processing by QOS.C…1.8
- CVE-2026-12250Invocation of process using visible sensitive information vu…7.9
Are you affected by CVE-2026-12243?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
