Re: interesting

Christophe Devine <[email protected]>
Newsgroups gmane.linux.lfs.security
Organization Linux From Scratch
Message-ID <[email protected]>
In article <[email protected]>, Fagood wrote:

> You may find this interesting, and a good test for security...

I'd rather say, a test for gullibility. This so called exploit does not
provide root privileges, as /tmp/own.c contains:

int getuid() { return 0; }
int geteuid() { return 0; }
int getgid() { return 0; }
int getegid() { return 0; }

so that the user is tricked into thinking he's root, whereas actually
he's not. In the meanwhile, the code attempts to bring the system down
by forking and allocating memory repeatedly.

-- 
Unsubscribe: send email to [email protected]
and put 'unsubscribe lfs-security' in the subject header of the message
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.