Skip to main content

Leaving public access open exposes your service to the internet

SeverityExploitabilityProvidersCategories
HIGHHIGHAWSNETWORK

Description

The API server of an AKS cluster is used to communicate and interact with the cluster (such as when using kubectl).

Leaving the API server exposed to the whole internet can allow an attacker to perform distributed denial of service (DDoS) attacks on the service. In case other vulnerabilities are also present in the service, this would facilitate their exploitation.

Impact

Potential data exposureVisible in logsUser interaction requiredPrivileges required
FalseTrueFalseFalse
  • Denial of service.
  • Could enable to exploit vulnerabilities in the cluster.

Remediation guidelines

Restrict access to a limited IP range.

References

How can I help you ?