2 matches found
CVE-2006-5482
ufsvnops.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...
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...