CIS Kubernetes Benchmark v1.12.0 - Control 4.2.14
Description
Ensure that the Kubelet enforces the use of the RuntimeDefault seccomp profile.
Rationale
By default, Kubernetes disables the seccomp profile which ships with most container runtimes. Setting this parameter will ensure workloads running on the node are protected by the runtime's seccomp profile.
Impact
Setting this will remove some rights from pods running on the node.
Audit Procedure
Review the Kubelet's start-up parameters for the value of --seccomp-default, and check the Kubelet configuration file for the seccompDefault. If neither of these values is set, then the seccomp profile is not in use.
Remediation
Set the parameter, either via the --seccomp-default command line parameter or the seccompDefault configuration file setting.
Default Value
By default the seccomp profile is not enabled.
References
CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 13.7 Deploy a Host-Based Intrusion Prevention SolutionDeploy a host-based intrusion prevention solution on enterprise assets, where appropriate and/or supported. | ● | ||
| v7 | 5.1 Establish Secure ConfigurationsMaintain documented, standard security configuration standards for all authorized operating systems and software. | ● | ● | ● |
| v7 | 5.2 Maintain Secure ImagesMaintain secure images or templates for all systems in the enterprise based on the organization's approved configuration standards. | ● | ● | |
| v7 | 11.4 Install the Latest Stable Version of Any Security-related Updates on All Network DevicesInstall the latest stable version of any security-related updates on all network devices. | ● | ● | ● |
Profile Applicability
- Level 1 - Worker Node
Assessment Status
Manual