← voltar
CVE-2023-35165

AWS CDK EKS overly permissive trust policies

CVSS 6.6 MEDIUMEPSS 0.9%CWE-863
Em resumo

O AWS CDK cria funções para gerenciar clusters EKS com permissões muito abertas, permitindo que qualquer usuário ou serviço da sua conta AWS assuma essas funções. Isso pode dar acesso não autorizado ao seu cluster Kubernetes.

Detalhe técnico

CVE-2023-35165 afeta construtos EKS do AWS CDK (versões aws-cdk-lib 2.0.0-2.80.0 e @aws-cdk/aws-eks 1.57.0-1.202.0) que geram CreationRole e MastersRole padrão com políticas de confiança que permitem o principal raiz da conta em vez de papéis específicos. Um principal IAM autenticado com permissões AssumeRole pode escalar privilégios para assumir essas funções e executar comandos kubectl ou implantar manifestos Kubernetes no cluster. Solução: atualize para aws-cdk-lib ≥2.80.0 ou @aws-cdk/aws-eks ≥1.202.0, ou especifique explicitamente a propriedade mastersRole.

Resumo gerado e traduzido por IA a partir da descrição oficial.
AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation. In the packages `aws-cdk-lib` 2.0.0 until 2.80.0 and `@aws-cdk/aws-eks` 1.57.0 until 1.202.0, `eks.Cluster` and `eks.FargateCluster` constructs create two roles, `CreationRole` and `default MastersRole`, that have an overly permissive trust policy. The first, referred to as the `CreationRole`, is used by lambda handlers to create the cluster and deploy Kubernetes resources (e.g `KubernetesManifest`, `HelmChart`, ...) onto it. Users with CDK version higher or equal to 1.62.0 (including v2 users) may be affected. The second, referred to as the `default MastersRole`, is provisioned only if the `mastersRole` property isn't provided and has permissions to execute `kubectl` commands on the cluster. Users with CDK version higher or equal to 1.57.0 (including v2 users) may be affected. The issue has been fixed in `@aws-cdk/aws-eks` v1.202.0 and `aws-cdk-lib` v2.80.0. These versions no longer use the account root principal. Instead, they restrict the trust policy to the specific roles of lambda handlers that need it. There is no workaround available for CreationRole. To avoid creating the `default MastersRole`, use the `mastersRole` property to explicitly provide a role.
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
Produtos afetados
aws · aws-cdk

Quer saber se a sua infraestrutura está exposta a isto?

Falar com a TrueHacking →