STIGQter STIGQter: STIG Summary: Red Hat OpenShift Container Platform 4.x Security Technical Implementation Guide Version: 2 Release: 6 Benchmark Date: 01 Jul 2026:

OpenShift must protect the confidentiality and integrity of transmitted information.

DISA Rule

SV-257567r961632_rule

Vulnerability Number

V-257567

Group Title

SRG-APP-000439-CTR-001080

Rule Version

CNTR-OS-000820

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Delete any Route or Ingress that does not use a secure transport.

oc delete route <NAME> -n <NAMESPACE>

or

oc delete ingress <NAME> -n <NAMESPACE>

Check Contents

Verify that routes and ingress are using secured transmission ports and protocols by executing the following:

oc get routes --all-namespaces

Review the ingress ports, if the Ingress is not using a secure TLS transport, this is a finding.

Vulnerability Number

V-257567

Documentable

False

Rule Version

CNTR-OS-000820

Severity Override Guidance

Verify that routes and ingress are using secured transmission ports and protocols by executing the following:

oc get routes --all-namespaces

Review the ingress ports, if the Ingress is not using a secure TLS transport, this is a finding.

Check Content Reference

M

Target Key

5547