CVE-2006-5482
FreeBSD 6.1 - Denial of Service via ftruncate on Non-Standard File Types
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-5482. PoCs published by kokanin.
AI-analyzed exploit summary This exploit leverages a FreeBSD kernel vulnerability in ftruncate(2) handling for non-regular file types, causing a system reboot and potential filesystem corruption. It creates a FIFO and calls ftruncate on it, triggering the DoS condition.
Description
ufs_vnops.c in FreeBSD 6.1 allows local users to cause an unspecified denial of service by calling the ftruncate function on a file type that is not VREG, VLNK or VDIR, which is not defined in POSIX.
Exploits (1)
This exploit leverages a FreeBSD kernel vulnerability in ftruncate(2) handling for non-regular file types, causing a system reboot and potential filesystem corruption. It creates a FIFO and calls ftruncate on it, triggering the DoS condition.