Lucene search
+L

49 matches found

Kitploit
Kitploit
added 2026/09/16 3:16 p.m.9 views

TelnetdBypass-

TelnetdBypass — CVE-2026-24061 Scanner A Python-based security scanner that detects and exploits CVE-2026-24061 , a critical CVSS 9.8 authentication bypass vulnerability in GNU InetUtils telnetd versions 1.9.3 through 2.7. How it Works The scanner injects a malicious USER=-f root value via the...

9.8CVSS8.4AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/16 2:54 p.m.19 views

CVE-2026-24061

Docker Telnet 自动登录实验环境 一个用于实验 Telnet 协议协商 的轻量级 Docker 实验环境,相关原理在 CVE-2026-24061 漏洞利用中有所说明,该漏洞利用通过 NEW-ENVIRON 选项实现自动用户名注入。 本项目创建了一个隔离的客户端-服务器环境,用于研究 Telnet 如何处理基于环境变量的认证绕过。 功能特性 使用 Docker Compose 构建的隔离双容器实验环境 自定义 Python Telnet 客户端 自动注入 USER 环境变量 基本的 Telnet 选项协商处理 基于 Docker 内部 DNS 的服务发现 最小化、可复现的配置...

9.8CVSS8.5AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/16 1:24 p.m.9 views

CVE-2026-24061

CVE-2026-24061 GNU Inetutils telnetd Remote Authentication Bypass Seriously, telnet in 2026? Come on guys, it's time to move on. SSH exists since 1995. 🤦 Description A critical authentication bypass vulnerability in GNU Inetutils telnetd affecting versions 1.9.3 through 2.7. The vulnerability...

9.8CVSS8.3AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/16 8:00 a.m.6 views

CVE-2026-24061

CVE-2026-24061 Telnet NEW-ENVIRON 认证绕过漏洞 PoC。 构建 Windows(MinGW): root@kitploit: gcc -o exploit.exe exploit.c -lws232 Linux: root@kitploit: gcc -o exploit exploit.c -lpthread 用法 root@kitploit: ./exploit port 示例 root@kitploit: ./exploit 192.168.1.1 23 免责声明 仅限授权安全测试使用。...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/16 5:56 a.m.9 views

telnetd_CVE-2026-24061_tester

Telnetd CVE-2026-24061 测试脚本 一个用于检测 telnetd 服务器是否容易受到通过 NEW-ENVIRON telnet 选项进行环境变量注入攻击的 Python 安全测试工具。 概述 该脚本用于测试 telnetd 服务器是否存在 CVE-2026-24061 漏洞,该漏洞允许攻击者通过 NEW-ENVIRON telnet 选项注入环境变量。如果服务器未正确处理这些环境变量,则可能容易受到命令注入或身份验证绕过攻击。 该脚本提供详细、彩色编码的输出,包含逐步进度、全面的错误处理以及最终摘要,其中包括测试结果、风险评估和影响分析。 CVE-2026-24061...

9.8CVSS8.4AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/14 2:23 a.m.9 views

CVE-2026-24061

🚨 CVE-2026-24061 — “TelneTD” Critical Remote Authentication Bypass in GNU Inetutils telnetd The ghost of 2015 just came back to own everything still running telnet. Zero authentication. One environment variable. Instant root shell. ⚠️ Overview CVE-2026-24061 is a critical remote privilege...

9.8CVSS8.5AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/12 1:38 a.m.7 views

CVE-2026-24061

Telnet脆弱性スキャナ&エクスプロイタ このPythonスクリプト(main.py)は、マルチスレッドのツールで、ターゲットIP/ホスト名のリストをスキャンし、Telnet経由で特定の脆弱性を悪用しようとします。 !WARNING このツールは教育目的および許可されたペネトレーションテストのみを対象としています。所有していない、または明示的なテスト許可がないシステムに対して使用しないでください。 動作の仕組み スクリプトはTelnetを介して各ターゲットに接続し、Telnetネゴシエーションフェーズ(IAC SB NEW-ENVIRON)中に悪意のある環境変数(USER=-f...

9.8CVSS8.3AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/10 1:32 a.m.9 views

CVE-2026-24061

CVE-2026-24061 GNU Inetutils telnetd 远程认证绕过 说真的,2026 年还在用 telnet?拜托各位,该换换了。SSH 从 1995 年就有了。 🤦 描述 GNU Inetutils telnetd 存在一个严重的认证绕过漏洞,影响 1.9.3 至 2.7 版本。 该漏洞利用 NEW-ENVIRON telnet 选项向 login1 注入恶意参数。攻击者通过 telnet 协议设置 USER=-f root,即可绕过认证,无需凭据即可获得 root shell。 受影响版本 GNU Inetutils 1.9.3 - 2.7 技术细节 telnet...

9.8CVSS8.5AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/10 1:32 a.m.8 views

CVE-2026-24061-GNU-Inetutils-telnetd-Remote-Authentication-Bypass-Root-Shell-

🧨 概述 本仓库包含针对 GNU Inetutils telnetd 远程身份验证绕过漏洞的概念验证(PoC)利用代码。 该问题源于 telnetd 在调用 /bin/login 之前,未能正确清理通过 Telnet NEW‑ENVIRON 协商接收到的 USER 环境变量。 通过提供: root@kitploit: USER=-f root telnetd 实际上执行了: root@kitploit: /bin/login -f root...

9.8CVSS8.3AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/10 1:18 a.m.10 views

scan-cve-2026-24061

CVE-2026-24061 扫描器 – GNU inetutils telnetd 认证绕过 ⚠️ 非常重要的法律声明 ⚠️ 本工具仅用于教育目的、安全研究、漏洞分析和授权测试 。 任何针对您不拥有或未经书面明确许可的系统的未授权 使用均属犯罪行为 (在巴西:刑法第 154-A 条 + 第 14.155/2021 号法律,以及其他国际法律)。 仅 在您自己的环境、受控实验室或已签署 RoE(交战规则) 的渗透测试/红队活动中使用。 作者不对 任何不当使用、损害、IP 封锁、法律后果或恶意利用承担责任。 关于漏洞(CVE-2026-24061) 官方名称 :GNU inetutils...

9.8CVSS8.5AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/10 1:03 a.m.9 views

CVE-2026-24061

-c0392b?style=flat GNU InetUtils telnetd - 通过 NEW-ENVIRON 变量注入实现未认证远程 Root 权限 漏洞概述 - 技术分析 - 受影响版本 - 使用方法 - 修复与缓解 - 参考资料 漏洞概述 CVE-2026-24061 是 GNU InetUtils 所分发的 telnetd 守护进程中的一个严重认证绕过漏洞。该缺陷存在于初始协议握手期间对 Telnet NEW-ENVIRON 选项(RFC 1572)的处理过程中。 根本原因是在将客户端提供的环境变量传递给 login1 程序之前,未能对其进行净化处理。当 Telnet...

9.8CVSS8.2AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/10 12:50 a.m.8 views

CVE-2026-24061-telnet2root

CVE-2026-24061 Vulnerability Scanner & Exploit 👨‍💻 Author: Furkan KAYAPINAR @FurkanKAYAPINAR Overview This repository contains a vulnerability scanner and an interactive exploit for CVE-2026-24061. This vulnerability affects inetutils-telnetd and potentially other Telnet implementations through...

9.8CVSS8.4AI score0.97993EPSS
SaveExploits68References1
RedhatCVE
RedhatCVE
added 2026/09/07 1:18 p.m.8 views

CVE-2026-56740

A flaw was found in the JLine3 Telnet server remote-telnet module. An unauthenticated remote attacker can exploit this vulnerability by injecting an excessive number of environment variables through the Telnet NEW-ENVIRON option. This action causes the server to store numerous variable pairs,...

7.5CVSS5.9AI score0.00592EPSS
SaveExploits1References12
OSV
OSV
added 2026/07/17 10:17 p.m.14 views

AZL-92450 CVE-2026-56740 affecting package jline 2.14.6-1

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not limit the number of environment variables a client may inject via the Telnet NEW-ENVIRON option, and TelnetIO.readNEVariables in TelnetIO.java:1127-1180...

7.5CVSS5.9AI score0.00592EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2026/07/17 9:17 p.m.19 views

CVE-2026-56740

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not limit the number of environment variables a client may inject via the Telnet NEW-ENVIRON option, and TelnetIO.readNEVariables in TelnetIO.java:1127-1180...

7.5CVSS5.3AI score0.00592EPSS
SaveExploits1
Cvelist
Cvelist
added 2026/07/17 9:17 p.m.50 views

CVE-2026-56740 JLine: Unauthenticated Remote Memory Exhaustion via Unbounded Telnet NEW-ENVIRON Variables

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not limit the number of environment variables a client may inject via the Telnet NEW-ENVIRON option, and TelnetIO.readNEVariables in TelnetIO.java:1127-1180...

7.5CVSS0.00592EPSS
SaveExploits1References9
ATTACKERKB
ATTACKERKB
added 2026/07/17 9:17 p.m.14 views

CVE-2026-56740

JLine is a Java library for handling console input. Prior to 3.30.14, 4.0.16, and 4.2.1, the JLine3 Telnet server remote-telnet module does not limit the number of environment variables a client may inject via the Telnet NEW-ENVIRON option, and TelnetIO.readNEVariables in TelnetIO.java:1127-1180...

7.5CVSS5.3AI score0.00592EPSS
SaveExploits1References10Affected Software1
CVE
CVE
added 2026/07/17 9:17 p.m.98 views

CVE-2026-56740

JLine3 Telnet server remote-telnet module in JLine prior to versions 3.30.14, 4.0.16, and 4.2.1 does not limit the number of environment variables injected via Telnet NEW-ENVIRON. TelnetIO.readNEVariables() stores each variable pair in a HashMap within ConnectionData (lines 1127-1180), allowing a...

7.5CVSS5.4AI score0.00592EPSS
SaveExploits1References9Affected Software1
OSV
OSV
added 2026/07/06 8:10 p.m.10 views

SUSE-SU-2026:22562-1 Security update for jline3

This update for jline3 fixes the following issues: Changes in jline3: unauthenticated remote memory exhaustion via unbounded Telnet 'NEW-ENVIRON variables bsc1269021...

6.1AI score
SaveExploits0References2
OSV
OSV
added 2026/07/06 8:10 p.m.16 views

OPENSUSE-SU-2026:21221-1 Security update for jline3

This update for jline3 fixes the following issues: Changes in jline3: unauthenticated remote memory exhaustion via unbounded Telnet 'NEW-ENVIRON variables bsc1269021...

6AI score
SaveExploits0References1
Rows per page
Query Builder