More Info:

Ensure that cloud Storage buckets do not allow All Users to Read (“allUsers” must not have “READER” roles)

Risk Level

Critical

Address

Security

Compliance Standards

NIST

Triage and Remediation

Remediation

To remediate the issue of “Buckets should not allow all users reads” for GCP using GCP console, you can follow these steps:

  1. Open the GCP Console and go to the Cloud Storage section.

  2. Select the bucket that you want to remediate.

  3. Click on the “Permissions” tab.

  4. Under the “Members” section, find the “allUsers” entry.

  5. Click on the “Edit” button next to “allUsers”.

  6. In the “Select a role” dropdown, select “Storage Object Viewer”.

  7. Click on the “Save” button to save the changes.

  8. Verify that the “allUsers” entry now has the “Storage Object Viewer” role assigned to it.

By following these steps, you have successfully remediated the issue of “Buckets should not allow all users reads” for the selected bucket in GCP using GCP console.