VCEM-70-000004 - ESX Agent Manager must protect cookies from cross-site scripting (XSS).

Information

Cookies are a common way to save session state over the HTTP(S) protocol. If attackers can compromise session data stored in a cookie, they are better able to launch an attack against the server and its applications. When a cookie is tagged with the 'HttpOnly' flag, it tells the browser this particular cookie should only be accessed by the originating server. Any attempt to access the cookie from client script is strictly forbidden.

Satisfies: SRG-APP-000001-WSR-000002, SRG-APP-000223-WSR-000011, SRG-APP-000439-WSR-000154, SRG-APP-000439-WSR-000155

Solution

Navigate to and open:

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

Navigate to the <session-config> node and configure it as follows:

<session-config>
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
<session-timeout>30</session-timeout>
</session-config>

Restart the service with the following command:

# vmon-cli --restart eam

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_VMW_vSphere_7-0_Y23M07_STIG.zip

Item Details

Category: ACCESS CONTROL, SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|AC-10, 800-53|SC-8, 800-53|SC-23(3), CAT|II, CCI|CCI-000054, CCI|CCI-001664, CCI|CCI-002418, Rule-ID|SV-256676r888584_rule, STIG-ID|VCEM-70-000004, Vuln-ID|V-256676

Plugin: Unix

Control ID: 48b0d10e1d7578319caa01dc33ea1a20c0ff0237d4363c8b721711dd098b005b