e-m-b-a/emba
Emulation check for CVE-2026-24061 – GNU InetUtils telnetd Authentication Bypass Vulnerability
开放
#1,905 创建于 2026年3月12日
EMBASystem emulator (Lxx)enhancementgood first issuehelp wantedstale
仓库指标
- 星标
- (3,565 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Is your feature request related to a problem? Please describe. We should check the telnet authentication bypass vulnerability in our system emulator - see also https://www.offsec.com/blog/cve-2026-24061/
Describe the solution you'd like A new L24_telnet_check.sh module for testing this module
PoC:
USER='-f root' telnet -a <ipaddr>
Describe alternatives you've considered Static analysis for version of telnet binary should be also ensured that EMBA detects this vulnerability.