Exploitation Summary
EIP tracks 2 public exploits for CVE-2006-0900.
PoCs published by Evgeny Legerov, MC, including Metasploit module auxiliary/dos/freebsd/nfsd/nfsd_mount.
AI-analyzed exploit summary This exploit sends a malformed NFS request to trigger a kernel panic in FreeBSD 6.0, causing a denial of service. The payload is a crafted binary packet sent to port 2049 (NFS).
Description
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.
Exploits (2)
This exploit sends a malformed NFS request to trigger a kernel panic in FreeBSD 6.0, causing a denial of service. The payload is a crafted binary packet sent to port 2049 (NFS).
This Metasploit module exploits a vulnerability in FreeBSD 6.0's NFS RPC service by sending a malformed Mount request packet to port 2049, causing a kernel panic (DoS). The packet structure is hardcoded and designed to trigger the crash.