Archive

Posts Tagged ‘TLS renegotiation’

Confidence 2009.02 – My TLS renegotiation vulnerability slides

November 19th, 2009 No comments

Today I presented about the TLS regenotiation vulnerability I blogged about earlier.

You can download the slides below:

Special thanks to Marsh Ray for his suggestions and corrections.

TLS renegotiation attack. More bad news for SSL

November 8th, 2009 5 comments

Three days ago on the 3rd of November Marsh Ray and Steven Dispensa of PhoneFactor released a whitepaper that describes a man in the middle attack against TLS and SSL v3 by using the “renegotiation” feature of the protocol. Let there be no mistake, this is a limited, but still serious attack.

This new attack adds to the issues published by Moxie Marlinspike, Dan Kaminski and Mike Zusman I blogged about earlier.

So what does this new attack do?

The attack described by Marsh Ray et al. exploits a feature of the TLS protocol called renegotiation. Renegotiation allows the TLS client or server to initiate a renegotiation of the encryption of the connection in order to refresh keys, increase authentication, increase the strength of the cipher suite or any other reason. This renegotiation can be performed by the server or the client by sending a server or client hello message.

Read more…