---
id: CVE-2024-28056
title: >-
  Amazon AWS Amplify CLI before 12.10.1 incorrectly configures the role trust
  policy of IAM roles associated with Amplify projects
summary: >-
  Amazon AWS Amplify CLI before 12.10.1 incorrectly configures the role trust
  policy of IAM roles associated with Amplify projects. When the Authentication
  component is removed from an Amplify project, a Condition property is removed
  but "…
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-276
vendor: amazon
product: aws_amplify_cli
affected:
  - aws_amplify_cli < 12.10.1
patched:
  - aws_amplify_cli 12.10.1
published: '2024-04-15'
updated: '2026-09-04'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2024-28056'
references:
  - url: 'https://aws.amazon.com/security/security-bulletins/AWS-2024-003/'
    label: cve@mitre.org
  - url: >-
      https://github.com/aws-amplify/amplify-cli/blob/8ad57bf99a404f3c92547c8a175458016f682fac/packages/amplify-provider-awscloudformation/resources/update-idp-roles-cfn.json
    label: cve@mitre.org
  - url: >-
      https://github.com/aws-amplify/amplify-cli/commit/73b08dc424db2fb60399c5343c314e02e849d4a1
    label: cve@mitre.org
  - url: 'https://github.com/aws-amplify/amplify-cli/releases/tag/v12.10.1'
    label: cve@mitre.org
  - url: >-
      https://securitylabs.datadoghq.com/articles/amplified-exposure-how-aws-flaws-made-amplify-iam-roles-vulnerable-to-takeover/
    label: cve@mitre.org
  - url: 'https://aws.amazon.com/security/security-bulletins/AWS-2024-003/'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: >-
      https://github.com/aws-amplify/amplify-cli/blob/8ad57bf99a404f3c92547c8a175458016f682fac/packages/amplify-provider-awscloudformation/resources/update-idp-roles-cfn.json
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: >-
      https://github.com/aws-amplify/amplify-cli/commit/73b08dc424db2fb60399c5343c314e02e849d4a1
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: 'https://github.com/aws-amplify/amplify-cli/releases/tag/v12.10.1'
    label: af854a3a-2127-422b-91ae-364da2661108
  - url: >-
      https://securitylabs.datadoghq.com/articles/amplified-exposure-how-aws-flaws-made-amplify-iam-roles-vulnerable-to-takeover/
    label: af854a3a-2127-422b-91ae-364da2661108
tags:
  - nvd
epss: 0.01665
epssPercentile: 0.753
ingestedAt: '2026-09-04T14:22:25.094Z'
---

## Overview

Amazon AWS Amplify CLI before 12.10.1 incorrectly configures the role trust policy of IAM roles associated with Amplify projects. When the Authentication component is removed from an Amplify project, a Condition property is removed but "Effect":"Allow" remains present, and consequently sts:AssumeRoleWithWebIdentity would be available to threat actors with no conditions. Thus, if Amplify CLI had been used to remove the Authentication component from a project built between August 2019 and January 2024, an "assume role" may have occurred, and may have been leveraged to obtain unauthorized access to an organization's AWS resources. NOTE: the problem could only occur if an authorized AWS user removed an Authentication component. (The vulnerability did not give a threat actor the ability to remove an Authentication component.) However, in realistic situations, an authorized AWS user may have removed an Authentication component, e.g., if the objective were to stop using built-in Cognito resources, or move to a completely different identity provider.

## Affected

- `aws_amplify_cli < 12.10.1`

## Remediation

Upgrade past the affected range:

- `aws_amplify_cli 12.10.1`
