nccgroup / PMapper

A tool for quickly evaluating IAM permissions in AWS.
GNU Affero General Public License v3.0
1.37k stars 169 forks source link

PMapper Not Catching Cloudformation UpdateStack Risks #98

Closed ncc-erik-steringer closed 2 years ago

ncc-erik-steringer commented 2 years ago

Describe the bug

PMapper is supposed to identify when someone can abuse cloudformation:UpdateStack to leverage a stack for extra permissions. It appears this did not happen per https://labs.bishopfox.com/tech-blog/iam-vulnerable-assessing-the-aws-assessment-tools#What-privesc%20paths%20does%20each%20tool%20support .

TODOs

ncc-erik-steringer commented 2 years ago

Fix made in 29a57ee and will be included in v1.1.4 release. Source of the bug was a miss on capitalization!

ncc-erik-steringer commented 2 years ago

v1.1.4 is out, closing.