Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-0848-PoC-Improper-Input-Validation — PoC de CVE-2026-0848: validacion de entrada indebida en NLTK que permite ejecucion de codigo via StanfordSegmenter. | Kitploit
Tools/GitHubGitHub/fevar54/cve-2026-0848-poc-improper-input-validation
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPayload Development
GitHubfevar54/cve-2026-0848-poc-improper-input-validation

CVE-2026-0848-PoC-Improper-Input-Validation

PoC de CVE-2026-0848: validacion de entrada indebida en NLTK que permite ejecucion de codigo via StanfordSegmenter.

View Repository
4 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-0848 - NLTK StanfordSegmenter RCE PoC

⚠️ WARNING

This code executes arbitrary commands on your system. Use ONLY in virtual machines or isolated containers.

Description

Functional PoC for CVE-2026-0848. Demonstrates how a malicious JAR file can execute arbitrary code when loaded by NLTK.

Requirements

  • Python 3.8+
  • Java JDK 8+ (to compile the payload)
  • NLTK 3.9.2 (will be installed automatically)

Installation and Execution

root@kitploit:~
# Clone
git clone https://github.com/tu-usuario/CVE-2026-0848-PoC.git
cd CVE-2026-0848-PoC

# Install dependencies
pip install -r requirements.txt

# Run the exploit
python exploit.py
Download Tool