How to Fix CVE-2023-38408 (OpenSSH Vulnerability)?
661

OpenSSH had a recently vulnerability and all the versions < 9 is vulnerable to attack.

To fix this issue, you need to update 9-3p2 version.

You might need to have dependencies if it's not installed like: gcc

Here are the commands:

wget -c https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.3p2.tar.gz
tar -xzvf openssh-9.3p2.tar.gz
cd openssh-9.3p2
./configure
make
make install

Before closing current SSH connection, try to connect your server from other SSH client.

If it connects, type: ssh -V to check if the version output is showing like this:

OpenSSH_9.3p2

Congratulations! You have updated OpenSSH and avoid CVE 2023-38408 vulnerable to your server.

If you are looking for consultation, fill the Contact Form below.
If you want to find the secrets of the universe, think in terms of energy, frequency, and vibration. Nikola Tesla
Haluk YAMANER - Personal
Contact Form
You must complete Security Verification to submit your form.