D(HE)at: A Practical DoS Attack on the Finite Field Diffie–Hellman Key Exchange
11–14 of 14 posts
Re: D(HE)at: A Practical DoS Attack on the Finite Field Diffie–Hellman Key Exchange
#12Earlier quoted context omitted.
You’re misunderstanding the DOS attack I think. This is a DOS on the server itself and can prevent all other clients from connecting or the server from doing any useful work as its time is spent computing keys instead of anything useful. It doesn’t require any MITM proxy to be installed. Basically imagine a client could connect to a random Google server and take it down.
Yes but this is nothing to do with cryptography per se. Most servers can be taken down by a client that finds some expensive operation it can get executed, then sends a bunch of same. The solution implies a generic per-client or per-request resource limit mechanism (which in my experience some systems have, but most do not). This is probably the only good thing about "serverless"/lambda type solutions.
Re: D(HE)at: A Practical DoS Attack on the Finite Field Diffie–Hellman Key Exchange
#13Discussing cryptographic solutions to denial of service attacks always seem a tad disingenuous. In the MITM model, the attacker is in full control of the communications channel, and can always replace, corrupt or deny packets to either recipient. No amount/quality/degree of cryptography can change this possibility.
This attack doesn't require MitM, though.
Re: D(HE)at: A Practical DoS Attack on the Finite Field Diffie–Hellman Key Exchange
#14Earlier quoted context omitted.
This attack doesn't require MitM, though.
Yes, because Alice herself is malicious.
If Alice is talking to Bob, the attacker in this scenario is a third entity, let's say Claire, who shouts math problems at Bob until he is sufficiently distracted that he can no longer continue his legitimate conversation(s) with Alice.
- as opposed to a regular bandwidth-based DoS where Claire just shouts random words at Bob. Bob's vulnerability here is that he is more easily distracted by certain math problems.