STIGQter STIGQter: STIG Summary: VMW vRealize Automation 7.x HA Proxy Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

HAProxy must be configured to validate the configuration files during start and restart events.

DISA Rule

SV-99823r1_rule

Vulnerability Number

V-89173

Group Title

SRG-APP-000225-WSR-000140

Rule Version

VRAU-HA-000280

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /etc/init.d/haproxy

Navigate to the "start)" code block. Add the value "haproxy_check" before the line with the value "/sbin/startproc".

Navigate to the "restart)" code block. Add the value "haproxy_check" before the line with the value "$0 stop".

Check Contents

At the command prompt, execute the following command:

grep -E '\s(start|restart)\)' -A 7 /etc/init.d/haproxy

If the command "haproxy_check" is not shown in the "start)" and the "restart)" code blocks, this is a finding.

Vulnerability Number

V-89173

Documentable

False

Rule Version

VRAU-HA-000280

Severity Override Guidance

At the command prompt, execute the following command:

grep -E '\s(start|restart)\)' -A 7 /etc/init.d/haproxy

If the command "haproxy_check" is not shown in the "start)" and the "restart)" code blocks, this is a finding.

Check Content Reference

M

Target Key

3455

Comments