Skip to content

Commit

Permalink
Merge pull request #49 from ThomasLachaux/patch-1
Browse files Browse the repository at this point in the history
fix(aws-glue-privesc.md): add condition on glue pass-role attack
  • Loading branch information
carlospolop committed Apr 30, 2024
2 parents 1dd3f70 + 43b52d6 commit 79f62ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Other ways to support HackTricks:

### `iam:PassRole`, `glue:CreateDevEndpoint`, (`glue:GetDevEndpoint` | `glue:GetDevEndpoints`)

Users with these permissions can **set up a new AWS Glue development endpoin**t, **assigning an existing service role** with specific permissions to this endpoint.
Users with these permissions can **set up a new AWS Glue development endpoint**, **assigning an existing service role assumable by Glue** with specific permissions to this endpoint.

After the setup, the **attacker can SSH into the endpoint's instance**, and steal the IAM credentials of the assigned role:

Expand Down

0 comments on commit 79f62ea

Please sign in to comment.