GHSA-79ph-w9m5-4v5mHighCVSS 6.5
NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open() where the sandbox...
🔗 CVE IDs covered (1)
📋 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.