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

The SSH daemon must be configured to not use Cipher-Block Chaining (CBC) ciphers.

DISA Rule

SV-226987r603265_rule

Vulnerability Number

V-226987

Group Title

SRG-OS-000480

Rule Version

GEN005506

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit /etc/ssh/sshd_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 sshd_config manpage.

Restart the SSH daemon.

Check Contents

Check the SSH daemon configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/sshd_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-226987

Documentable

False

Rule Version

GEN005506

Severity Override Guidance

Check the SSH daemon configuration for allowed ciphers.
# grep -i ciphers /etc/ssh/sshd_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