Vulnerability Description
NLTK versions before 3.10.2 contain a symlink-based sandbox bypass in FramenetCorpusReader that allows attackers to read arbitrary XML files outside the corpus root. Attackers can place symlinks with names containing no path separators inside the corpus subdirectory, which pass the path validation guard and are resolved to files outside the intended corpus root when accessed via frame_by_name(), _lu_file(), or doc() methods.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/nltk/nltk/security/advisories/GHSA-f833-7jw8-xwrv
- https://www.vulncheck.com/advisories/nltk-framenetcorpusreader-symlink-sandbox-b
FAQ
What is CVE-2026-62384?
CVE-2026-62384 is a vulnerability with a CVSS score of 7.5 (HIGH). NLTK versions before 3.10.2 contain a symlink-based sandbox bypass in FramenetCorpusReader that allows attackers to read arbitrary XML files outside the corpus root. Attackers can place symlinks with ...
How severe is CVE-2026-62384?
CVE-2026-62384 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62384?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.