Skip to main content

Do not grant public access on storage containers

SeverityExploitabilityProvidersCategories
HIGHHIGHAzureNETWORK

Description

Storage containers are private by default. However, it is possible to grant public access to them, either for blobs, containers, or both. This is not recommended as it makes attacks easier, and should only be done if absolutely required.

Impact

Potential data exposureVisible in logsUser interaction requiredPrivileges required
TrueTrueFalseFalse

Data in the storage container could be exposed publicly. The container may be vulnerable to DDoS (Distributed Denial-of-Service) attacks.

Remediation guidelines

Set the container_access_type property to private. Do not fill in the publicAccess property.

References

How can I help you ?