5.2.4 Minimize the admission of containers wishing to share the host network namespace

Information

Do not generally permit containers to be run with the hostNetwork flag set to true.

Rationale:

A container running in the host's network namespace could access the local loopback device, and could access network traffic to and from other pods.

There should be at least one Security Context Constraint (SCC) defined which does not permit containers to share the host network namespace.

If you have need to run containers which require hostNetwork, this should be defined in a separate SCC and you should carefully check RBAC controls to ensure that only limited service accounts and users are given permission to access that SCC.

Impact:

Pods defined with Allow Host Network: true will not be permitted unless they are run under a specific SCC.

Solution

Create an SCC that sets allowHostNetwork to false and take it into use by assigning it to applicable users and groups.

Default Value:

By default, the following SCCs do not allow access to the host network:

'anyuid'

'hostmount-anyuid'

'nonroot'

'nonroot-v2'

'restricted'

'restricted-v2'

See Also

https://workbench.cisecurity.org/benchmarks/14166

Item Details

Category: SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|SC-4, CSCv7|14.1

Plugin: OpenShift

Control ID: 82c137dd69f42f5944a48cc516c41744e3d259dd0e70dac4cd40d7ea86af7d19