Simple kernel attack using socketpair.

Ivan Klymenko fidaj at ukr.net
Fri Nov 26 10:49:24 UTC 2010


В Fri, 26 Nov 2010 12:26:39 +0200
Ivan Klymenko <fidaj at ukr.net> пишет:

> Hello!
> Rumor has it that this vulnerability applies to FreeBSD too, with the
> replacement SOCK_SEQPACKET on SOCK_DGRAM...
and add:

#include <sys/mount.h>
#include <sys/wait.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

> 
> http://lkml.org/lkml/2010/11/25/8
> 
> What do you think about this?
> 
> Thank you!


More information about the freebsd-hackers mailing list