Investigating Privilege Escalation Methods in AWS
know.bishopfox.com
Investigating Privilege Escalation Methods in AWS
1–7 of 7 posts
Re: Investigating Privilege Escalation Methods in AWS
#2Re: Investigating Privilege Escalation Methods in AWS
#3Re: Investigating Privilege Escalation Methods in AWS
#4None of these seem very interesting or tricky to me. The fact that users with the ability to edit permission structure things can leverage that to give themselves more permissions just seems kind of obvious.
Re: Investigating Privilege Escalation Methods in AWS
#5None of these seem very interesting or tricky to me. The fact that users with the ability to edit permission structure things can leverage that to give themselves more permissions just seems kind of obvious.
In short: don't give passrole permission, or any IAM policy modification policy to people. If you do, yes, privilege escalation is possible
Re: Investigating Privilege Escalation Methods in AWS
#6Re: Investigating Privilege Escalation Methods in AWS
#7The Privilege Escalation attack vector can be avoided by using a capability-based security model, ala: https://storj.io/blog/2019/12/secure-access-control-in-the-d...
As noted by other comments the parent article focuses on capabilities that grant definition of capabilities. It shouldn't be surprising that principals can use that to establish further capabilities in the absence of other restrictions.