logo

Database

Aws Allow All Ingress

Description

Detects AWS Network Access Control Lists (NACLs) that allow inbound traffic from any IP address (0.0.0.0/0 or ::/0). This misconfiguration bypasses network-level access controls and could allow unauthorized access to resources within the VPC.

Detection Strategy

    Examines each Network ACL's inbound rules (where Egress=false)

    Reports a vulnerability if an inbound ALLOW rule contains 0.0.0.0/0 (IPv4) or ::/0 (IPv6) CIDR ranges

    Identifies affected resources by their Network ACL ID, AWS account, and region

Severity v4.0

0.5

Low

Method ID

CSPM-EFSLR

Technique

CSPM

Target

AWS

Technology

EC2

CWE ID(s)

CWE-1327