STIGhubSTIGhub
STIGsRMF ControlsCompare

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
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to HPE 3PAR SSMC Web Server Security Technical Implementation Guide

V-255252

CAT II (Medium)

SSMC web server must limit the number of allowed simultaneous session requests.

Rule ID

SV-255252r960735_rule

STIG

HPE 3PAR SSMC Web Server Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-000054

Discussion

Web server management includes the ability to control the number of users and user sessions that utilize a web server. Limiting the number of allowed users and sessions per user is helpful in limiting risks related to several types of Denial of Service attacks. Although there is some latitude concerning the settings themselves, the settings should follow DoD-recommended values, but the settings should be configurable to allow for future DOD direction. While the DOD will specify recommended values, the values can be adjusted to accommodate the operational requirement of a given system.

Check Content

Verify that SSMC limits the number of concurrent sessions by doing the following:

1. Log on to SSMC TUI via SSH as ssmcadmin. Press "X" to escape to general bash shell.

2. Execute the following commands:

$ grep ^security.max.active.ui.sessions /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties

security.max.active.ui.sessions=10

$ grep ^security.max.active.ui.per.user.sessions /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties
security.max.active.ui.per.user.sessions=1

If the output of the above commands does not show the values for "security.max.active.ui.sessions" and "security.max.active.ui.per.user.sessions" properties with values set as "10" and "1" respectively, this is a finding.

Fix Text

Configure SSMC to limit the number of allowed simultaneous web session requests by doing the following:

1. Log on to SSMC TUI via SSH as ssmcadmin. Press "X" to escape to general bash shell.

2. Edit /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties (Use vi to edit).

3. Locate (or add a fresh entry) property security.max.active.ui.sessions. Set the value to "10".

4. Locate (or add a fresh entry) property security.max.active.ui.per.user.sessions. Set the value to "1".

5. Save the file and exit.

6. Type "config_appliance" to return to TUI. Restart (stop and start) SSMC services using TUI menu option 2.