STIGQter STIGQter: STIG Summary: Kubernetes Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Apr 2026:

The Kubernetes kubelet must enable explicit authorization.

DISA Rule

SV-242392r1137639_rule

Vulnerability Number

V-242392

Group Title

SRG-APP-000033-CTR-000095

Rule Version

CNTR-K8-000380

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Edit the Kubernetes Kubelet service file in the --config directory on the Kubernetes Worker Node:

Set the value of "--authorization-mode" to "Webhook" in KUBELET_SYSTEM_PODS_ARGS variable.

Restart the kubelet service using the following command:

systemctl daemon-reload && systemctl restart kubelet

Check Contents

Run the following command on each Worker Node:
ps -ef | grep kubelet
Verify that the --authorization-mode exists and is set to "Webhook".

If the --authorization-mode argument is not set to "Webhook" or doesn't exist, this is a finding.

Vulnerability Number

V-242392

Documentable

False

Rule Version

CNTR-K8-000380

Severity Override Guidance

Run the following command on each Worker Node:
ps -ef | grep kubelet
Verify that the --authorization-mode exists and is set to "Webhook".

If the --authorization-mode argument is not set to "Webhook" or doesn't exist, this is a finding.

Check Content Reference

M

Target Key

5376