Vulnerability Description
NLTK versions before 3.9.4 contain a symlink escape vulnerability in CorpusReader.open() that allows local attackers to read arbitrary files outside the corpus root. The vulnerability exists because path validation is lexical and does not account for symlink resolution, enabling attackers to place symlinks inside the corpus root to access files outside the intended boundary.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/nltk/nltk/security/advisories/GHSA-r6gq-whwq-mvg9
- https://www.vulncheck.com/advisories/nltk-before-symlink-escape-via-corpusreader
FAQ
What is CVE-2026-70626?
CVE-2026-70626 is a vulnerability with a CVSS score of 6.2 (MEDIUM). NLTK versions before 3.9.4 contain a symlink escape vulnerability in CorpusReader.open() that allows local attackers to read arbitrary files outside the corpus root. The vulnerability exists because p...
How severe is CVE-2026-70626?
CVE-2026-70626 has been rated MEDIUM with a CVSS base score of 6.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-70626?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.