logo

Database

Aws Public Snapshots

Description

Detects Amazon RDS database snapshots that are configured to be publicly accessible. Public RDS snapshots pose a security risk as they could expose sensitive database contents to unauthorized users outside your AWS account.

Weakness:

165 - Insecure service configuration - AWS

Category: Functionality Abuse

Detection Strategy

    Scans all RDS snapshots in the specified AWS region

    Examines the snapshot attributes for each RDS snapshot

    Reports a vulnerability if any snapshot has 'all' in its AttributeValues, indicating public accessibility

    Each vulnerability includes the specific snapshot's ARN and the attribute configuration that makes it public

Severity v4.0

1.3

Low

Method ID

CSPM-DOPAL

Technique

CSPM

Target

AWS

Technology

RDS

CWE ID(s)

CWE-306