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
Ashwesker-CVE-2026-24061 — Exploit for CVE-2026-24061, a critical remote authentication bypass in GNU InetUtils telnetd, allowing unauthenticated root access via crafted environment variables. | Kitploit
Tools/GitHubGitHub/mefhika120/ashwesker-cve-2026-24061
Vulnerability AnalysisExploitationPenetration TestingAuthenticationRemote Access Tool
GitHubmefhika120/ashwesker-cve-2026-24061

Ashwesker-CVE-2026-24061

Exploit for CVE-2026-24061, a critical remote authentication bypass in GNU InetUtils telnetd, allowing unauthenticated root access via crafted environment variables.

View Repository
147 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 : Critical Remote Authentication Bypass in GNU InetUtils telnetd

akHx1IeE


🧠 Overview

CVE-2026-24061 is a critical vulnerability affecting the telnetd service in GNU InetUtils. It allows an unauthenticated remote attacker to log in as root by exploiting improper handling of environment variables passed to the system login process.

Impact: Complete system compromise. Severity: 🔥 Critical (CVSS 9.8)


🎯 Affected Versions

  • GNU InetUtils telnetd
  • Versions: 1.9.3 → 2.7

If telnet is enabled on your system and you're running these versions, you’re vulnerable.


💥 Exploit Summary

The USER environment variable is not properly sanitized. An attacker can pass crafted arguments (e.g., -f root) to bypass authentication entirely and gain root access.

No credentials. No user interaction. Just vibes — and they’re bad. 😬


🌐 Usage Examples

  1. Basic root bypass:

    root@kitploit:~
    python3 CVE-2026-24061.py 192.168.1.100
    
  2. Custom port/user:

    root@kitploit:~
    python3 CVE-2026-24061.py vulnerable-host --port 2323 --user bin
    

What You Will See If It Works

  • [+] Auth bypass succeeded! Dropping into interactive shell...
  • Then a prompt like root@vulnerable-host:~$ where you can run commands (e.g., id → uid=0(root)...)
  • Output from commands printed directly.

🛡️ Mitigation

  • 🔄 Upgrade to a patched version of GNU InetUtils
  • ❌ Disable telnetd immediately if not required
  • 🔐 Replace telnet with SSH or other secure alternatives
  • 🌐 Restrict network exposure until patched

🧾 Quick Check

root@kitploit:~
telnetd --version

If the version is ≤ 2.7, patch ASAP.


📌 TL;DR

FieldValue
CVECVE-2026-24061
SeverityCritical (9.8)
TypeRemote auth bypass
ImpactRoot access
FixPatch / Disable telnet

⚠️ Disclaimer

This information is provided for educational and defensive security purposes only. The authors do not condone or support unauthorized access, exploitation, or misuse of systems.

Always test and apply security practices only on systems you own or are explicitly authorized to assess. Use responsibly. Stay ethical. 🛡️

Download Tool