27 lines
620 B
YAML
27 lines
620 B
YAML
id: CVE-2018-0127
|
|
info:
|
|
name: Cisco RV132W and RV134W Wireless VPN Routers Unauthenticated Information Disclosure Vulnerability
|
|
author: jrolf
|
|
severity: critical
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-0127
|
|
description: Detects Cisco devices vulnerable to CVE-2018-0127
|
|
tags: cve,cve2018,cisco
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/dumpmdm.cmd"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
- type: word
|
|
words:
|
|
- "Dump"
|
|
- "MDM"
|
|
- "cisco"
|
|
- "admin"
|
|
part: body
|