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 VCO must set the secure flag for cookies.

DISA Rule

SV-100825r1_rule

Vulnerability Number

V-90175

Group Title

SRG-APP-000439-WSR-000155

Rule Version

VRAU-TC-000905

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Navigate to and open /etc/vco/app-server/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>' /etc/vco/app-server/web.xml

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

Vulnerability Number

V-90175

Documentable

False

Rule Version

VRAU-TC-000905

Severity Override Guidance

At the command prompt, execute the following command:

grep -E '<secure>' /etc/vco/app-server/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