STIGQter STIGQter: STIG Summary: Kubernetes Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 13 Apr 2021:

The Kubernetes manifests must have least privileges.

DISA Rule

SV-242408r712580_rule

Vulnerability Number

V-242408

Group Title

SRG-APP-000133-CTR-000310

Rule Version

CNTR-K8-000900

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

On the Master node, change to the /etc/kubernetes/manifest directory. Run the command:

chmod 644 *

To verify the change took place, run the command:

ls -l *

All the manifest files should now have privileges of "644".

Check Contents

On the Master node, change to the /etc/kubernetes/manifest directory. Run the command:

ls -l *

Each manifest file must have permissions "644" or more restrictive.

If any manifest file is less restrictive than "644", this is a finding.

Vulnerability Number

V-242408

Documentable

False

Rule Version

CNTR-K8-000900

Severity Override Guidance

On the Master node, change to the /etc/kubernetes/manifest directory. Run the command:

ls -l *

Each manifest file must have permissions "644" or more restrictive.

If any manifest file is less restrictive than "644", this is a finding.

Check Content Reference

M

Target Key

5376

Comments