Skip to main content

lacework-global-198

Application Load Balancer instance should not allow inbound traffic from all to TCP port 27017 or 27018 (MongoDB)

Description

Security groups provide stateful filtering of ingress/egress network traffic to AWS resources. Best practices recommend that no security group allows unrestricted ingress access to your Application Load Balancers (ALB) via port 27017 or 27018 (MongoDB) to prevent any unauthorized access.

Remediation

  1. Sign in to the AWS Management Console.

  2. Navigate to EC2 dashboard at https://console.aws.amazon.com/ec2/.

  3. In the left frame of the EC2 Dashboard, select Load Balancing > Load Balancers.

  4. Select the Load Balancer that has the violation reported by Lacework.

  5. Under the Description tab, click the attached security-group.

  6. Select the Inbound rules tab from the dashboard bottom panel.

  7. Verify the value available in the Source column for any inbound/ingress rules with a port range that includes 27017 or 27018, or the exact port 27017 or 27018. If one or more rules have the source set to 0.0.0.0/0, the selected security group allows unrestricted IPv4 traffic to port 27017 or 27018, therefore the access to the EC2 instances associated with the security group is not restricted.

  8. To update the Source field to a range other than 0.0.0.0/0, select the 'Security group rule ID' you want to change, and click 'Edit inbound rules'.

  9. From here you can set the new Source field range, and click 'Save rules' to save the changes.

  10. It is also possible to remove the offending inbound rule completely by following the preceding steps, and instead of updating the Source field range, click Delete followed by 'Save rules'.