Lookup Service must protect cookies from cross-site scripting (XSS).
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| medium | V-256709 | SRG-APP-000001-WSR-000002 | VCLU-70-000004 | SV-256709r888718_rule | 2023-06-15 | 1 |
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 that 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
ℹ️ Check
At the command prompt, run the following command:
# xmllint --format /usr/lib/vmware-lookupsvc/conf/context.xml | xmllint --xpath '/Context/@useHttpOnly' -
Expected result:
useHttpOnly="true"
If the output does not match the expected result, this is a finding.
✔️ Fix
Navigate to and open:
/usr/lib/vmware-lookupsvc/conf/context.xml
Add the following configuration to the <Context> node:
useHttpOnly="true"
Example:
<Context useHttpOnly="true">
Restart the service with the following command:
# vmon-cli --restart lookupsvc