CVE-2026-12243 Details
Description
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
A path traversal vulnerability has been identified in NLTK version 3.9.4, stemming from an incomplete fix for GitHub Issue #3504. The vulnerability arises because the regex used for validation only checks for literal '../' sequences, neglecting percent-encoded equivalents like '..%2f'. This oversight allows an attacker to bypass the intended protection and access arbitrary files through the resource name parameter in functions like 'nltk.data.load()' and 'nltk.data.find()'. The issue impacts various applications that utilize NLTK for resource management, such as NLP web apps, Jupyter notebooks, and command-line tools. Compounding the problem, the default 'pathsec.ENFORCE=False' setting does not block the file read operation, leaving sensitive files accessible.
Users can manually decode percent-encoded sequences before the validation step to mitigate this vulnerability. However, as of now, no official patch is available.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No CVSS 3.x data is available for this CVE.
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
No references are available for this CVE.
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
No affected product data is available for this CVE.
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 18, 2026 | CVE Rejected | [email protected] |
| Aug 18, 2026 | CVE Modified | [email protected] |
| Jun 30, 2026 | Initial Analysis | [email protected] |
| Jun 30, 2026 | CVE Modified | CISA-ADP |
| Jun 30, 2026 | New CVE Received | [email protected] |