Mitigating SSH CVE-2024-6387 vulnerability #4

Closed
opened 2024-07-01 21:25:41 +02:00 by neox · 2 comments
Owner

Cf cominfra/infra-generale#190

We applied on your server an SSH configuration modification to mitigate the CVE-2024-6387 vulnerability :

commit de31604877158cc617c869981c464fb4bf5b8395
Author: root <root@server.speed-dreams.net>
Date:   Mon Jul 1 21:20:07 2024 +0200

    mitigation CVE-2024-6387

hd_config
index 87897b8..c27edb8 100644
--- a/ssh/sshd_config
+++ b/ssh/sshd_config
@@ -12,6 +12,7 @@ AllowTcpForwarding yes
 GatewayPorts yes
 X11Forwarding no
 PrintMotd no
+LoginGraceTime 0
 TCPKeepAlive yes
 PermitTunnel yes
 AcceptEnv LANG LC\_* GIT\_*
Cf https://forge.a-lec.org/cominfra/infra-generale/issues/190 We applied on your server an SSH configuration modification to mitigate the CVE-2024-6387 vulnerability : ```diff commit de31604877158cc617c869981c464fb4bf5b8395 Author: root <root@server.speed-dreams.net> Date: Mon Jul 1 21:20:07 2024 +0200 mitigation CVE-2024-6387 hd_config index 87897b8..c27edb8 100644 --- a/ssh/sshd_config +++ b/ssh/sshd_config @@ -12,6 +12,7 @@ AllowTcpForwarding yes GatewayPorts yes X11Forwarding no PrintMotd no +LoginGraceTime 0 TCPKeepAlive yes PermitTunnel yes AcceptEnv LANG LC\_* GIT\_* ```
neox added the
bogue
amont
labels 2024-07-01 21:25:41 +02:00
Author
Owner

The SSH service has been restarted. Please let us know if any problem.

The SSH service has been restarted. Please let us know if any problem.
neox added the
en cours
label 2024-07-01 21:26:20 +02:00
Collaborator

LGTM, SSH is accessible as expected. Thank you!

LGTM, SSH is accessible as expected. Thank you!
neox added
résolu
and removed
amont
en cours
labels 2024-07-02 09:28:25 +02:00
neox closed this issue 2024-07-03 23:46:54 +02:00
Sign in to join this conversation.
No description provided.