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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Unsecure SUDO (Linux Escalation)

A
  • allows user to run programs with privileges of another user
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Ret2libc (Linux Escalation)

A
  • relies on overwriting program stack to create a new stack frame that calls the system function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly