STIGQter STIGQter: STIG Summary: Solaris 10 SPARC Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

The SSH client must be configured to not use CBC-based ciphers.

DISA Rule

SV-226990r603265_rule

Vulnerability Number

V-226990

Group Title

SRG-OS-000480

Rule Version

GEN005511

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit /etc/ssh/ssh_config and add or edit the "Ciphers" line. Only include ciphers that start with "3des" or "aes" and do not contain "cbc". For the list of available ciphers for the particular version of your software, consult the ssh_config manpage.

Check Contents

Check the SSH client configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/ssh_config | grep -v '^#'
If no lines are returned, or the returned ciphers list contains any cipher ending with cbc, this is a finding.

Vulnerability Number

V-226990

Documentable

False

Rule Version

GEN005511

Severity Override Guidance

Check the SSH client configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/ssh_config | grep -v '^#'
If no lines are returned, or the returned ciphers list contains any cipher ending with cbc, this is a finding.

Check Content Reference

M

Target Key

4060

Comments