4.6
CVSSv2

CVE-2006-2081

Published: 27/04/2006 Updated: 18/10/2018
CVSS v2 Base Score: 4.6 | Impact Score: 6.4 | Exploitability Score: 3.9
VMScore: 470
Vector: AV:L/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Oracle Database Server 10g Release 2 allows local users to execute arbitrary SQL queries via the GET_DOMAIN_INDEX_METADATA function in the DBMS_EXPORT_EXTENSION package. NOTE: this issue was originally linked to DB05 (CVE-2006-1870), but a reliable third party has claimed that it is not the same issue. Based on details of the problem, the primary issue appears to be insecure privileges that facilitate the introduction of SQL in a way that is not related to special characters, so this is not "SQL injection" per se.

Vulnerable Product Search on Vulmon Subscribe to Product

oracle database server

Exploits

/* 0day, description is wrong /str0ke */ /* * Fucking NON-0 day($) exploit for Oracle 10g 102020 * * Patch your database now! * * by N1V1Hd $3c41r3 * */ CREATE OR REPLACE PACKAGE MYBADPACKAGE AUTHID CURRENT_USER IS FUNCTION ODCIIndexGetMetadata (oindexinfo SYSodciindexinfo,P3 VARCHAR2,p4 VARCHAR2,env SYSodcienv) RETURN NUMBER; END; / CREA ...
#!/usr/bin/perl # # Remote Oracle dbms_export_extension exploit (any version) # Grant or revoke dba permission to unprivileged user # # Tested on Oracle 10g - Release 102010 # Oracle 9i - Release 92020 # # REF: wwwsecurityfocuscom/bid/17699 # # AUTHOR: Andrea "bunker" Purificato # rawlabmindcreation ...