On 10/24/2011 09:14 AM, r...@segfault.net wrote:
>
> Our tests reveal that the average server can be taken down from a
> single IBM laptop through a standard DSL connection.
>
> Taking on larger server farms who make use of SSL Load balancer
> required 20 average size laptops and about 120kbit/sec of traffic.
>
> All in all superb results.

Thanks for releasing the tool.

Anyone who cared enough to think about it would know that the basic idea
was possible. From time to time people would rediscover various angles
on the SSL DoS and for various reasons not go through with publishing
the tool. This meant hard data was lacking and many folks who depend on
the technology are insufficiently aware of their exposure.

In your source I see "Ask THC for the private release of the tool". Do
you have a different or interesting attack there?

> Interesting here is that a security feature that was supposed to make
> SSL Renegotiation was invented to renegotiate the key material of an
> SSL connection. This feature is rarely used. In fact we could not
> find any software that uses SSL Renegotiation.

Tor uses renegotiation. Connections that use client certificates that
don't want to send the client's certificate in-the-clear use
renegotiation. E.g., smart cards used for web auth.

> Yet it's enabled by default by most servers.

It may be important to distinguish between server-initiated
renegotiation and client-initiated (or attacker-initiated) renegotiation
here. In practice, MS IIS and Schannel-based servers don't accept
client-initiated renego but Apache/OpenSSL does.

Personally, I'd like to save renegotiation and keep it from going the
way of IP source routing (which was presumably once useful to someone).
If shallow-inspecting firewalls start shooting down all renegotiations,
it will probably only break a minority of apps. But minority-share apps
can be important and that hardly seems fair.

> An old saying comes true all over again: Complexity is the enemy of
> security.
>
> "Renegotiating Key material is a stupid idea from a cryptography
> standpoint. If you are not happy with the key material negotiated at
> the start of the session then the session should be re-established
> and not re-negotiated", says THC.

Like most things in mature complex systems like SSL, it depends on the
gory details.

- Marsh

_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/

Reply via email to