VCEM-67-000028 - ESX Agent Manager must set the secure flag for cookies.

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

The secure flag is an option that can be set by the application server when sending a new cookie to the user within an HTTP Response. The purpose of the secure flag is to prevent cookies from being observed by unauthorized parties due to the transmission of a cookie in clear text. By setting the secure flag, the browser will prevent the transmission of a cookie over an unencrypted channel. The ESX Agent Manager is configured to only be accessible over a TLS tunnel, but this cookie flag is still a recommended best practice.

Solution

Navigate to and open:

/usr/lib/vmware-eam/web/webapps/eam/WEB-INF/web.xml

Navigate to the /<web-apps>/<session-config>/<cookie-config> node and configure it as follows:

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

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_VMW_vSphere_6-7_Y22M10_STIG.zip

Item Details

References: CAT|II, CCI|CCI-001813, Rule-ID|SV-239399r674691_rule, STIG-ID|VCEM-67-000028, Vuln-ID|V-239399

Plugin: Unix

Control ID: 3ce4dce9f6cc141a37fb8b5bb5a1c99e10cb6d28d7d80c0b7178a6652009ffb4