AS24-W1-000470 - Cookies exchanged between the Apache web server and client, such as session cookies, must have security settings that disallow cookie access outside the originating Apache web server and hosted application - Javascript setCookie

Warning! Audit Deprecated

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

View Next Audit Version

Information

Cookies are used to exchange data between the web server and the client. Cookies, such as a session cookie, may contain session information and user credentials used to maintain a persistent connection between the user and the hosted application since HTTP/HTTPS is a stateless protocol.

When the cookie parameters are not set properly (i.e., domain and path parameters), cookies can be shared within hosted applications residing on the same web server or to applications hosted on different web servers residing on the same domain.

NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.

Solution

Add this line to 'httpd.conf' file:

Header always edit Set-Cookie ^(.*)$ $1;HttpOnly;secure

Add the secure attribute to the JavaScript set cookie:

function setCookie() { document.cookie = 'ALEPH_SESSION_ID = $SESS; path = /; secure'; }

HttpOnly cannot be used since by definition this is a cookie set by JavaScript.

Restart the Apache service.

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_Apache_Server_2-4_Windows_Y21M10_STIG.zip

Item Details

References: CAT|II, CCI|CCI-001664, Rule-ID|SV-214332r505936_rule, STIG-ID|AS24-W1-000470, STIG-Legacy|SV-102495, STIG-Legacy|V-92407, Vuln-ID|V-214332

Plugin: Windows

Control ID: 0ce211ba402b67116668bd0088766195e158ba95e1bc03a1f3ed98110474584d