The DROWN Attack
In most cases this vulnerability is simply due to server configurations not being updated. Some embedded devices that have not been updated in years are also vulnerable. OpenSSL, a free Apache toolkit for TLS and SSL protocols, provides an option to disable SSLv2 ciphersuites but unfortunately with the recent attack it was found this option did not seem to work. Luckily this has been patched in January 2016.
Because most people will not buy multiple certificates, a server will use the same RSA private key for both TLS and SSLv2 protocols meaning that any bugs from SSLv2 could easily affect the TLS. The DROWN attack uses this exact method to break encryption.
The frequent series of SSL and TLS vulnerabilities are starting to make website owners numb to the ongoing reports of security issues. There have been at least 10 well publicized security vulnerabilities over the past 5 years and the rate has increased over the past year, the latest of which is the DROWN attack.
Description
DROWN is a serious vulnerability that affects HTTPS and other services that rely on SSL and TLS, some of the essential cryptographic protocols for Internet security. These protocols allow everyone on the Internet to browse the web, use email, shop online, and send instant messages without third-parties being able to read the communication. DROWN allows attackers to break the encryption and read or steal sensitive communications, including passwords, credit card numbers, trade secrets, or financial data. A server is vulnerable to DROWN if:It allows SSLv2 connections OR Its private key is used on any other server that allows SSLv2 connections, even for another protocol.
What can the attackers gain?
Any communication between users and the server. This typically includes, but is not limited to, usernames and passwords, credit card numbers, emails, instant messages, and sensitive documents. Under some common scenarios, an attacker can also impersonate a secure website and intercept or change the content the user sees.
Who is vulnerable?
Websites, mail servers, and other TLS-dependent services are at risk for the DROWN attack, and many popular sites are affected. We used Internet-wide scanning to measure how sites are vulnerable
In most cases this vulnerability is simply due to server configurations not being updated. Some embedded devices that have not been updated in years are also vulnerable. OpenSSL, a free Apache toolkit for TLS and SSL protocols, provides an option to disable SSLv2 ciphersuites but unfortunately with the recent attack it was found this option did not seem to work. Luckily this has been patched in January 2016.
Because most people will not buy multiple certificates, a server will use the same RSA private key for both TLS and SSLv2 protocols meaning that any bugs from SSLv2 could easily affect the TLS. The DROWN attack uses this exact method to break encryption.
The frequent series of SSL and TLS vulnerabilities are starting to make website owners numb to the ongoing reports of security issues. There have been at least 10 well publicized security vulnerabilities over the past 5 years and the rate has increased over the past year, the latest of which is the DROWN attack.
Description
DROWN is a serious vulnerability that affects HTTPS and other services that rely on SSL and TLS, some of the essential cryptographic protocols for Internet security. These protocols allow everyone on the Internet to browse the web, use email, shop online, and send instant messages without third-parties being able to read the communication. DROWN allows attackers to break the encryption and read or steal sensitive communications, including passwords, credit card numbers, trade secrets, or financial data. A server is vulnerable to DROWN if:It allows SSLv2 connections OR Its private key is used on any other server that allows SSLv2 connections, even for another protocol.
What can the attackers gain?
Any communication between users and the server. This typically includes, but is not limited to, usernames and passwords, credit card numbers, emails, instant messages, and sensitive documents. Under some common scenarios, an attacker can also impersonate a secure website and intercept or change the content the user sees.
Who is vulnerable?
Websites, mail servers, and other TLS-dependent services are at risk for the DROWN attack, and many popular sites are affected. We used Internet-wide scanning to measure how sites are vulnerable