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-21877 — Dockerized vulnerable lab environment with a Python-based network monitor and dedicated exploit script, enabling hands-on exploitation, privilege checks, and flag capture. | Kitploit
Tools/GitHubGitHub/cves-labs/cve-2026-21877
Vulnerability AnalysisExploitationCTFPenetration TestingLearning & EducationLabs & Practice
GitHubcves-labs/cve-2026-21877

CVE-2026-21877

Dockerized vulnerable lab environment with a Python-based network monitor and dedicated exploit script, enabling hands-on exploitation, privilege checks, and flag capture.

View Repository
427 days 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-21877

Lab Environment for CVE-2026-1357

1. Build the environment

sudo apt update && sudo apt install docker.io docker-compose -y

sudo systemctl start docker

git clone [Link of Repo]

sudo chmod +x network_monitor.py

sudo docker compose up --build -d

Firefox : http://localhost:5678

For test workflow: { "address": "8.8.8.8" }

Published ..

2. Exploit the vulnerability:

sudo nmap -sV -O localhost

sudo chmod +x CVE-2026-21877_exploit.py

python3 CVE-2026-21877_exploit.py 127.0.0.1

whoami || id || export || cat /root/flag.txt

Download Tool