CVE-2006-5482
CVE-2006-5482 affects FreeBSD 6.1. The vulnerable component is ufs_vnops.c where calling ftruncate on a file type that is not VREG, VLNK, or VDIR (an unsupported type per POSIX) allows a local user to cause an unspecified denial of service. The root cause is the operation on an unsupported file t...