STIGQter STIGQter: STIG Summary: Docker Enterprise 2.x Linux/UNIX Security Technical Implementation Guide Version: 2 Release: 1 Benchmark Date: 23 Apr 2021:

The Docker Enterprise hosts IPC namespace must not be shared.

DISA Rule

SV-235785r627482_rule

Vulnerability Number

V-235785

Group Title

SRG-APP-000039

Rule Version

DKER-EE-001250

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

This fix only applies to the use of Docker Engine - Enterprise on a Linux host operating system.

Do not start a container with --ipc=host argument.

For example, do not start a container as below:

docker run --interactive --tty --ipc=host centos /bin/bash

Check Contents

This check only applies to the use of Docker Engine - Enterprise on a Linux host operating system.

Ensure the host's IPC namespace is not shared.

via CLI:

Linux: As a Docker EE Admin, execute the following command using a UCP client bundle:

docker ps --all | grep -iv "ucp\|kube\|dtr" | awk '{print $1}' | xargs docker inspect --format '{{ .Id }}: IpcMode={{ .HostConfig.IpcMode }}'

If IpcMode="shareable", then the host's IPC namespace is shared and this is a finding.

Vulnerability Number

V-235785

Documentable

False

Rule Version

DKER-EE-001250

Severity Override Guidance

This check only applies to the use of Docker Engine - Enterprise on a Linux host operating system.

Ensure the host's IPC namespace is not shared.

via CLI:

Linux: As a Docker EE Admin, execute the following command using a UCP client bundle:

docker ps --all | grep -iv "ucp\|kube\|dtr" | awk '{print $1}' | xargs docker inspect --format '{{ .Id }}: IpcMode={{ .HostConfig.IpcMode }}'

If IpcMode="shareable", then the host's IPC namespace is shared and this is a finding.

Check Content Reference

M

Target Key

5281

Comments