Description
Amazon S3 (Simple Storage Service) is a service that provides object storage from anywhere in the world through the AWS service interface. The object are stored in containers called buckets. We have detected that the S3 Bucket {AwsS3Bucket} contains a policy that allows cross account access to AWS accounts which are not in your organization. The AWS accounts are: [{AwsS3Bucket.UnknownCrossAccountFindings}]. Unauthorized access to a bucket can lead to abuse of the S3 service such as reading, deleting and altering the data stored in the bucket.
-
Recommended Mitigation
It is recommended to set the bucket's policy to provide access to trusted AWS accounts only. To configure the bucket's policy, follow the steps at: <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html" target="_blank" rel="noopener noreferrer">https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html</a>