Cyber Resilience

CVE-2026-0848

CriticalPublic PoC

Published: 05 March 2026

Published
05 March 2026
Modified
21 April 2026
KEV Added
Patch
CVSS Score v3 10.0 CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0078 51.1th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-0848 is a critical-severity Improper Input Validation (CWE-20) vulnerability in Nltk Nltk. Its CVSS base score is 10.0 (Critical).

Operationally, ranked in the top 48.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as NLP Libraries; in the Supply Chain and Deployment risk domain.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

NLTK versions <=3.9.2 are vulnerable to arbitrary code execution due to improper input validation in the StanfordSegmenter module. The module dynamically loads external Java .jar files without verification or sandboxing. An attacker can supply or replace the JAR file, enabling…

more

the execution of arbitrary Java bytecode at import time. This vulnerability can be exploited through methods such as model poisoning, MITM attacks, or dependency poisoning, leading to remote code execution. The issue arises from the direct execution of the JAR file via subprocess with unvalidated classpath input, allowing malicious classes to execute when loaded by the JVM.

CWE(s)

AI Security AnalysisAI

AI Category
NLP Libraries
Risk Domain
Supply Chain and Deployment
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: model poisoning, nltk

Related Threats

CVEs Like This One

CVE-2026-0847Same product: Nltk Nltk
CVE-2026-0846Same product: Nltk Nltk
CVE-2026-33231Same product: Nltk Nltk
CVE-2025-14009Same product: Nltk Nltk
CVE-2026-33236Same product: Nltk Nltk
CVE-2025-29814Shared CWE-20
CVE-2026-21864Shared CWE-20
CVE-2026-22862Shared CWE-20
CVE-2025-1022Shared CWE-20
CVE-2025-48913Shared CWE-20

Affected Assets

nltk
nltk
≤ 3.9.2

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-20

Security testing and developer training directly verify and enforce proper input validation, reducing exploitability of injection and malformed-data weaknesses.

addresses: CWE-20

Security testing and evaluation at multiple SDLC stages directly detects missing or flawed input validation, with the required remediation process ensuring fixes are applied.

addresses: CWE-20

Directly implements checks on information inputs to reject invalid data before processing.

addresses: CWE-20

Spam protection mechanisms perform filtering and detection on inbound/outbound messages, directly compensating for missing or weak input validation of unsolicited content.

References