V-242398—Kubernetes DynamicAuditing must not be enabled.
>Control Description
>Check Content
On the Control Plane, change to the manifests' directory at /etc/kubernetes/manifests and
$grep -i feature-gates * Review the feature-gates setting, if one is returned.If the feature-gates setting is available and contains the DynamicAuditing flag set to "true", this is a finding. On each Control Plane and Worker node,
$ps -ef | grep kubeletIf the "--feature-gates" option exists, this is a finding. Note the path to the config file (identified by: --config). Inspect the content of the config file: If the "featureGates" setting is present and has the "DynamicAuditing" flag set to "true", this is a finding.
>Remediation
On the Control Plane, change to the manifests' directory at /etc/kubernetes/manifests and
$grep -i feature-gates *If any "--feature-gates" setting is available and contains the "DynamicAuditing" flag, remove the flag or set it to false. On the each Control Plane and Worker Node,
$ps -ef | grep kubeletRemove the "--feature-gates option" if present. Note the path to the config file (identified by: --config). Edit the Kubernetes Kubelet config file: If the "featureGates" setting is present, remove the "DynamicAuditing" flag or set the flag to false. Restart the kubelet service
$service kubelet restart>CCI References
Control Correlation Identifiers (CCIs) map STIG findings to NIST 800-53 controls.
>Cross-Framework Mappings
NIST SP 800-53 r5
via DISA CCI ListAsk AI
Configure your API key to use AI features.