Lucene search
+L

22 matches found

Kitploit
Kitploit
added 2026/09/15 7:32 p.m.7 views

CVE-2026-24061

CVE-2026-24061 Exploit de RCE en Telnet - Por SafeBreach Labs Este script explota la vulnerabilidad CVE-2026-24061 en servidores Telnet mediante una variable de entorno USER malformada. Uso Ejecute el script con un host de destino: root@kitploit: python telnetrce.py -p Argumentos host: Dirección ...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/15 5:29 p.m.11 views

CVE-2026-24061

CVE-2026-24061-PoC ⚠ 此工具仅用于教育目的。严禁在受控环境之外未经授权使用。 CVE-2026-24061 是 GNU Inetutils(版本 1.9.3–2.7)中 telnetd 存在的一个严重漏洞(CVSS 9.8),允许远程攻击者通过 USER 环境变量传递 -f root,绕过身份验证并获得 root 访问权限。此工具旨在模拟对该漏洞的滥用。 系统要求 Windows 操作系统/Linux Python 3.4+ 使用方法 本 PoC 需要一个目标主机地址。提供方式有两种: 1. 编辑 payload.txt 文件 将你的 payload 插入...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/15 4:25 p.m.8 views

CVE-2026-24061-Telnetd

CVE-2026-24061 Bypass de Autenticación en Telnetd de GNU Inetutils CVE: CVE-2026-24061 Severidad: Crítica CVSS: 9.8 Crítica CWE: CWE-88 — Neutralización Incorrecta de Delimitadores de Argumentos en un Comando Componente Afectado: telnetd de GNU Inetutils Versiones Afectadas: 1.9.3 hasta 2.7 Resum...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/14 11:47 a.m.8 views

CVE-2026-24061

CVE-2026-24061 - Bypass de autenticación por inyección de argumentos en telnetd de GNU InetUtils Las versiones 1.9.3 a 2.7 de GNU InetUtils son vulnerables a un bypass de autenticación remota en el servidor telnetd. El demonio telnetd no sanea adecuadamente la variable de entorno USER antes de...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/12 8:59 p.m.5 views

CVE-2026-24061-GNU-InetUtils-telnetd

CVE-2026-24061:GNU InetUtils telnetd 认证绕过漏洞 CVE-2026-24061 是 GNU InetUtils 中 telnetd 服务的一个严重缺陷。 CVE 编号: CVE-2026-24061 严重程度: 严重 CVSS 9.8 攻击向量: 网络 是否需要认证: 否 影响: 系统完全沦陷(root 权限) 该漏洞源于在 Telnet 会话建立期间对 USER 环境变量的不当处理,该值被直接传递到 /usr/bin/login 的参数列表中,未经任何清理或验证,因此远程攻击者可以操纵此输入来注入命令行选项,从而有效绕过认证并立即获得 root...

9.8CVSS8.3AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/10 12:57 a.m.7 views

CVE-2026-24061-PoC-Telnetd

CVE-2026-24061 Prueba de Concepto PoC ⚠️ AVISO: SOLO CON FINES EDUCATIVOS ⚠️ Este repositorio contiene un exploit de Prueba de Concepto PoC para CVE-2026-24061. Está destinado estrictamente a fines educativos y para probar sistemas en un entorno de laboratorio controlado. El autor no se hace...

9.8CVSS8.2AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/09 10:52 p.m.7 views

CVE-2026-24061

Bypass de Autenticación en GNU InetUtils telnetd mediante Inyección de Argumentos - CVE-2026-24061 📚 Introducción Una vulnerabilidad de inyección de argumentos recientemente identificada en telnetd de GNU InetUtils permite a los atacantes eludir la autenticación estableciendo la variable de entor...

9.8CVSS8.2AI score0.97993EPSS
SaveExploits68
F5 Networks
F5 Networks
added 2026/02/03 4:54 p.m.22 views

K000159869: Telnetd vulnerability CVE-2026-24061

Security Advisory Description Telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable. CVE-2026-24061 Impact There is no impact; F5 products are not affected by this vulnerability. Security Advisory Status F5 Product...

9.8CVSS7.5AI score0.97993EPSS
SaveExploits68
Packet Storm
Packet Storm
added 2026/01/28 12:00 a.m.213 views

📄 GNU Inetutils 2.7 Telnet Authentication Bypass Scanner

GNU Inetutils version 2.7 telnet authentication bypass scanner that leverages a crafted USER value. This vulnerability is tracked as CVE-2026-24061 and is conceptually related to historical Telnet NEW-ENVIRON issues such as CVE-1999-0192, but affects modern GNU Inetutils implementations...

10CVSS5.9AI score0.97993EPSS
SaveExploits71
Metasploit
Metasploit
added 2026/01/26 12:00 a.m.456 views

GNU Inetutils Telnet Authentication Bypass Exploit CVE-2026-24061

The telnetd service from GNU InetUtils is vulnerable to authentication-bypass, tracked as CVE-2026-24061, in versions up to version 2.7. During Telnet authentication the SB byte can be sent to indicate sub-negotiation which allows for the exchange of sub-option parameters after both parties have...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Saint
Saint
added 2026/01/26 12:00 a.m.137 views

telnetd argument injection vulnerability

Added: 01/26/2026 Background The Telnet service allows remote users to authenticate to a system and use an interactive command shell. The Telnet service is implemented by the Telnet daemon, telnetd. Problem The telnetd program included in GNU Inetutils allows authentication to be bypassed with a ...

9.8CVSS5.9AI score0.97993EPSS
SaveExploits68
CISA KEV Catalog
CISA KEV Catalog
added 2026/01/26 12:00 a.m.15 views

GNU InetUtils Argument Injection Vulnerability

GNU InetUtils contains an argument injection vulnerability in telnetd that could allow for remote authentication bypass via a "-f root" value for the USER environment variable...

9.8CVSS6.1AI score0.97993EPSS
SaveIn wildExploits68
SUSE CVE
SUSE CVE
added 2026/01/23 12:24 a.m.12 views

SUSE CVE-2026-24061

telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable...

9.8CVSS5.5AI score0.97993EPSS
SaveExploits68References3
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:00 a.m.11 views

Debian dsa-6106 : inetutils - security update

The remote Debian 12 / 13 host has packages installed that are affected by a vulnerability as referenced in the dsa-6106 advisory. - ------------------------------------------------------------------------- Debian Security Advisory DSA-6106-1 [email protected] https://www.debian.org/security/...

9.8CVSS7.2AI score0.97993EPSS
SaveExploits68References5
CNVD
CNVD
added 2026/01/22 12:00 a.m.26 views

GNU InetUtils Telnetd Remote Authentication Bypass Vulnerability

GNU InetUtils telnetd is a telnet service daemon in the GNU InetUtils suite that listens on TCP port 23 and provides clients with plaintext terminal access based on the Telnet protocol. A remote authentication bypass vulnerability exists in GNU InetUtils Telnetd, which can be exploited to bypass...

9.8CVSS5.9AI score0.97993EPSS
SaveExploits68References1
VulnCheck KEV
VulnCheck KEV
added 2026/01/22 12:00 a.m.23 views

VulnCheck KEV: CVE-2026-24061

telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable...

9.8CVSS5.8AI score0.97993EPSS
SaveIn wildExploits68References87
NCSC
NCSC
added 2026/01/21 2:15 p.m.22 views

Vulnerability fixed in GNU Inetutils telnetd

Security researchers have found a a vulnerability in Inetutils telnetd version 2.7. This vulnerability has been present since version 1.9.3 that came out in 2015, according to the researchers. The vulnerability is in the way the telnetd service handles the USER environment variable. By setting th...

9.8CVSS5.7AI score0.97993EPSS
SaveExploits68References4
Vulnrichment
Vulnrichment
added 2026/01/21 6:42 a.m.9 views

CVE-2026-24061

telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable...

9.8CVSS5.5AI score0.97993EPSS
SaveExploits68References8
Cvelist
Cvelist
added 2026/01/21 6:42 a.m.62 views

CVE-2026-24061

telnetd in GNU Inetutils through 2.7 allows remote authentication bypass via a "-f root" value for the USER environment variable...

9.8CVSS0.97993EPSS
SaveExploits68References8
OSV
OSV
added 2024/12/16 1:59 p.m.20 views

BIT-NODE-MIN-2023-30585

A vulnerability has been identified in the Node.js .msi version installation process, specifically affecting Windows users who install Node.js using the .msi installer. This vulnerability emerges during the repair operation, where the "msiexec.exe" process, running under the NT AUTHORITY\SYSTEM...

7.5CVSS7.4AI score0.01467EPSS
SaveExploits0References3
Rows per page
Query Builder