logo

Database

Aws Invalid Header Fields Not Dropped

Description

Detects AWS Application Load Balancers (ALBs) that are not configured to drop invalid HTTP header fields. When this security control is disabled, malicious actors could potentially exploit header vulnerabilities by sending malformed HTTP headers that might lead to HTTP desync attacks or request smuggling.

Weakness:

165 - Insecure service configuration - AWS

Category: Functionality Abuse

Detection Strategy

    Checks each Application Load Balancer in the AWS account and region

    Examines the load balancer attribute 'routing.http.drop_invalid_header_fields.enabled'

    Reports a vulnerability if this attribute is set to 'false'

    Only evaluates Application Load Balancers (Type: 'application') - Network Load Balancers and Gateway Load Balancers are excluded

Severity v4.0

1.3

Low

Method ID

CSPM-1FELR

Technique

CSPM

Target

AWS

Technology

ELBV2

CWE ID(s)

CWE-306