Vulnerability Description
NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open() where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load() to read arbitrary files accessible to the process user, including credentials and configuration files.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/nltk/nltk/security/advisories/GHSA-72r2-7mfr-5xr9
- https://www.vulncheck.com/advisories/nltk-before-arbitrary-file-read-via-filesys
FAQ
What is CVE-2026-65915?
CVE-2026-65915 is a vulnerability with a CVSS score of 6.5 (MEDIUM). NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open() where the sandbox validation check compares a normalized path against itself, making the security check permanently iner...
How severe is CVE-2026-65915?
CVE-2026-65915 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-65915?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.