CVE-2026-66393 PUBLISHED

NLTK before 3.9.4 Denial of Service via JSONTaggedDecoder

Assigner: VulnCheck
Reserved: 26.07.2026 Published: 22.08.2026 Updated: 22.08.2026

NLTK versions before 3.9.4 contain an unbounded recursion vulnerability in JSONTaggedDecoder.decode_obj() that allows attackers to cause denial of service by supplying deeply nested JSON structures. Attackers can craft JSON payloads exceeding the recursion limit to trigger an unhandled RecursionError that crashes the Python process.

Metrics

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

Product Status

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

Credits

  • ZeroXJacks reporter

References

Problem Types

  • Uncontrolled Recursion CWE