Check: TOSS-04-040100
Tri-Lab Operating System Stack (TOSS) 4 STIG:
TOSS-04-040100
(in versions v2 r1 through v1 r1)
Title
TOSS must not have the rsh-server package installed. (Cat II impact)
Discussion
Passwords need to be protected at all times, and encryption is the standard method for protecting passwords. If passwords are not encrypted, they can be plainly read (i.e., clear text) and easily compromised. The rsh-server service provides an unencrypted remote access service that does not provide for the confidentiality and integrity of user passwords or the remote session and has very weak authentication. Satisfies: SRG-OS-000074-GPOS-00042, SRG-OS-000095-GPOS-00049
Check Content
Check to see if the rsh-server package is installed with the following command: $ sudo yum list installed rsh-server If the rsh-server package is installed, this is a finding.
Fix Text
Configure the operating system to disable nonessential capabilities by removing the rsh-server package from the system with the following command: $ sudo yum remove rsh-server
Additional Identifiers
Rule ID: SV-253065r987796_rule
Vulnerability ID: V-253065
Group Title: SRG-OS-000074-GPOS-00042
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000197 |
For password-based authentication, transmit passwords only over cryptographically-protected channels. |
CCI-000381 |
Configure the system to provide only organization-defined mission essential capabilities. |