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-24061-POC — CVE-2026-24061 - GNU InetUtils telnetd authentication bypass POC + Docker lab environment for testing | Kitploit
Tools/GitHubGitHub/alter-n0x/cve-2026-24061-poc
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubalter-n0x/cve-2026-24061-poc

CVE-2026-24061-POC

CVE-2026-24061 - GNU InetUtils telnetd authentication bypass POC + Docker lab environment for testing

View Repository
7 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-24061 Vulnerable Lab

⚠️ WARNING: Intentionally vulnerable environment. Do NOT expose to untrusted networks.

Overview

Vulnerable GNU InetUtils telnetd (v2.5) for testing CVE-2026-24061 - authentication bypass via argument injection.

Quick Start

root@kitploit:~
# Build
sudo docker compose up -d

# Test connection
telnet 127.0.0.1

#exploitation
python3 exploit.py 127.0.0.1

Test Accounts

UserPassword
testuserpassword
roottoor

Vulnerability Info

FieldValue
CVECVE-2026-24061
AffectedGNU InetUtils telnetd ≤ 2.7
TypeAuthentication Bypass (CWE-88)
ImpactRemote root access

|> source : https://www.safebreach.com/blog/safebreach-labs-root-cause-analysis-and-poc-exploit-for-cve-2026-24061/

Download Tool