logo

Database

Aws Password And Access Keys

Description

Detects AWS IAM users that have both console password access and API access keys enabled simultaneously. This configuration increases security risk by providing multiple authentication methods that could be compromised, violating the principle of least privilege.

Weakness:

031 - Excessive privileges - AWS

Category: Access Subversion

Detection Strategy

    Checks each IAM user in the AWS account for presence of active access keys

    Verifies if the same user also has console password access enabled via login profile

    Reports a vulnerability when a user has both authentication methods (password and access keys) active

Severity v4.0

0.6

Low

Method ID

CSPM-0DFDW

Technique

CSPM

Target

AWS

Technology

IAM

CWE ID(s)

CWE-250