STIGhubSTIGhub
STIGsSearchCompareAbout

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco ASA NDM Security Technical Implementation Guide

V-239896

CAT II (Medium)

The Cisco ASA must be configured to limit the number of concurrent management sessions to an organization-defined number.

Rule ID

SV-239896r960735_rule

STIG

Cisco ASA NDM Security Technical Implementation Guide

Version

V2R4

CCIs

CCI-000054

Discussion

Device management includes the ability to control the number of administrators and management sessions that manage a device. Limiting the number of allowed administrators and sessions per administrator based on account type, role, or access type is helpful in limiting risks related to DoS attacks. This requirement addresses concurrent sessions for administrative accounts and does not address concurrent sessions by a single administrator via multiple administrative accounts. The maximum number of concurrent sessions should be defined based upon mission needs and the operational environment for each system. At a minimum, limits must be set for SSH, HTTPS, account of last resort, and root account sessions.

Check Content

Review the ASA configuration to determine if concurrent management sessions are limited as show in the example below:

quota management-session 2

Note: This requirement is not applicable to file transfer actions such as FTP, SCP, and SFTP. The default is 5 sessions, which would not be shown in the configuration unless the show run all command is used.
 
If the ASA is not configured to limit the number of concurrent management sessions, this is a finding.

Fix Text

Configure the ASA to limit the number of concurrent management sessions to an organization-defined number as shown in the example below.

ASA(config)# quota management-session 2