Rule ID
SV-46017r1_rule
Version
V1R12
CCIs
The (CBC) mode of encryption as implemented in the SSHv2 protocol is vulnerable to chosen-plaintext attacks and must not be used.
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.
Edit the SSH client configuration and remove any ciphers ending with "cbc". If necessary, add a "Ciphers" line.