Risk Level: Medium
Description:
This plugin ensures that Elastic Load Balancer security policies are up to date.
SentinelOne CNS strongly recommends updating your ELBs to use the secure cypher suites.
About the Service :
The Amazon ECS service may be configured to employ Elastic Load Balancing to uniformly distribute traffic among your service's jobs. The transport layer (TCP/SSL) or the application layer (HTTP/HTTPS) are where a Classic Load Balancer makes routing choices. A fixed relationship between the load balancer port and the container instance port is presently required by traditional load balancers.
Impact :
Using insecure and deprecated security policies for your ELB's SSL negotiation configuration will expose the connection between the client and the load balancer to SSL/TLS vulnerabilities like Logjam Attack, which is a flaw in how the Diffie-Hellman key exchange (DHE) has been implemented, and FREAK Attack, which allows an attacker to intercept HTTPS connections between vulnerable clients and servers/load balancers in order to break in and steal or manipulate sensitive information.
Steps to reproduce :
- Login to your AWS Management Console.
- Navigate to the EC2 console.
https://ap-south-1.console.aws.amazon.com/ec2/ - Click on Load Balancers under Load Balancing.
- Select the load balancer that you want to examine.
- In the Listeners tab, check if a Security Policy is available or not.
- Since it is not present, the ELB is without a security policy.
- Repeat steps for other EC2 load balancers as well.
Steps for remediation :
- Login to your AWS Management Console.
- Navigate to the EC2 console.
https://ap-south-1.console.aws.amazon.com/ec2/ - Click on Load Balancers under Load Balancing.
- Select the load balancer that you want to examine.
- In the Listeners tab, check if a Security Policy is available or not.
- Since it is not present, the ELB is without a security policy.
- We will create a new listener by clicking on the Add Listener button.
- We will then fill in the necessary information of the listener with the Security Policy and click Add.
- Repeat steps for other EC2 load balancers as well.
References: