OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
1–10 of 47 posts
Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#22 week turnaround time, not bad I guess, for something found by a static analyzer.
Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#3Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#4What popular software contain these vulnerable versions of the OpenSSL library?
Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#5What popular software contain these vulnerable versions of the OpenSSL library?
/ # nginx -V
nginx version: nginx/1.17.10
built by gcc 9.2.0 (Alpine 9.2.0)
built with OpenSSL 1.1.1d 10 Sep 2019Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#6Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#7Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#8This would primarily affect web servers exposing SSH access to the public right? I suppose it also affects internally accessible servers as well but to a lesser degree in terms of priority.
Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#9Re: OpenSSL high-severity bug – affects 1.1.1d, 1.1.1e, 1.1.1f
#10This would primarily affect web servers exposing SSH access to the public right? I suppose it also affects internally accessible servers as well but to a lesser degree in terms of priority.
SSH != SSL. EDIT: Expect web servers running HTTPS in modern configurations to be affected, and other TLS based protocols. SSH is fine.
> during or after a TLS 1.3 handshake
Sure, openSSL is not SSH, but it is not unreasonable to assume this leak may affect web servers as well (e.g. by being based on the same underlying TLS implementation).
"SSH != SSL" is a bit short to invalidate the assumption of the OP. I'd not be so sure this problem does not affect "web server X".
https://en.wikipedia.org/wiki/Transport_Layer_Security
OK, learnt something new today: https://crypto.stackexchange.com/questions/60255/why-doesnt-...
Thanks! :)