Check: IISW-SV-000134
Microsoft IIS 8.5 Server STIG:
IISW-SV-000134
(in versions v2 r7 through v2 r1)
Title
The IIS 8.5 web server must use cookies to track session state. (Cat II impact)
Discussion
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. Cookies associate session information with client information for the duration of a user’s connection to a website. Using cookies is a more efficient way to track session state than any of the methods that do not use cookies because cookies do not require any redirection.
Check Content
Note: If IIS 8.5 server/site is used only for system-to-system maintenance, does not allow users to connect to interface, and is restricted to specific system IPs, this is Not Applicable. Open the IIS 8.5 Manager. Click the IIS 8.5 web server name. Under "ASP.Net", double-click on the "Session State" icon. Under "Cookie Settings", verify the "Mode" has "Use Cookies" selected from the drop-down list. If the "Cookie Settings" "Mode" is not set to "Use Cookies", this is a finding. Alternative method: Click the site name. Select "Configuration Editor" under the "Management" section. From the "Section:" drop-down list at the top of the configuration editor, locate "system.web/sessionState". Verify the "cookieless" is set to "UseCookies". If the "cookieless" is not set to "UseCookies", this is a finding.
Fix Text
Open the IIS 8.5 Manager. Click the IIS 8.5 web server name. Under "ASP.Net", double-click on the "Session State" icon. Under "Cookie Settings", select "Use Cookies” from the "Mode" drop-down list. Click "Apply" in the "Actions" pane.
Additional Identifiers
Rule ID: SV-214419r879638_rule
Vulnerability ID: V-214419
Group Title: SRG-APP-000223-WSR-000011
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001185 |
The information system invalidates session identifiers upon user logout or other session termination. |
CCI-001664 |
The information system recognizes only session identifiers that are system-generated. |