Skip to main content

AWS Application Load Balancer configured with insecure SSL protocol policy

ID:aws_alb_insecure_ssl
Data type:AWS CloudTrail
Severity:
Low
MITRE ATT&CK:TA0005:T1600.001

Description

AlphaSOC detected that an Amazon Application Load Balancer (ALB) was configured with an insecure Secure Socket Layer (SSL) protocol policy. This finding indicates that the ALB listener uses an SSL policy that allows TLS 1.1 or older protocols, exposing the system to known cryptographic vulnerabilities.

Impact

Outdated TLS protocols enable adversaries to intercept and decrypt traffic between users and the load balancer. This can lead to unauthorized access to sensitive data, man-in-the-middle attacks, and compromise of backend services.

Severity

SeverityCondition
Low
AWS ALB created or modified with an insecure SSL protocol policy

Investigation and Remediation

Review the ALB configuration in the AWS Console to identify listeners using deprecated SSL policies. Update the SSL policy to use TLS 1.2 or later and remove support for weak cipher suites. Test application compatibility with the new configuration and monitor for failed connection attempts.

Further Reading