vendor:
Oracle Database
by:
Andrea 'bunker' Purificato
7.5
CVSS
HIGH
Oracle ctxsys.drvxtabc.create_tables exploit
264
CWE
Product Name: Oracle Database
Affected Version From: Oracle 9i/10g
Affected Version To: Oracle 9i/10g
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2005
ctxsys.drvxtabc.create_tablesV2.sql exploit
This exploit grants DBA permission to an unprivileged user by using the Evil cursor technique. It uses the DBMS_SQL.OPEN_CURSOR and DBMS_SQL.PARSE functions to create an evil cursor and then uses the ctxsys.drvxtabc.create_tables function to execute the malicious code.
Mitigation:
Ensure that the ctxsys.drvxtabc.create_tables function is not used in any application code and that the DBMS_SQL.OPEN_CURSOR and DBMS_SQL.PARSE functions are used only in trusted code.