cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7582
Views
15
Helpful
3
Replies

SSH Server CBC Mode Ciphers Enabled -- Need to Disable at FTD 2110

subrun.jamil
Level 1
Level 1

I got below vulnerability in one of the FTD 2110 configured as Transparent Firewall

 

Vulnerability :: SSH Server CBC Mode Ciphers Enabled.

 

The SSH server is configured to support Cipher Block Chaining (CBC) encryption. This may allow an attacker to recover the plaintext message from the ciphertext.

 

The following server-to-client Cipher Block Chaining (CBC) algorithms are supported : aes256-cbc

 

Contact the vendor or consult product documentation to disable CBC mode cipher encryption, and enable CTR or GCM cipher mode encryption.

 

Question is how can I validate and disable this vulnerability at FTD 2110 ? 

3 Replies 3

Daragh Oman
Level 1
Level 1

Did you ever get answer to this ?

Thanks.

Alan

Hi @Daragh Oman 

This has been resolved on new Firepower versions, more information here. I've checked my FTD and FMC running 6.5 and CBC is not enabled.

 

admin@ftd1:~$ cat /etc/ssh/sshd_config | grep -e Ciphers -e MAC -e Kex
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes256-ctr,aes128-ctr,aes192-ctr
# [selection: AEAD_AES_128_GCM, AEAD_AES_256_GCM, no other MAC algorithms]
# as its MAC algorithm(s) and rejects all other MAC algorithm(s).
MACs hmac-sha2-256,hmac-sha2-512,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256
admin@ftd1:~$

 

HTH

I have this vulnerability as well.  Running 6.6.5.1 on the FTDs.  When I cat the file, it does show the CBC ciphers enabled.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card