CVE-2026-79657 PUBLISHED

NLTK before 3.10.3 Remote Code Execution via Unsafe Pickle Deserialization

Assigner: VulnCheck
Reserved: 25.08.2026 Published: 25.08.2026 Updated: 25.08.2026

NLTK versions before 3.10.3 contain a remote code execution vulnerability in allowlisted pickle loaders that trust entire module namespaces instead of specific safe callables. Attackers can craft malicious pickle payloads invoking dangerous in-namespace functions like ReppTokenizer._execute and numpy.f2py.crackfortran.myeval through pickle REDUCE to execute arbitrary commands during model or tokenizer artifact loading.

Metrics

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

Product Status

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

Credits

  • leduckhuong reporter

References

Problem Types

  • Deserialization of Untrusted Data CWE