POODLE's bark is bigger than its bite

A flaw in the SSL encryption protocol leaves vulnerable systems open to attack, but it's an outdated protocol

Google researchers revealed a major flaw in the SSL encryption protocol--SSLv3 to be precise--which has been affectionately named "POODLE." The vulnerability is more serious than the silly name might suggest, and the news has garnered a lot of attention because of the potentially broad implications. But security experts assure us the sky is not falling.

What Is POODLE?

POODLE is actually an acronym for "Padding Oracle On Downgraded Legacy Encryption." SSLv3 is rarely used today, but most Web browsers will negotiate a compatible encryption protocol when connecting to a site or server, and are capable of downgrading to SSLv3 if necessary. The POODLE attack relies in part on forcing the target browser to fall back to the legacy protocol, which has inherent weaknesses that can be exploited to allow the attacker to access the encrypted information.

Greg Foss, senior security research engineer for LogRhythm, points out that POODLE is just the latest vulnerability found in SSLv3. BEAST ruled the headlines a few years ago, and the flaw still exists. The only mitigation is to stop using SSLv3 and move to a more secure protocol, like TLS.

Why Does POODLE Matter?

Foss explains, "POODLE is something else, however the impact is similar to BEAST in that it allows for decryption of part of the message. Fundamentally, this vulnerability is the result of a design-flaw within SSLv3 in that it does not specify the contents of padding bytes, whereas TLS does."

Garve Hayes, solutions architect for NetIQ, blames Web admins and software vendors for choosing backward compatibility to an archaic protocol over security. "One of the culprits in this case is Internet Explorer 6. Why would anyone still be using this? Furthermore, why would you allow your servers to auto-negotiate down to a protocol supported by IE 6? I guess in this long-tail world, you never want to let even one customer get away."

Are You Vulnerable?

There's a fair chance that you're impacted by the POODLE flaw. Odds are good that your browser doesn't rely on SSLv3 by default, but because of the ability to fall back to the legacy protocol when necessary, a site or server that is only configured to connect using SSLv3 will force most browsers to cater to that request. You can check for yourself by visiting poodletest.com.

Being vulnerable in and of itself, however, is not enough. The attacker must also be on the same network as the vulnerable system in order to intercept and decrypt your SSLv3 traffic, so the actual threat in the real world is not as huge as some reports in the media make it seem.

What Should You Do?

According to Morey Haber, senior director of program management for BeyondTrust, the solution is relatively simple: Patch and update. "Upgrade your OS and browsers to the latest versions and continue to patch on a regular basis. Avoid end-of-life operating systems like Windows XP. For companies that are still using SSL3.0 on their websites, they need to think of their customers first and upgrade as well."

The major browsers are responding to the threat with updates that will disable SSLv3 and / or prevent the browser from downgrading to the vulnerable protocol. Greg Keizer of sister site Computerworld reported that Mozilla will disable SSLv3 effective with Firefox 34--scheduled for release on November 25. Google and Microsoft have both announced intentions to make similar changes, but they've not committed to a specific timeline. It seems safe to assume, though, that both Google and Microsoft will react as quickly as possible to protect customers.

In the meantime, you can manually disable SSLv3 compatibility in your browser. For example, in the Internet Options of Internet Explorer on the Advanced tab under Security, you can simply uncheck SSL 3.0 as an option. It is also possible to do in Firefox and Chrome, although the process may not be as simple.

The most obvious method of mounting a man-in-the-middle attack exploiting POODLE would be to set up a rogue Wi-Fi network and lure users into connecting to it. Itsik Mantin, director of security research for Imperva, stresses, "I think the most important thing from a user's perspective is to take extra caution when connecting to untrusted networks, in particular open Wi-Fi in public areas, and avoid visiting sensitive sites (e.g., banking applications)."

The bottom line is that POODLE is a threat, but its bark is worse than its bite. As long as you use operating systems and applications that are patched and updated, and follow basic security best practices such as not connecting to shady sites or servers, and not conducting online banking over an insecure public Wi-Fi network, you should be relatively safe.

Tags OracleGoogleSSL encryptionPOODLESSLv3

Show Comments