nuclei-templates/network/backdoor/backdoored-zte.yaml

40 lines
868 B
YAML

id: backdoored-zte
info:
name: ZTE Router Panel - Detect
author: its0x08
severity: critical
description: |
Multiple ZTE router panels were detected. These routers have a telnet-hardcoded backdoor account that spawns root shell.
reference:
- https://www.exploit-db.com/ghdb/7179
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-912
metadata:
max-request: 2
verified: true
shodan-query: http.html:"ZTE Corporation"
tags: edb,network,zte,telnet,backdoor,router
tcp:
- host:
- "{{Hostname}}"
- "{{Host}}:23"
inputs:
- data: "root\r\n"
- data: "Zte521\r\n\r\n"
read: 1024
matchers:
- type: word
words:
- "BusyBox"
extractors:
- type: regex
regex:
- '[A-Z]{1,}[0-9]{3,4}'