More Info:

AWS S3 buckets should not allow public READ access in order to protect against unauthorized access.

Risk Level

Medium

Address

Security

Compliance Standards

HIPAA, PCIDSS, NIST, SOC2, AWSWAF

Triage and Remediation

Remediation

Sure, I can help you with that. Here are the step by step instructions to remediate the issue “S3 Buckets Should Not Allow Public READ Access” in AWS:

  1. Log in to the AWS Management Console.
  2. Go to the S3 service.
  3. Select the bucket that has public READ access.
  4. Click on the Permissions tab.
  5. Under the Public access settings, click on Edit.
  6. Uncheck the box that says “List objects” and “View object permissions” for “Everyone”, “Authenticated users” and “Log delivery group”.
  7. Click on Save changes.

After following these steps, your S3 bucket will no longer allow public READ access.

Additional Reading: