CVE-2006-0586
Oracle 10g Release 1 - SQL Injection via Multiple Parameters in SYS.KUPV$FT and SYS.KUPV$FT_INT Packages
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2006-0586. PoCs published by bunker, Joxean Koret.
AI-analyzed exploit summary This Perl script exploits CVE-2006-0586 in Oracle Database 10g by leveraging cursor injection to grant or revoke DBA privileges without requiring 'create procedure' privileges. It uses the KUPV$FT.ATTACH_JOB vulnerability to execute arbitrary SQL commands via DBMS_SQL.
Description
Multiple SQL injection vulnerabilities in Oracle 10g Release 1 before CPU Jan 2006 allow remote attackers to execute arbitrary SQL commands via multiple parameters in (1) ATTACH_JOB, (2) HAS_PRIVS, and (3) OPEN_JOB functions in the SYS.KUPV$FT package; and (4) UPDATE_JOB, (5) ACTIVE_JOB, (6) ATTACH_POSSIBLE, (7) ATTACH_TO_JOB, (8) CREATE_NEW_JOB, (9) DELETE_JOB, (10) DELETE_MASTER_TABLE, (11) DETACH_JOB, (12) GET_JOB_INFO, (13) GET_JOB_QUEUES, (14) GET_SOLE_JOBNAME, (15) MASTER_TBL_LOCK, and (16) VALID_HANDLE functions in the SYS.KUPV$FT_INT package. NOTE: due to the lack of relevant details from the Oracle advisory, a separate CVE is being created since it cannot be conclusively proven that these issues has been addressed by Oracle. It is unclear which, if any, Oracle Vuln# identifiers apply to these issues.
Exploits (3)
This Perl script exploits CVE-2006-0586 in Oracle Database 10g by leveraging cursor injection to grant or revoke DBA privileges without requiring 'create procedure' privileges. It uses the KUPV$FT.ATTACH_JOB vulnerability to execute arbitrary SQL commands via DBMS_SQL.
This Perl script exploits CVE-2006-0586 in Oracle Database 10g by leveraging SQL injection in the KUPV$FT.ATTACH_JOB function to grant or revoke DBA privileges to an unprivileged user. It uses autonomous transactions to bypass privilege checks.
This exploit leverages SQL injection in Oracle10g's KUPV$FT.ATTACH_JOB function to grant DBA privileges to a user. It requires EXECUTE_CATALOG_ROLE and CREATE PROCEDURE privileges to execute arbitrary SQL commands.