Tagged Questions
3
votes
2answers
63 views
Setuid bit seems to have no effect on bash
I was experimenting with the security of my system and noticed something strange: setting the setuid bit on a copy of bash located at /usr/bin/bash-test seemed to have no effect. When I ran an ...
1
vote
2answers
118 views
setuid programs don't seem to run setuid in TinyCore Linux
I want to demonstrate the vulnerability of setuid programs using the TinyCore Linux live cd. That is, I craft a special program, with special permissions, so that it runs as the owner of the file ...
3
votes
1answer
174 views
How to replace setuid with file-system capabilities
Inspired by this question here is the follow-up:
As some of you may know setuid-binaries are dangerous, since some exploits use these to escalate their rights up to root.
Now it seems that there has ...