Re: A small problem in security protocol
- From: Lassi Hippeläinen <lahippel@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 06 Sep 2006 06:56:24 GMT
wt.eric@xxxxxxxxx wrote:
Thanks for your response. Maybe I hadn't made a clear description. My
problem is that: when an agent receives an encrypted message (signature
message we assume here), without apparent fields of message sequence
number in protocol and sender's ID, how does he rapidly get know which
message in which protocol this message is and which keys should he use
to decrypt the message.
If the message has no cleartext hints about sender/session, the recipient has to try each active security association to see which one matches. That is bad. It puts lots of computational load on the recipient. An attacker can send bogus packets to overload the recipient.
BTW, modern protocols try to do the opposite. To initiate a session the other end has to compute a "puzzle" before the recipient dedicates any resources to the negotiation. That way the attacker can't overload the machine unless she has an even bigger machine.
-- Lassi
Lassi Hippeläinen wrote:.wt.eric@xxxxxxxxx wrote:In many protocols under academic discussion (like NSPK protocol,As a general answer (I'm not familiar with the protocols in question):
Big-mouth-frog protocol, etc) there is no an apparent field in some
messages that shows which step in which protocol this message is and
who is the sender of this message, is it a problem?
yes. This is a potential DoS attack vector. If an attacker can inject
messages into the stream, they can knock the state machines out of sync.
Even worse attacks, e.g. session hijack, could be possible if the
protocols aren't designed against it.
That's why many protocols carry cookies or nonces as a security feature.
-- Lassi
- References:
- A small problem in security protocol
- From: wt.eric@xxxxxxxxx
- Re: A small problem in security protocol
- From: Lassi Hippeläinen
- Re: A small problem in security protocol
- From: wt.eric@xxxxxxxxx
- A small problem in security protocol
- Prev by Date: Re: DRM and pdf
- Next by Date: Re: HELP
- Previous by thread: Re: A small problem in security protocol
- Next by thread: Re: It's a fake terrorist scare, folks
- Index(es):
Relevant Pages
|
|