|
BugTraq
hard links on Linux create local DoS vulnerability and security problems Nov 24 2003 04:36PM Jakob Lell (jlell JakobLell de) (4 replies) Re: [Full-Disclosure] hard links on Linux create local DoS vulnerability and security problems Nov 24 2003 06:58PM Michal Zalewski (lcamtuf ghettot org) Re: hard links on Linux create local DoS vulnerability and security problems Nov 24 2003 06:20PM Brian Bennett (bahamat digitalelf net) Re: hard links on Linux create local DoS vulnerability and security problems Nov 24 2003 06:17PM Steven Leikeim (steven enel ucalgary ca) |
|
Privacy Statement |
> Furthermore, users can even create links to a setuid binary. If there is a
> security whole like a buffer overflow in any setuid binary, a cracker can
> create a hard link to this file in his home directory. This link still exists
> when the administrator has fixed the security whole by removing or replacing
> the insecure program. This makes it possible for a cracker to keep a security
> whole open until an exploit is available. It is even possible to create links
> to every setuid program on the system. This doesn't create new security
> wholes but makes it more likely that they are exploited.
Just checked this on 2.6.0-test9, and it will not work.
When you create a hard link to a setuid or any other file, it will
inherit the same owner and mode of the original. However, if the
original file is changed (owner, group, mode, or content), the link will
reflect those changes as well.
--
Bruno Lustosa, aka Lofofora | Email: bruno (at) lustosa (dot) net [email concealed]
Network Administrator/Web Programmer | ICQ UIN: 1406477
Rio de Janeiro - Brazil |
[ reply ]