CVE-2026-78683
Last modified
CVE-2026-78683 is a critical-severity vulnerability rated 9.6/10 on the CVSS scale. NLTK before 3.10.0 (affected versions <=3.9.4) contains an unsafe pickle deserialization vulnerability in the TransitionParser.parse() method (nltk/parse/transitionparser.py). The method calls pickle_load() with the default restricted=False, routing deserialization through WarningUnpickler, which does not override find_class() and therefore permits arbitrary class resolution. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
NLTK before 3.10.0 (affected versions <=3.9.4) contains an unsafe pickle deserialization vulnerability in the TransitionParser.parse() method (nltk/parse/transitionparser.py). The method calls pickle_load() with the default restricted=False, routing deserialization through WarningUnpickler, which does not override find_class() and therefore permits arbitrary class resolution. When an application loads an attacker-crafted model file, embedded pickle gadget chains execute arbitrary Python code with the privileges of the user running the application. NLTK provides a RestrictedUnpickler for safe deserialization, but it is not used by production code paths. Fixed in 3.10.0.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nltk | Nltk | < 3.10.0 |
References
- https://github.com/nltk/nltk/security/advisories/GHSA-rhp5-r9x4-f5g2Exploit, Vendor Advisory
- https://github.com/nltk/nltk/security/advisories/GHSA-rhp5-r9x4-f5g2Exploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-78683?
How severe is CVE-2026-78683?
How do I fix CVE-2026-78683?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-78678GitPython versions before 3.1.59 contain an incomplete denyl…6.5
- CVE-2026-78679GitPython before 3.1.59 contains an arbitrary file read vuln…6.5
- CVE-2026-7868IBM OPENBMC FW1110.00 through FW1110.20, and FW1060.00 throu…6.5
- CVE-2026-78680NLTK versions before 3.10.3 fail to use validated absolute p…7.8
- CVE-2026-78681NLTK versions before 3.10.3 use xml.etree.ElementTree to par…7.5
- CVE-2026-78682NLTK before 3.10.3 contains a server-side request forgery vu…7.5
- CVE-2026-78684vLLM before 0.27.0 fails to properly classify DeepStream as …5.3
- CVE-2026-78685Medical Practice Management System developed by Le-yan has a…8.8
- CVE-2026-78689Description NGINX JavaScript (njs) has a vulnerability in …8.1
- CVE-2026-7869IBM Langflow OSS 1.0.0 through 1.10.3 is vulnerable to Path …5.4
- CVE-2026-78691Improper Neutralization of Special Elements in Data Query Lo…2.1
- CVE-2026-78693Generation of Error Message Containing Sensitive Information…6.9
Are you affected by CVE-2026-78683?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
