logo

Database

Aws Unencrypted Secrets

Description

Detects Amazon EKS clusters that do not have encryption configuration enabled for protecting secrets at rest. Unencrypted secrets in EKS clusters can expose sensitive information like credentials, tokens, and configuration data to unauthorized access.

Weakness:

165 - Insecure service configuration - AWS

Category: Functionality Abuse

Detection Strategy

    Scans all EKS clusters in the specified AWS region

    Examines each cluster's encryption configuration settings

    Reports a vulnerability if a cluster's 'encryptionConfig' property is empty or missing

    Identifies affected clusters by their ARN (Amazon Resource Name)

Severity v4.0

1.3

Low

Method ID

CSPM-ATCPT

Technique

CSPM

Target

AWS

Technology

EKS

CWE ID(s)

CWE-306