7.8
CVSSv2

CVE-2006-0900

Published: 27/02/2006 Updated: 20/07/2017
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

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

Vulnerable Product Search on Vulmon Subscribe to Product

freebsd freebsd 6.0

Exploits

#!/usr/bin/perl ## Saw an advisory on Dailydave and wrote a little script to ## check my freebsd boxes (kind of evil) /str0ke (milw0rmcom) ## ## ProtoVer NFS testsuite 10 uncovered remote kernel panic vulnerability in FreeBSD 60 kernel ## Evgeny Legerov ## wwwglegnet use IO::Socket; sub usage { print "FreeBSD 60 (nfsd) Remote Kernel P ...