GHSA-w5q8-6jpp-4246HighCVSS 5.9
NLTK versions before 3.10.3 contain a path traversal vulnerability in corpus readers that reopen...
🔗 CVE IDs covered (1)
📋 Description
NLTK versions before 3.10.3 contain a path traversal vulnerability in corpus readers that reopen root-derived paths using built-in open() instead of nltk.pathsec.open(), allowing symlinks to escape trusted roots. Attackers who stage symlinked corpus files under a trusted data root can disclose outside-root content through normal corpus reader methods like channels(), domains(), and synonyms().