I've got a few sites using OpenSSL certs; do I need to do anything?
Unless you are using client side certificates, this one is not your problem. But everybody must upgrade their browsers ASAP.
OpenSSL Security Advisory
21–30 of 142 posts
Re: OpenSSL Security Advisory
#22Re: OpenSSL Security Advisory
#23Re: OpenSSL Security Advisory
#24http://people.canonical.com/~ubuntu-security/cve/2015/CVE-20...
Re: OpenSSL Security Advisory
#25Re: OpenSSL Security Advisory
#26It´s for old version. For example actual debian not affected. https://security-tracker.debian.org/tracker/CVE-2015-1793
Re: OpenSSL Security Advisory
#27If I understand the advisory correctly then this means that somebody could set up a webserver with a specially-crafted certificate and pretend to be somebody else, assuming that the client is running a vulnerable version of OpenSSL.
Is that right? I wish they would write these advisories in a slightly more helpful fashion.
Re: OpenSSL Security Advisory
#28Earlier quoted context omitted.
Unless you are using client side certificates, this one is not your problem. But everybody must upgrade their browsers ASAP.
Is that right? My reading of it is that this affects all cases where you verify the certificate
Re: OpenSSL Security Advisory
#29Interesting part is that the bug was introduced in the latest versions and has been fixed by the person who inserted it :-) Bug added: https://github.com/openssl/openssl/commit/da084a5ec6cebd67ae... Bug removed: https://github.com/openssl/openssl/commit/2aacec8f4a5ba1b365... Although that's just the committer: https://twitter.com/agl__/status/619129579580469248
For interest, the line that was fixed from the first commit is:
https://github.com/openssl/openssl/commit/da084a5ec6cebd67ae...