More Info:

No AWS EC2 security group should allow unrestricted inbound access to TCP port 445 and (CIFS).

Risk Level

Medium

Address

Security

Compliance Standards

HITRUST, AWSWAF, GDPR, SOC2, NISTCSF, PCIDSS, FedRAMP

Triage and Remediation

Remediation

To remediate the unrestricted CIFS access issue in AWS, you can follow the below steps:

  1. Login to the AWS Management Console.
  2. Go to the EC2 dashboard.
  3. Select the Security Group associated with the EC2 instance that has unrestricted CIFS access.
  4. Click on the “Inbound Rules” tab.
  5. Locate the rule that allows unrestricted CIFS access and select it.
  6. Click on the “Edit” button.
  7. Change the source IP range to only allow access from trusted IP addresses or a specific IP range.
  8. Save the changes.

By following these steps, you have successfully remediated the unrestricted CIFS access issue in AWS.

Additional Reading: