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---telnetd — Bypass d’authentification Telnet menant à un accès root | Kitploit
Tools/GitHubGitHub/duy-31/cve-2026-24061---telnetd
Vulnerability ScannersExploitationNetwork SecurityPenetration TestingRemote Access Tool
GitHubduy-31/cve-2026-24061---telnetd

CVE-2026-24061---telnetd

Bypass d’authentification Telnet menant à un accès root

View Repository
217 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 – telnetd

🔥 Description

CVE-2026-24061 is a critical vulnerability affecting certain implementations of telnetd, allowing an authentication bypass and the obtainment of a remote root shell without valid credentials.

This repository provides a Proof of Concept (PoC) for detecting vulnerable systems.


⚠️ Impact

  • Authentication bypass
  • Unauthorized root access
  • Remote exploitation
  • Complete system compromise

🎯 Potentially affected systems

  • Routers / modems
  • IoT devices
  • Embedded firmwares
  • Systems exposing telnetd
  • Outdated or misconfigured environments

🛠 Contents

  • Fast Python script (raw socket)
  • Support for scanning by IP list
  • No external dependencies
  • Messages and comments in French

🔧 Parameters and options

The script accepts several command-line options for scanning a single target or a file containing multiple targets.

🎯 Main options (required)

OptionDescription
-c, --cibleIP address or hostname to analyze
-l, --listeFile containing a list of targets

⚙️ Additional options

OptionDefaultDescription
-p, --port23Telnet port to test
-d, --delai5Network timeout in seconds
-u, --user-f rootLoads "-f root" by default

▶️ Usage

⚠️ Use this script only on systems for which you have explicit authorization.

🎯 Single target

root@kitploit:~
python3 scan_telnet.py -c 192.168.1.1
image

📋 Scanning a list of targets

root@kitploit:~
python3 scan_telnet.py -l cibles.txt
image

🔁 Return codes

  • 0 → at least one vulnerable target
  • 1 → no vulnerability detected
Download Tool