13.0-RELEASE-p6
I am dealing with a pci audit and the reason given for a failure is this:
With packages I can see what options were used to build the software. With some software I can query the program itself to discover this. With
My questions are:
1. Presuming that OpenSSH on FreeBSD-13.0p6 is not susceptible to this CVE how do I prove it?
2. Absent proof of invenerability, how can I install OpenSSH-8.1 or later to replace the system OpenSSH?
I am dealing with a pci audit and the reason given for a failure is this:
Code:
CVSS Base Score:4.4 AV:L/AC:M/Au:N/C:P/I:P/A:P
CVSS Temporal Score:3.4 E:POC/RL:OF/RC:C
Severity:3
QID:38773
Category:General remote services
CVE ID:CVE-2019-16905
Vendor Reference:OpenSSH 8.1
Bugtraq ID:-
Last Update:2021-10-04 12:29:25.0
THREAT:
OpenSSH (OpenBSD Secure Shell) is a set of computer programs providing encrypted communication sessions over a
computer network using the SSH protocol.
OpenSSH when compiled with an experimental key type, has a pre-authentication integer overflow if a client or server
is configured to use a crafted XMSS key. This leads to memory corruption and local code execution because of an error
in the XMSS key parsing algorithm.
Affected Versions:
OpenSSH 7.7 through 7.9 and 8.x before 8.1
QID Detection Logic:
This unauthenticated detection works by reviewing the version of the OpenSSH service.
IMPACT:
Successful exploitation leads to memory corruption and local code execution on the targeted system.
SOLUTION:
Customers are advised to upgrade to OpenSSH 8.1 or later to remediate these vulnerabilities.
With packages I can see what options were used to build the software. With some software I can query the program itself to discover this. With
sshd
I cannot check the package because openssh is part of the base system. And I cannot discover any way to ask the software itself.My questions are:
1. Presuming that OpenSSH on FreeBSD-13.0p6 is not susceptible to this CVE how do I prove it?
2. Absent proof of invenerability, how can I install OpenSSH-8.1 or later to replace the system OpenSSH?