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