DoS attack against Diffie-Hellman protocol
dheat-attack.com
DoS attack against Diffie-Hellman protocol
1–9 of 9 posts
Re: DoS attack against Diffie-Hellman protocol
#2Websites, mail servers, and other Transport Layer Security (TLS) dependent services that support Diffie-Hellman key exchange using ephemeral keys (DHE cipher suites) are at risk of the DHEat attack. Services using other cryptographic protocols can also be affected.
* Secure Shell (SSH) services support Diffie-Hellman key exchange methods. * Internet Protocol Security (IPsec) services offer DH groups. * OpenVPN servers support Diffie-Hellman key exchange in the control channel (DHE TLS ciphers).
Re: DoS attack against Diffie-Hellman protocol
#3Re: DoS attack against Diffie-Hellman protocol
#4Re: DoS attack against Diffie-Hellman protocol
#5I’m getting a certificate error.
[1] - https://www.ssllabs.com/ssltest/analyze.html?d=dheat-attack....
Re: DoS attack against Diffie-Hellman protocol
#6DHE has already been considered weak, with ECDHE as the recommended replacement, for a long time now, so I suspect that most systems operated by people who take security seriously already won't be vulnerable to this.
Re: DoS attack against Diffie-Hellman protocol
#7I’m getting a certificate error.
Re: DoS attack against Diffie-Hellman protocol
#8Re: DoS attack against Diffie-Hellman protocol
#9And why doesn't this also apply to plain RSA and ECDHE_RSA suites, which need to compute an expensive RSA private key operation, which should be similarly expensive as DH?