| name | cis-aws-storage-3.8 |
| description | Ensure managing mount target security groups |
| category | cis-storage-services |
| version | 1.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","storage","efs","mount-targets","security-groups","network-security"] |
| cis_id | 3.8 |
| cis_benchmark | CIS AWS Storage Services Benchmark v1.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-storage-3.5","cis-aws-storage-3.7"] |
| prerequisites | [] |
| severity_boost | {} |
3.8 Ensure managing mount target security groups (Manual)
Profile Applicability
Description
Managing security groups for mount targets is essential for controlling access to your Amazon EFS file systems. By configuring these security groups, you ensure that only authorized network traffic can access your file systems, enhancing security. Regular reviews and updates of security group rules maintain strict access control, protecting your data from unauthorized access and potential breaches.
Rationale
The rationale for managing security groups for mount targets is to ensure robust access control and security for your Amazon EFS file systems. By configuring these security groups, you restrict access to only authorized network traffic, thereby minimizing the risk of unauthorized access and potential data breaches. Regularly reviewing and updating these rules helps maintain strong security measures and compliance with organizational policies and industry standards.
Impact
Not managing security groups for mount targets can lead to significant vulnerabilities, exposing your Amazon EFS file systems to unauthorized access and potential breaches. This lack of control increases the risk of malicious attacks, data theft, and data corruption. Consequently, your organization may face severe financial losses, operational disruptions, and damage to its reputation.
Audit Procedure
Console
- Navigate to EFS.
- Select file systems.
- Click the radio box and select "view details".
- Select the "manage" button.
- Select "Networking" tab.
- This will bring up a screen for each of your mount points.
- To edit Security Groups, select "Manage". From here, you can edit security groups for each mount point. This gives you control of how traffic can flow between each subnet.
Expected Result
- Security groups should be properly configured for each mount target
- Security groups should restrict traffic to authorized sources only
- Rules should follow least privilege principle
- Regular reviews of security group configurations should be documented
Remediation
Console
- Navigate to EFS console
- Select your file system
- Click "Manage" button
- Select "Networking" tab
- For each mount target, click "Manage" to edit security groups
- Configure security groups to allow only authorized traffic
- Review and update rules regularly
Default Value
By default, mount targets use the default security group of the VPC. Custom security groups should be configured to implement proper access controls.