You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Private files publicly accessible with Cloud Storage providers
High severity
GitHub Reviewed
Published
Jun 24, 2021
in
shopware/shopware
•
Updated Jan 9, 2023
Private files publicly accessible with Cloud Storage providers when the hashed URL is known
Patches
We recommend first changing your configuration to set the correct visibility according to the documentation. The visibility must be at the same level as type.
Impact
Private files publicly accessible with Cloud Storage providers when the hashed URL is known
Patches
We recommend first changing your configuration to set the correct visibility according to the documentation. The visibility must be at the same level as
type
.When the Storage is saved on Amazon AWS we recommending disabling public access to the bucket containing the private files: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html
Otherwise, update to Shopware 6.4.1.1 or install or update the Security plugin (https://store.shopware.com/en/detail/index/sArticle/518463/number/Swag136939272659) and run the command
./bin/console s3:set-visibility
to correct your cloud file visibilitiesReferences