CVE-2008-1391 : Detail

CVE-2008-1391

2.76%V3
Network
2008-03-27
16h00 +00:00
2018-10-11
17h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-189 Category : Numeric Errors
Weaknesses in this category are related to improper calculation or conversion of numbers.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 31550

Publication date : 2008-03-26
23h00 +00:00
Author : Maksymilian Arciemowicz
EDB Verified : 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

              References

              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