CVE-2026-0848

CRITICAL

NLTK <=3.9.2 - Code Injection

Title source: llm

Description

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 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.

Exploits (3)

nomisec SCANNER
by fevar54 · poc
https://github.com/fevar54/CVE-2026-0848-Scanner---Herramienta-de-Detecci-n
nomisec WORKING POC
by fevar54 · poc
https://github.com/fevar54/CVE-2026-0848-PoC-Improper-Input-Validation
nomisec WRITEUP
by HyperPS · poc
https://github.com/HyperPS/CVE-2026-0848

Scores

CVSS v3 10.0
EPSS 0.0029
EPSS Percentile 52.4%
Attack Vector NETWORK
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Details

CWE
CWE-20
Status published
Products (2)
nltk/nltk < 3.9.2
nltk/nltk/nltk unspecified - latest
Published Mar 05, 2026
Tracked Since Mar 06, 2026