Skip to main content

Database is publicly accessible

SeverityExploitabilityProvidersCategories
HIGHHIGHAzureNETWORK

Description

Even protected with authentication database should not be exposed publicly. Connection attempt could be done and in worst case data may leak.

In general, database should be protected behind firewall and wide range of ip should be avoided.

Impact

Potential data exposureVisible in logsUser interaction requiredPrivileges required
TrueTrueFalseFalse

Third parties may try to authenticate which could lead to potential compromised data.

Remediation guidelines

Don't use wide range of ip when exposing services. Ensure that database instances are protected by a firewall.

References

How can I help you ?