With CVE-2024-6387 RCE vulnerability was discovered in the OpenSSH Service. This affects all appliances that have version 24.3 Hotfix 1 or older.
With the latest Mindbreeze InSpire 24.3 Hotfix 2 Release we fix the vulnerability by disabling the LoginGraceTime setting of OpenSSH and thus the exploitation of this vulnerability is not possible.
We expect an upstream patch to be available for the Mindbreeze InSpire 24.5 Release.
For older Mindbreeze InSpire installations the setting can be deployed with the steps presented in this document.
The following steps should be performed on all member nodes of a Mindbreeze InSpire cluster:
LoginGraceTime 0
systemctl restart sshd
If correctly deployed, the following command should output: logingracetime 0
sshd -T | grep -i LoginGraceTime