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

Kubernetes etcd must enable client authentication to secure service.

DISA Rule

SV-242426r1043178_rule

Vulnerability Number

V-242426

Group Title

SRG-APP-000219-CTR-000550

Rule Version

CNTR-K8-001480

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the Kubernetes etcd manifest file in the /etc/kubernetes/manifests directory on the Kubernetes Control Plane.

Set the value of "--peer-client-cert-auth" to "true" for the etcd.

Check Contents

Change to the /etc/kubernetes/manifests directory on the Kubernetes Control Plane. Run the command:
grep -i peer-client-cert-auth *

If the setting "--peer-client-cert-auth" is not configured in the Kubernetes etcd manifest file or set to "false", this is a finding.

Vulnerability Number

V-242426

Documentable

False

Rule Version

CNTR-K8-001480

Severity Override Guidance

Change to the /etc/kubernetes/manifests directory on the Kubernetes Control Plane. Run the command:
grep -i peer-client-cert-auth *

If the setting "--peer-client-cert-auth" is not configured in the Kubernetes etcd manifest file or set to "false", this is a finding.

Check Content Reference

M

Target Key

5376