2.1
CVSSv2

CVE-2006-5482

Published: 24/10/2006 Updated: 05/09/2008
CVSS v2 Base Score: 2.1 | Impact Score: 2.9 | Exploitability Score: 3.9
VMScore: 215
Vector: AV:L/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

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.

Vulnerable Product Search on Vulmon Subscribe to Product

freebsd freebsd 6.1

Exploits

/* FreeBSD cvs commit: src/sys/ufs/ufs/ufs_vnopsc maxim 2006-05-31 13:15:29 UTC Log: According to POSIX, the result of ftruncate(2) is unspecified for file types other than VREG, VDIR and shared memory objects We already handle VREG, VLNK and VDIR cases Silently ignore truncate requests for all the rest PR kern/98064 lol lol, t ...