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 just now
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to HPE 3PAR SSMC Operating System Security Technical Implementation Guide

V-255242

CAT II (Medium)

SSMC must generate error messages that provide information necessary for corrective actions without revealing information that could be exploited by adversaries.

Rule ID

SV-255242r958564_rule

STIG

HPE 3PAR SSMC Operating System Security Technical Implementation Guide

Version

V2R1

CCIs

CCI-001312

Discussion

Any operating system providing too much information in error messages risks compromising the data and security of the structure, and content of error messages needs to be carefully considered by the organization. Organizations carefully consider the structure/content of error messages. The extent to which information systems are able to identify and handle error conditions is guided by organizational policy and operational requirements. Information that could be exploited by adversaries includes, for example, erroneous logon attempts with passwords entered by mistake as the username, mission/business information that can be derived from (if not stated explicitly by) information recorded, and personal information, such as account numbers, social security numbers, and credit card numbers.

Check Content

To verify that SSMC is configured to prevent exfiltration of sensitive information, do the following:

1. Log on to SSMC appliance as ssmcadmin. Press "X" to escape to general bash shell.

2. Execute the following command:

$ grep ^ssmc.management.notification.disable /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties

ssmc.management.notification.disable=false

If the command output does not print "ssmc.management.notification.disable=false", this is a finding.

Fix Text

To configure SSMC to prevent exfiltration of sensitive information, disable all management email notifications. Execute the following steps:

1. Log on to SSMC appliance as ssmcadmin. Press "X" to escape to general bash shell.

2. Edit /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties using vi editor.

3. Locate and uncomment the property "ssmc.management.notification.disable=false". Save and exit.

4. Using TUI menu option 2, restart SSMC service.