CVE-2026-65915 PUBLISHED

NLTK before 3.10.0 Arbitrary File Read via FileSystemPathPointer

Assigner: VulnCheck
Reserved: 23.07.2026 Published: 22.08.2026 Updated: 22.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.1

Product Status

Vendor nltk
Product nltk
Versions Default: unaffected
  • affected from 0 to 3.10.0 (excl.)
  • Version 3.10.0 is unaffected

Credits

  • ZeroXJacks reporter

References

Problem Types

  • Improper Access Control CWE