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-Telnetd — Proof-of-concept exploit for CVE-2026-24061, an unauthenticated remote root privilege escalation in inetutils-telnetd via USER environment variable manipulation. Includes Docker lab setup and reverse shell payload. | Kitploit
Tools/GitHubGitHub/androidteacher/cve-2026-24061-poc-telnetd
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary ExploitationLabs & Practice
GitHubandroidteacher/cve-2026-24061-poc-telnetd

CVE-2026-24061-PoC-Telnetd

Proof-of-concept exploit for CVE-2026-24061, an unauthenticated remote root privilege escalation in inetutils-telnetd via USER environment variable manipulation. Includes Docker lab setup and reverse shell payload.

View Repository
17 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 Proof of Concept (PoC)

⚠️ DISCLAIMER: EDUCATIONAL PURPOSES ONLY ⚠️

This repository contains a Proof-of-Concept (PoC) exploit for CVE-2026-24061. It is intended strictly for educational purposes and for testing systems in a controlled lab environment.

The author takes no responsibility for any misuse of this code.


About CVE-2026-24061

This vulnerability affects inetutils-telnetd and allows an unauthenticated remote attacker to gain root privileges by manipulating the USER environment variable.

For a detailed analysis, please refer to the following research: Safebreach Labs Root Cause Analysis

Setting up the Vulnerable Environment

A Docker image has been prepared to safely simulate the vulnerable environment.

Run the vulnerable container:

root@kitploit:~
docker run -d -p 23:23 --name vulnerable-telnetd joshbeck2024/ctf-cve-2026-24061-telnetd

Note: This binds the vulnerable service to port 23 on your host. Ensure you are on a isolated network.

Usage

  1. Edit the exploit script: Update exploit.py with the target IP address.

    root@kitploit:~
    exploit("TARGET_IP", 23)
    
  2. Run the exploit:

    root@kitploit:~
    python3 exploit.py
    
  3. Result: If successful, the script will establish a reverse shell connection to the listener you configure within the script (or print the flag if using the default check).


Stay Ethical. Stay Safe.

Download Tool