You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10.0.0.8,,22,tcp,4.3,Medium,Mitigation,SSH Weak Encryption Algorithms Supported,The remote SSH server is configured to allow weak encryption algorithms.,"The following weak client-to-server encryption algorithms are supported by the remote service:
3
+
4
+
aes128-cbc
5
+
aes256-cbc
6
+
7
+
8
+
The following weak server-to-client encryption algorithms are supported by the remote service:
9
+
10
+
aes128-cbc
11
+
aes256-cbc
12
+
13
+
14
+
15
+
",1.3.6.1.4.1.25623.1.0.105611,,c122f831-2481-46d3-97e7-9755e5eeca30,test,2021-02-25T20:01:27Z,ad08dbdb-0d0a-4216-9e09-f5d2f44c1cb9,,Disable the weak encryption algorithms.,,"The `arcfour` cipher is the Arcfour stream cipher with 128-bit keys.
16
+
The Arcfour cipher is believed to be compatible with the RC4 cipher [SCHNEIER]. Arcfour (and RC4) has problems
17
+
with weak keys, and should not be used anymore.
18
+
19
+
The `none` algorithm specifies that no encryption is to be done.
20
+
Note that this method provides no confidentiality protection, and it
21
+
is NOT RECOMMENDED to use it.
22
+
23
+
A vulnerability exists in SSH messages that employ CBC mode that may allow an attacker to recover plaintext from a block of ciphertext.","Check if remote ssh service supports Arcfour, none or CBC ciphers.
0 commit comments