Slashdot Mirror


OpenSSL Patches Critical Certificate Forgery Bug

msm1267 writes: The mystery OpenSSL patch released today addresses a critical certificate validation issue where anyone with an untrusted TLS certificate can become a Certificate Authority. While serious, the good news according to the OpenSSL Project is that few downstream organizations have deployed the June update where the bug was introduced. From the linked piece: The vulnerability allows an attacker with an untrusted TLS certificate to be treated as a certificate authority and spoof another website. Attackers can use this scenario to redirect traffic, set up man-in-the-middle attacks, phishing schemes and anything else that compromises supposedly encrypted traffic. [Rich Salz, one of the developers] said there are no reports of public exploits.

2 of 45 comments (clear)

  1. Re:Trusted certificate owners by petermgreen · · Score: 3, Informative

    Debian claims that their patched versions of openssl for squeeze/wheezy/jessie are not affected by this issue.

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  2. X.509 cert with hostname as common name by tepples · · Score: 4, Informative

    A TLS certificate is an X.509 certificate whose common name identifies a hostname in the manner specified by TLS. All TLS certificates are X.509 certificates, but not all X.509 certificates are TLS certificates because not every X.509 certificate's common name identifies a hostname.