Google disables compression for OpenSSL in Chrome - SSL exploit coming?
chromiumcodereview.appspot.com
Google disables compression for OpenSSL in Chrome - SSL exploit coming?
1–10 of 137 posts
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#2Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#3Yes. See: http://security.stackexchange.com/a/19914
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#4Yes. See: http://security.stackexchange.com/a/19914
I guess this is actually an instance where those Hollywood "guess the password one character at a time" animations would make sense.
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#5Yes. See: http://security.stackexchange.com/a/19914
Is my understanding correct that the attack described there requires all of 1. cookies associated with the target, 2. the ability to monitor the length of requests to the target, and 3. the ability to send requests to the target (e.g. JavaScript injection, malicious website)? I guess this is actually an instance where those Hollywood "guess the password one character at a time" animations would make sense.
1. To know the format of cookies used for the web site you are targetting. Specifically, whatever cookie contains authentication.
2. The ability to injection a request to the target web server while someone is connected (such as with JavaScript, an XSS, or plug-in).
3. Ability to monitor the SSL connection is it is transported across TCP.
Would have been fun if they called this the CPE1704TKS attack instead of CRIME: http://www.youtube.com/watch?v=NHWjlCaIrQo
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#6Yes. See: http://security.stackexchange.com/a/19914
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#7Yes. See: http://security.stackexchange.com/a/19914
Is my understanding correct that the attack described there requires all of 1. cookies associated with the target, 2. the ability to monitor the length of requests to the target, and 3. the ability to send requests to the target (e.g. JavaScript injection, malicious website)? I guess this is actually an instance where those Hollywood "guess the password one character at a time" animations would make sense.
You're right that Hollywood "guess the password one character at a time" animation makes sense here. It also makes sense for timing based attacks. Ie, if checking "AB" against the password takes longer than "A", you know the second character is B...
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#8See:http://code.google.com/p/chromium/issues/detail?id=31628
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#9Earlier quoted context omitted.
Is my understanding correct that the attack described there requires all of 1. cookies associated with the target, 2. the ability to monitor the length of requests to the target, and 3. the ability to send requests to the target (e.g. JavaScript injection, malicious website)? I guess this is actually an instance where those Hollywood "guess the password one character at a time" animations would make sense.
You need three things: 1. To know the format of cookies used for the web site you are targetting. Specifically, whatever cookie contains authentication. 2. The ability to injection a request to the target web server while someone is connected (such as with JavaScript, an XSS, or plug-in). 3. Ability to monitor the SSL connection is it is transported across TCP. Would have been fun if they called this the CPE1704TKS a…
Re: Google disables compression for OpenSSL in Chrome - SSL exploit coming?
#10Doesn't look like this has anything to do with an exploit. It is because some older web servers who don't support TLS also don't support compression. See: http://code.google.com/p/chromium/issues/detail?id=31628