Release from OpenSSH is here: https://www.openssh.com/txt/release-9.8
In a nutshell, it says that OpenSSH versions on OSes other than OpenBSD are vulnerable, up to version 9.7p1; version 9.8 is safe. The vulnerability is very slow: on a 32-bit Linux system with address space randomization (ASLR), the attack has actually be demonstrated, and takes 6-8 hours. It looks like 64-bit systems make it harder, while lack of ASLR makes it easier.
Good news: ASLR is enabled starting with FreeBSD 13.2, and I'm running 13.3. More good news: All my machines are now 64 bit.
Bad news: My OpenSSH version in 13.3-RELEASE-p3 is 9.6p1, so it is vulnerable.
I assume a FreeBSD update will be showing up very soon?
I guess I should start to worry about the fact that my internet-connected server is getting several thousand failed ssh attempts per day, all coming from the same IP address, in Vientiane (if you don't know about geography, look it up; supposedly it is a very beautiful city, in a country run by a not very beautiful government). Time to do that pf project that has been on the back burner for months.
In a nutshell, it says that OpenSSH versions on OSes other than OpenBSD are vulnerable, up to version 9.7p1; version 9.8 is safe. The vulnerability is very slow: on a 32-bit Linux system with address space randomization (ASLR), the attack has actually be demonstrated, and takes 6-8 hours. It looks like 64-bit systems make it harder, while lack of ASLR makes it easier.
Good news: ASLR is enabled starting with FreeBSD 13.2, and I'm running 13.3. More good news: All my machines are now 64 bit.
Bad news: My OpenSSH version in 13.3-RELEASE-p3 is 9.6p1, so it is vulnerable.
I assume a FreeBSD update will be showing up very soon?
I guess I should start to worry about the fact that my internet-connected server is getting several thousand failed ssh attempts per day, all coming from the same IP address, in Vientiane (if you don't know about geography, look it up; supposedly it is a very beautiful city, in a country run by a not very beautiful government). Time to do that pf project that has been on the back burner for months.