STIGQter STIGQter: STIG Summary: VMware vRealize Automation 7.x tc Server Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 28 Sep 2018:

tc Server HORIZON must set the secure flag for cookies.

DISA Rule

SV-100823r1_rule

Vulnerability Number

V-90173

Group Title

SRG-APP-000439-WSR-000155

Rule Version

VRAU-TC-000900

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /opt/vmware/horizon/workspace/conf/web.xml.

Navigate to the <session-config> node.

Add the <cookie-config> --> <secure> node setting to the <session-config> node.

Note: The <cookie-config> --> <secure> node should be configured per the following:

<cookie-config>
<secure>true</secure>
</cookie-config>

Check Contents

At the command prompt, execute the following command:

grep -E '<secure>' /opt/vmware/horizon/workspace/conf/web.xml

If the value of the <secure> node is not set to "true" or is missing, this is a finding.

Vulnerability Number

V-90173

Documentable

False

Rule Version

VRAU-TC-000900

Severity Override Guidance

At the command prompt, execute the following command:

grep -E '<secure>' /opt/vmware/horizon/workspace/conf/web.xml

If the value of the <secure> node is not set to "true" or is missing, this is a finding.

Check Content Reference

M

Target Key

3439

Comments