vendor:
Database 10g
by:
Sid
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Database 10g
Affected Version From: Oracle 10g
Affected Version To: Oracle 10g
Patch Exists: NO
Related CWE: N/A
CPE: a:oracle:database:10g
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
Cursor Injection in Oracle 10g
This exploit is based on cursor injection and does not need create function privileges. It uses DBMS_SQL.OPEN_CURSOR, DBMS_SQL.PARSE, SYS.LT.CREATEWORKSPACE and SYS.LT.COMPRESSWORKSPACETREE functions to grant DBA privileges to the user 'scott'.
Mitigation:
Ensure that user input is properly sanitized and filtered before being used in SQL queries.