SSMC must prevent nonprivileged users from executing privileged functions to include disabling, circumventing, or altering implemented security safeguards/countermeasures.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-255248SRG-OS-000324-GPOS-00125SSMC-OS-020080SV-255248r1015729_rule2024-08-272
Description
Preventing nonprivileged users from executing privileged functions mitigates the risk that unauthorized individuals or processes may gain unnecessary access to information or privileges. Privileged functions include, for example, establishing accounts, performing system integrity checks, or administering cryptographic key management activities. Nonprivileged users are individuals that do not possess appropriate authorizations. Circumventing intrusion detection and prevention mechanisms or malicious code protection mechanisms are examples of privileged functions that require protection from nonprivileged users. Satisfies: SRG-OS-000324-GPOS-00125, SRG-OS-000373-GPOS-00157, SRG-OS-000373-GPOS-00158
ℹ️ Check
Verify that SSMC prevents nonprivileged users from executing privileged functions by doing the following: 1. Log on to SSMC appliance as ssmcadmin. Press "X" to escape to general bash shell. 2. Execute the following commands: $ sudo /ssmc/bin/config_security.sh -o sudo_password -a status Sudo password is enabled If the command output does not read "Sudo password is enabled", this is a finding.
✔️ Fix
Configure SSMC to prevent nonprivileged users from executing privileged functions by doing the following: 1. Log on to SSMC appliance as ssmcadmin. Press "X" to escape to general bash shell. 2. Execute the following command: $ sudo /ssmc/bin/config_security.sh -o sudo_password -a enable