Check: GEN005501
Solaris 10 SPARC STIG:
GEN005501
(in versions v2 r4 through v1 r19)
Title
The SSH client must be configured to only use the SSHv2 protocol. (Cat II impact)
Discussion
SSHv1 is not a DoD-approved protocol and has many well-known vulnerability exploits. Exploits of the SSH client could provide access to the system with the privileges of the user running the client.
Check Content
Check the SSH client configuration for allowed protocol versions. # grep -i protocol /etc/ssh/ssh_config | grep -v '^#' If the returned protocol configuration allows versions less than 2, this is a finding.
Fix Text
Edit the /etc/ssh/ssh_config file and add or edit a Protocol configuration line that does not allow versions less than 2.
Additional Identifiers
Rule ID: SV-226984r603265_rule
Vulnerability ID: V-226984
Group Title: SRG-OS-000074
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000197 |
The information system, for password-based authentication, transmits only cryptographically-protected passwords. |
Controls
Number | Title |
---|---|
IA-5 (1) |
Password-Based Authentication |