You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin says users can elevate rights, because it assumes that the permission iam:CreateAccessKey is enough to elevate rights.
However, this permission only allows for privilege escalation if its scope is not restricted to the users' access keys. For example, the following IAM policy does not allow for privilege escalation :
The plugin says users can elevate rights, because it assumes that the permission
iam:CreateAccessKey
is enough to elevate rights.However, this permission only allows for privilege escalation if its scope is not restricted to the users' access keys. For example, the following IAM policy does not allow for privilege escalation :
Should we improve this check to be more precise ?
The text was updated successfully, but these errors were encountered: