Researchers Devise New Attack Techniques Against SSL
alphadogg writes "The developers of many SSL libraries are releasing patches for a vulnerability that could potentially be exploited to recover plaintext information, such as browser authentication cookies, from encrypted communications.The patching effort follows the discovery of new ways to attack SSL, TLS and DTLS implementations that use cipher-block-chaining (CBC) mode encryption. The new attack methods were developed by researchers at the University of London's Royal Holloway College. The men published a research paper and a website on Monday with detailed information about their new attacks, which they have dubbed the Lucky Thirteen. They've worked with several TLS library vendors, as well as the TLS Working Group of the IETF, to fix the issue."
Rumors have been going around for a while that the NSA is able to crack certain forms of SSL or lower-level AES, and their new data center is for a "store now, decrypt later" operation. Could this be what they have?
"When information is power, privacy is freedom" - Jah-Wren Ryel
At what point will the Internet cease being a useful tool, because it is insecure?
The criminal won't relent and the software meant to protect is never completely secure.
The attack relies on the slight difference in processing time of certain packets.
My ISP is so over-subscribed that latency here varies from packet to packet by 1 second.
They are obviously doing this on purpose to protect their clients.
Maybe they can break the internet (tee-hee hee). Maybe they can split it open, and make all the information inside it come tumbling, gushing out.
Slashdot has long had a solution for avoiding many potential SSL/TLS security-breach incidents: Deny users the privilege of utilizing SSL/TLS and that precious certificate unless there's a damn good reason, e.g., logging in. After that single use, dump 'em back to unauthenticated plaintext.
This same tease & denial technique is employed on all of the rest of Dice Holdings holdings—including SourceForge (albeit in a slightly more lenient manner)—logged-in users enjoy all-you-can-eat HTTPS (and the nightmarish specter of its subsequent compromise); unknown, cookie-free scum can rot... We can't have casual passersby getting fingerprints all over that precious certificate, now can we?
FFS Dice Holdings, how about a little Dice Improving?
Thank you, Edward Snowden.
"Arguments from authority are worthless." —Carl Sagan
One of the attack requirements is to find the target data at a fixed offset in the SSL packets. This is the case for session cookies, which aresend back and forth in HTTP headers Set-Cookie and Cookie.
Why don't we just randomize HTTP headers order? Such a defense, inspired by ASLR for native programs, seems cheap to implement, and would make the attacker life more difficult. There could even be padding HTTP headers inserted at random places. Something like X-Padding: foobarbuz
For lazy people a quick overview of this attack is that it uses very small differences between the amount of time it takes to decrypt a correctly padded TLS record and the time it takes to reject an incorrectly padded record (think of the padding as kind of a checksum). An attacker can modify encrypted records, send them to the server and discover whether the decryption is correctly padded or not based on the amount of time it takes to respond. With this knowledge, an attacker can interactively decrypt a record bit by bit, testing the padding over and over.
It only works in datagram TLS (DTLS) because regular TLS terminates a session after one incorrectly padded message. It also only works over LAN where you can get really precise timing.
...Firefox 18.0.3 in 3...2...1... (sigh)
It must have been something you assimilated. . . .
So your secretary just took diction and posted this for you?
Lazy fuck.
Since the use of CBC-based cipher suites in TLS is discouraged since BEAST attacks this is just adding more weight to the argument.
Maybe you should look up SSL stripping attacks, and then there is just sniffing the session cookies out of the air, please see firesheep for a tool designed to do this.
Once upon a time, these tax leaching researchers with Asperger's syndrome were tucked away in their dungeons. Unfortunately, someone let them out and they are now screaming loud. Don't be fooled by their screaming.
The women, who had no vagina's and instead had penises, published a research paper...
Happy now?