Questions tagged [suid]
78 questions
-2
votes
1 answer
SUID bit doesn't work, mate-screensaver-dialog
I have a strange issue, trying to run mate-screensaver-dialog with root privileges using SUID bit:
[root@localhost ~]# ls -l /usr/libexec/mate-screensaver-dialog
-rwsr-s--t. 1 root root 72920 мар 22 2021 /usr/libexec/mate-screensaver-dialog
And…

gentser
- 3
- 1
-2
votes
1 answer
How to escalate privilege through base64 binary when it is SUID
i was trying a CTF, where i found base64 binary as SUID. I checked through linpeas too where it said its vulnerable .I tried to escalate privilege by using following steps:
1.Made a file named exploit and put following code in it.
'''
chmod +s…

pH03n1x
- 1
- 3