Privilege Escalation (Linux) Flashcards
1
Q
SUID/SGID (Linux Escalation)
A
- Set User ID, Set Group ID
* can allow a program to be used for privilege escalation
2
Q
Sticky Bit (Linux Escalation)
A
- used shared folders like /tmp
* allow users to create files, read, and execute files owned by other users, attack cannot remove files owned by others
3
Q
Unsecure SUDO (Linux Escalation)
A
- allows user to run programs with privileges of another user
4
Q
Ret2libc (Linux Escalation)
A
- relies on overwriting program stack to create a new stack frame that calls the system function