Skip to content

III - Administrative Public

Rules and Groups employed by this XCCDF Profile

  • SRG-APP-000014-CTR-000035

    Group
  • The Kubernetes Scheduler must use TLS 1.2, at a minimum, to protect the confidentiality of sensitive data during electronic dissemination.

    The Kubernetes Scheduler will prohibit the use of SSL and unauthorized versions of TLS protocols to properly secure communication. The use of unsupported protocol exposes vulnerabilities to the Ku...
    Rule Medium Severity
  • SRG-APP-000014-CTR-000040

    Group
  • The Kubernetes API Server must use TLS 1.2, at a minimum, to protect the confidentiality of sensitive data during electronic dissemination.

    The Kubernetes API Server will prohibit the use of SSL and unauthorized versions of TLS protocols to properly secure communication. The use of unsupported protocol exposes vulnerabilities to the K...
    Rule Medium Severity
  • SRG-APP-000014-CTR-000035

    Group
  • The Kubernetes etcd must use TLS to protect the confidentiality of sensitive data during electronic dissemination.

    Kubernetes etcd will prohibit the use of SSL and unauthorized versions of TLS protocols to properly secure communication. The use of unsupported protocol exposes vulnerabilities to the Kubernetes ...
    Rule Medium Severity
  • SRG-APP-000014-CTR-000035

    Group
  • The Kubernetes etcd must use TLS to protect the confidentiality of sensitive data during electronic dissemination.

    The Kubernetes API Server will prohibit the use of SSL and unauthorized versions of TLS protocols to properly secure communication. The use of unsupported protocol exposes vulnerabilities to the K...
    Rule Medium Severity
  • SRG-APP-000023-CTR-000055

    Group
  • The Kubernetes Controller Manager must create unique service accounts for each work payload.

    The Kubernetes Controller Manager is a background process that embeds core control loops regulating cluster system state through the API Server. Every process executed in a pod has an associated se...
    Rule High Severity
  • SRG-APP-000033-CTR-000090

    Group
  • The Kubernetes API Server must enable Node,RBAC as the authorization mode.

    To mitigate the risk of unauthorized access to sensitive information by entities that have been issued certificates by DOD-approved PKIs, all DOD systems (e.g., networks, web servers, and web porta...
    Rule Medium Severity
  • SRG-APP-000038-CTR-000105

    Group
  • User-managed resources must be created in dedicated namespaces.

    Creating namespaces for user-managed resources is important when implementing Role-Based Access Controls (RBAC). RBAC allows for the authorization of users and helps support proper API server permi...
    Rule High Severity
  • SRG-APP-000033-CTR-000090

    Group
  • The Kubernetes Scheduler must have secure binding.

    Limiting the number of attack vectors and implementing authentication and encryption on the endpoints available to external sources is paramount when securing the overall Kubernetes cluster. The Sc...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000090

    Group
  • The Kubernetes Controller Manager must have secure binding.

    Limiting the number of attack vectors and implementing authentication and encryption on the endpoints available to external sources is paramount when securing the overall Kubernetes cluster. The Co...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000095

    Group
  • The Kubernetes API server must have the insecure port flag disabled.

    By default, the API server will listen on two ports. One port is the secure port and the other port is called the "localhost port". This port is also called the "insecure port", port 8080. Any requ...
    Rule High Severity
  • SRG-APP-000033-CTR-000095

    Group
  • The Kubernetes Kubelet must have the "readOnlyPort" flag disabled.

    Kubelet serves a small REST API with read access to port 10255. The read-only port for Kubernetes provides no authentication or authorization security control. Providing unrestricted access on port...
    Rule High Severity
  • SRG-APP-000033-CTR-000095

    Group
  • The Kubernetes API server must have the insecure bind address not set.

    By default, the API server will listen on two ports and addresses. One address is the secure address and the other address is called the "insecure bind" address and is set by default to localhost. ...
    Rule High Severity
  • SRG-APP-000033-CTR-000100

    Group
  • The Kubernetes API server must have the secure port set.

    By default, the API server will listen on what is rightfully called the secure port, port 6443. Any requests to this port will perform authentication and authorization checks. If this port is disab...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000100

    Group
  • The Kubernetes API server must have anonymous authentication disabled.

    The Kubernetes API Server controls Kubernetes via an API interface. A user who has access to the API essentially has root access to the entire Kubernetes cluster. To control access, users must be a...
    Rule High Severity
  • SRG-APP-000033-CTR-000090

    Group
  • The Kubernetes Kubelet must have anonymous authentication disabled.

    A user who has access to the Kubelet essentially has root access to the nodes contained within the Kubernetes Control Plane. To control access, users must be authenticated and authorized. By allowi...
    Rule High Severity
  • SRG-APP-000033-CTR-000095

    Group
  • The Kubernetes kubelet must enable explicit authorization.

    Kubelet is the primary agent on each node. The API server communicates with each kubelet to perform tasks such as starting/stopping pods. By default, kubelets allow all authenticated requests, even...
    Rule High Severity
  • SRG-APP-000033-CTR-000095

    Group
  • Kubernetes Worker Nodes must not have sshd service running.

    Worker Nodes are maintained and monitored by the Control Plane. Direct access and manipulation of the nodes should not take place by administrators. Worker nodes should be treated as immutable and ...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000095

    Group
  • Kubernetes Worker Nodes must not have the sshd service enabled.

    Worker Nodes are maintained and monitored by the Control Plane. Direct access and manipulation of the nodes must not take place by administrators. Worker nodes must be treated as immutable and upda...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000095

    Group
  • Kubernetes dashboard must not be enabled.

    While the Kubernetes dashboard is not inherently insecure on its own, it is often coupled with a misconfiguration of Role-Based Access control (RBAC) permissions that can unintentionally over-grant...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000090

    Group
  • Kubernetes Kubectl cp command must give expected access and results.

    One of the tools heavily used to interact with containers in the Kubernetes cluster is kubectl. The command is the tool System Administrators used to create, modify, and delete resources. One of th...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000090

    Group
  • The Kubernetes kubelet staticPodPath must not enable static pods.

    Allowing kubelet to set a staticPodPath gives containers with root access permissions to traverse the hosting filesystem. The danger comes when the container can create a manifest file within the /...
    Rule High Severity
  • SRG-APP-000033-CTR-000100

    Group
  • Kubernetes DynamicAuditing must not be enabled.

    Protecting the audit data from change or deletion is important when an attack occurs. One way an attacker can cover their tracks is to change or delete audit records. This will either make the atta...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000095

    Group
  • Kubernetes DynamicKubeletConfig must not be enabled.

    Kubernetes allows a user to configure kubelets with dynamic configurations. When dynamic configuration is used, the kubelet will watch for changes to the configuration file. When changes are made, ...
    Rule Medium Severity
  • SRG-APP-000033-CTR-000090

    Group
  • The Kubernetes API server must have Alpha APIs disabled.

    Kubernetes allows alpha API calls within the API server. The alpha features are disabled by default since they are not ready for production and likely to change without notice. These features may a...
    Rule Medium Severity
  • SRG-APP-000092-CTR-000165

    Group
  • The Kubernetes API Server must have an audit log path set.

    When Kubernetes is started, components and user services are started for auditing startup events, and events for components and services, it is important that auditing begin on startup. Within Kube...
    Rule Medium Severity

The content of the drawer really is up to you. It could have form fields, definition lists, text lists, labels, charts, progress bars, etc. Spacing recommendation is 24px margins. You can put tabs in here, and can also make the drawer scrollable.

Capacity
Modules