Applications must validate session identifiers.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-222580APSC-DV-002260SV-222580r1043180_ruleCCI-001664medium
Description
Many web development frameworks such as PHP, .NET, and ASP include their own mechanisms for session management. Whenever possible it is recommended to utilize the provided session management framework.
STIGDate
Application Security and Development Security Technical Implementation Guide2025-02-12

Details

Check Text (C-222580r1043180_chk)

Review the application documentation and interview the application administrator. Identify how the application validates session IDs. If using a web development framework, ask the application administrator to provide details on the framework's session configuration as it relates to session validation. If the application is not configured to validate user session identifiers, this is a finding.

Fix Text (F-24239r493649_fix)

Configure the application to configure user session identifiers.