Skip to content

vSphere UI must protect cookies from cross-site scripting (XSS).

An XCCDF Rule

Description

Cookies are a common way to save session state over the HTTP(S) protocol. If an attacker 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-000439-WSR-000154

ID
SV-256781r889342_rule
Version
VCUI-70-000004
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Navigate to and open: 
 
/usr/lib/vmware-vsphere-ui/server/conf/context.xml 
 
Add the following configuration to the <Context> node: