Cloud Storage Anonymous or Publicly Accessible
ID |
gcp_cloud_storage_public |
Severity |
high |
Vendor |
GCP |
Resource |
AIM |
Tags |
reachable |
Description
Buckets is a resource of Cloud Storage that allow to hold and organize data.
Setting up anounimous or public access to buckets makes easy to share data with others or use this information to exploit vulnerabilities.
To fix it, you must configure the acl.entity
property without allUsers
or allAuthenticatedUsers
values.
Learn more about this topic at Cloud Storage Access control list (ACLs).