CVE-2008-1391 : Détail

CVE-2008-1391

2.76%V3
Network
2008-03-27
16h00 +00:00
2018-10-11
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Multiple integer overflows in libc in NetBSD 4.x, FreeBSD 6.x and 7.x, and probably other BSD and Apple Mac OS platforms allow context-dependent attackers to execute arbitrary code via large values of certain integer fields in the format argument to (1) the strfmon function in lib/libc/stdlib/strfmon.c, related to the GET_NUMBER macro; and (2) the printf function, related to left_prec and right_prec.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-189 Category : Numeric Errors
Weaknesses in this category are related to improper calculation or conversion of numbers.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P 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 : 31550

Date de publication : 2008-03-26 23h00 +00:00
Auteur : Maksymilian Arciemowicz
EDB Vérifié : Yes

// source: https://www.securityfocus.com/bid/28479/info Multiple BSD platforms are prone to an integer-overflow weakness. An attacker can exploit this issue through other applications such as PHP to execute arbitrary code within the context of the affected application. Failed exploit attempts will result in a denial-of-service condition. This issue affects FreeBSD 6, 7 and NetBSD 4; other platforms may also be affected. #include <stdio.h> #include <monetary.h> int main(int argc, char* argv[]){ char buff[51]; char *bux=buff; int res; res=strfmon(bux, 50, argv[1], "0"); return 0; }

Products Mentioned

Configuraton 0

Freebsd>>Freebsd >> Version 6.0

Freebsd>>Freebsd >> Version 6.0

    Freebsd>>Freebsd >> Version 6.0

      Freebsd>>Freebsd >> Version 6.0_p5_release

        Freebsd>>Freebsd >> Version 7.0

        Freebsd>>Freebsd >> Version 7.0

          Freebsd>>Freebsd >> Version 7.0_beta4

            Freebsd>>Freebsd >> Version 7.0_releng

              Netbsd>>Netbsd >> Version 4.0

              Références

              http://www.securityfocus.com/bid/28479
              Tags : vdb-entry, x_refsource_BID
              http://www.vupen.com/english/advisories/2008/3444
              Tags : vdb-entry, x_refsource_VUPEN
              http://www.us-cert.gov/cas/techalerts/TA08-350A.html
              Tags : third-party-advisory, x_refsource_CERT
              http://secunia.com/advisories/33179
              Tags : third-party-advisory, x_refsource_SECUNIA
              http://securityreason.com/securityalert/3770
              Tags : third-party-advisory, x_refsource_SREASON
              http://securityreason.com/achievement_securityalert/53
              Tags : third-party-advisory, x_refsource_SREASONRES
              http://support.apple.com/kb/HT3338
              Tags : x_refsource_CONFIRM
              http://www.debian.org/security/2010/dsa-2058
              Tags : vendor-advisory, x_refsource_DEBIAN
              http://www.securitytracker.com/id?1019722
              Tags : vdb-entry, x_refsource_SECTRACK
              http://secunia.com/advisories/29574
              Tags : third-party-advisory, x_refsource_SECUNIA