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

The Kubernetes API server must have Alpha APIs disabled.

DISA Rule

SV-242400r1137638_rule

Vulnerability Number

V-242400

Group Title

SRG-APP-000033-CTR-000090

Rule Version

CNTR-K8-000470

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit any manifest file that contains the "--feature-gates" setting with "AllAlpha" set to "true".

Set the value of "AllAlpha" to "false" or remove the setting completely. (AllAlpha - default=false)

Check Contents

On the Control Plane, change to the manifests' directory at /etc/kubernetes/manifests and run the command:
grep -i feature-gates *

Review the "--feature-gates" setting, if one is returned.

If the "--feature-gate"s setting is available and contains the "AllAlpha" flag set to "true", this is a finding.

Vulnerability Number

V-242400

Documentable

False

Rule Version

CNTR-K8-000470

Severity Override Guidance

On the Control Plane, change to the manifests' directory at /etc/kubernetes/manifests and run the command:
grep -i feature-gates *

Review the "--feature-gates" setting, if one is returned.

If the "--feature-gate"s setting is available and contains the "AllAlpha" flag set to "true", this is a finding.

Check Content Reference

M

Target Key

5376