AWS IAM user can assume a role with administrative privileges cross-account in your AWS Organization

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Description

In AWS environments, some IAM permissions can lead to privilege escalation, where an identity can gain access to another more privileged identity. This rule identifies when a given IAM user can use sts:AssumeRole to assume a role with administrative privileges in a different account inside your AWS Organization. By assuming this more privileged role, an adversary can leverage their permissions for further access.

Rationale

The identity which triggered this detection can assume a role with administrative privileges in a different account of your AWS Organization, giving them access to the privileges of that role.

Remediation

Datadog recommends reducing the permissions attached to an IAM user to the minimum required for the user to fulfill its function. To remediate the issue, either remove the sts:AssumeRole permission entirely, or modify the resource specified in the IAM policy.