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/0p5cur/cve-2026-24061-poc
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingAuthentication
GitHub0p5cur/cve-2026-24061-poc

CVE-2026-24061-POC

CVE-2026-24061's poc : a critical authentication bypass in telnetd leading to RCE as root Affects systems with telnetd versions containing the vulnerability from 2015 onwards.

View Repository
7331 month 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 Authentication Bypass PoC

MIT License PoC Visitors

Critical authentication bypass in telnetd leading to RCE as root Affects systems with telnetd versions containing the vulnerability from 2015 onwards

About

poc

This PoC demonstrates CVE-2026-24061, a critical authentication bypass vulnerability in telnetd that has existed undetected for 11 years. The vulnerability stems from improper handling of the USER environment variable in telnetd's login process. You can check the infamous commit that introduced the vulnerability here.

Requirements

  • Affected telnetd version:
from 1.9.3 to 2.7
  • Network access to target telnet service (ex. default port 23)
  • No special privileges required on the attacking system
  • Usage

    • root@kitploit:~
      git clone https://github.com/0p5cur/CVE-2026-24061-POC
      
      
    • root@kitploit:~
      cd CVE-2026-24061-POC
      
      
    • root@kitploit:~
      python cve-2026-24061-poc.py <target_ip> <target_port>
      

    Mitigation

    • Patch telnetd immediately as soon as patches are available even better disable telnetd entirely and use SSH instead
    • Block telnet traffic at the network perimeter and implement network segmentation to limit telnet exposure

    References

    • NVD Entry – CVE-2026-24061
    • RFC 1572 - Telnet Environment Option
    Download Tool