You are running vulnerability scan, and results shows that SSLV is vulnerable to CVE-2023-48795.
https://cve.mitre.org/cgi-bin/
CVE-2023-48795 Overview
The Terrapin attack is a novel attack in the SSH protocol itself, causing the compromised client to erroneously perceive that the server lacks support for recent signature algorithms used in user authentication, through a man-in-the-middle (MitM) attack.
The vulnerability affects all SSH connections. This research will focus on the OpenSSH implementation.
There are two vulnerable OpenSSH configurations:
The default OpenSSH client and server are vulnerable to this attack, as they are configured to allow the vulnerable ChaCha20-Poly1305 cipher.
localhost# configure t
localhost(config)# ssh-console
localhost(config-ssh-console)# view
Ciphers:
[email protected], [email protected], [email protected], aes128-ctr, aes192-ctr, aes256-ctr
localhost(config-ssh-console)# ciphers remove [email protected]
ok