{"id":9655,"date":"2019-02-11T22:54:39","date_gmt":"2019-02-12T03:54:39","guid":{"rendered":"https:\/\/www.thesslstore.com\/blog\/?p=9655"},"modified":"2021-03-11T14:55:43","modified_gmt":"2021-03-11T19:55:43","slug":"zombie-poodle-and-goldendoodle-two-new-exploits-found-for-tls-1-2","status":"publish","type":"post","link":"https:\/\/www.thesslstore.com\/blog\/zombie-poodle-and-goldendoodle-two-new-exploits-found-for-tls-1-2\/","title":{"rendered":"Zombie POODLE and GOLDENDOODLE \u2013 Two new exploits found for TLS 1.2"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-tls-1-2-implementations-that-still-support-cipher-block-chaining-are-vulnerable\">TLS 1.2 implementations that still support Cipher Block-Chaining are vulnerable.<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before we get started discussing <a href=\"https:\/\/www.blackhat.com\/asia-19\/briefings\/schedule\/#zombie-poodle-goldendoodle-and-how-tlsv13-can-save-us-all-13741%20\">a couple of new exploits that can be found with some TLS 1.2 implementations<\/a>, let\u2019s begin by discussing the naming conventions that are used in the cybersecurity industry. POODLE, which is an acronym for Padding Oracle On Downgraded Legacy Encryption, is a completely functional name, but still a terrible one. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">While I\u2019m typically a proponent of pragmatism, when you\u2019re naming a vulnerability that provides an attacker the means to decrypt and exfiltrate data from a secure connection, you want a name that strikes a harsher chord than the word for a froofy French hunting dog. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t get me wrong, my folks had standard Poodles throughout\nmy childhood \u2013 they\u2019re great dogs \u2013 but their mention strikes terror into the\nhearts of exactly no one, save maybe the lizards on my parents\u2019 patio.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, with that in mind let\u2019s discuss a couple of variants of\nPOODLE that can victimize certain TLS 1.2 implementations that still support\nCipher Block-Chaining: Zombie POODLE and GOLDENDOODLE.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s hash it out.<span id=\"newline\"><\/span><\/p>\n\n\n<span style=\"--tl-form-height-m:150.25px;--tl-form-height-t:121.4583px;--tl-form-height-d:121.4583px;\" class=\"tl-placeholder-f-type-shortcode_12753 tl-preload-form\"><span><\/span><\/span>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-remembering-poodle\">Remembering POODLE<\/h2>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"alignright\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2019\/02\/bigstock-Poodle-Vector-Icon-On-White-Ba-263779084-300x300.jpg\" alt=\"GOLDENDOODLE and Zombie POODLE\" class=\"wp-image-9658\" srcset=\"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2019\/02\/bigstock-Poodle-Vector-Icon-On-White-Ba-263779084-300x300.jpg 300w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2019\/02\/bigstock-Poodle-Vector-Icon-On-White-Ba-263779084-768x768.jpg 768w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2019\/02\/bigstock-Poodle-Vector-Icon-On-White-Ba-263779084-1024x1024.jpg 1024w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2019\/02\/bigstock-Poodle-Vector-Icon-On-White-Ba-263779084.jpg 1600w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">POODLE, which started as an SSL 3.0 exploit, was a threat to the newer TLS protocols if they maintained backwards compatibility with 3.0. Every few months or so we\u2019ll run an article showing the troubling number of websites that still support SSL 3.0. <a href=\"https:\/\/www.thesslstore.com\/blog\/nearly-21-of-the-worlds-top-100000-websites-still-arent-using-https\/\">As of last count it was 6.8% of the Alexa Top 100,000<\/a>. This doesn\u2019t necessarily mean that those websites don\u2019t support newer versions of the TLS protocol, it just means that they maintain legacy support for 3.0, which can be weaponized by attacks like POODLE. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">POODLE worked by attacking the padding used with block ciphers. When encryption is done with a block cipher, the length of the data being input needs to be an exact multiple of the block&#8217;s length in bytes. For instance, with triple DES, the block length is 8 bytes (64 bits), for AES it&#8217;s 16 bytes (128 bits), so before encryption can be performed using either of those ciphers you\u2019d need to pad the input to be a multiple of the block length. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We really don\u2019t need to get more specific than that, and other forms of encryption don\u2019t require padding, but POODLE worked by discerning the padding used to decrypt the message being sent. Now, this exploit relies on a few things to succeed. For starters, you need to be actively <a href=\"https:\/\/www.thesslstore.com\/blog\/man-in-the-middle-attack-2\/\">executing a Man-in-the-Middle<\/a> to leverage it. Then you need to force connections to fail in order to force the server to revert back to SSL 3.0. The SSL\/TLS protocols were designed, at least early on, to have this fallback feature for the sake of interoperability. POODLE is why we can\u2019t have nice things.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another variant of the exploit, published later in 2014 (after the SSL 3.0 version), demonstrates the attack working successfully against TLS. It exploits implementation flaws in TLS 1.0-TLS 1.2, specifically with their Cipher-Block Chaining encryption modes. It\u2019s this TLS-based variant that forms the foundation for today\u2019s new exploits, Zombie POODLE and GOLDENDOODLE.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-zombie-poodle-and-goldendoodle\">Zombie POODLE and GOLDENDOODLE<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Five years after news of POODLE broke and the exploit was patched and somewhat forgotten, it still maintains some viability thanks to products that failed to confront the first POODLE issue. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Craig Young, a researcher for Tripwire, was able to revive the exploit with a slight tweak in a Citrix load balancer. This was the so-called Zombie POODLE exploit. GOLDENDOODLE is a sup-ed variant of POODLE with a much faster, more powerful crypto-hacking mechanism. <\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"525\" src=\"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/12\/Support-for-Deprecated-SSLTLS-versions.png\" alt=\"Nearly 21% of the world\u2019s top 100,000 websites still aren\u2019t using HTTPS\" class=\"wp-image-8179\" srcset=\"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/12\/Support-for-Deprecated-SSLTLS-versions.png 900w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/12\/Support-for-Deprecated-SSLTLS-versions-300x175.png 300w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/12\/Support-for-Deprecated-SSLTLS-versions-768x448.png 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><figcaption>Numbers from the Alexa Top 100,000, accurate as of 12\/18.<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">All in all, roughly 2,000 of the Alexa top million websites are vulnerable to Zombie POODLE and around 1,000 are vulnerable to GOLDENDOODLE. More troublingly, about 500 are still vulnerable to POODLE itself.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-avoid-zombie-poodle-and-goldendoodle\">How to avoid Zombie POODLE and GOLDENDOODLE<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The biggest problem with both the original SSL protocols and the newer TLS protocols is that, in the name of interoperability, there hasn\u2019t been adequate deprecation of older crytopgraphic methods and ciphers that have known vulnerabilities. Instead, TLS 1.2 is full of workarounds and tweaks to try to ensure older, legacy devices maintain access to websites despite the security risks that may pose. <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Zombie POODLE, GOLDENDOODLE, and How TLSv1.3 Can Save Us All\" width=\"960\" height=\"540\" src=\"https:\/\/www.youtube.com\/embed\/R5z0mhzxKGc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The most direct way to continue using TLS 1.2 and defend against these exploits is to completely disable all support for CBC encryption suites. But, longterm, <a href=\"https:\/\/www.thesslstore.com\/blog\/tls-1-3-approved\/\">TLS 1.3 is going to need to be the answer<\/a>. TLS 1.3 has stripped support for older ciphers and cryptographic methods that are known to be vulnerable in addition to <a href=\"https:\/\/www.thesslstore.com\/blog\/tls-1-3-handshake-tls-1-2\/\">refining the handshake<\/a>, which reduces overhead. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So far TLS 1.3 has seen <a href=\"https:\/\/www.thesslstore.com\/blog\/2018-was-a-busy-year-for-ssl-tls\/\">promising results in its early deployment<\/a>, but there will likely be websites that are hesitant to completely switch for fear of locking out users on older, legacy browsers and systems. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Exploits like POODLE, Zombie POODLE and GOLDENDOODLE are\narguments against that position. They\u2019re what happen when you cater more\ntowards interoperability than security. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It makes everyone less safe.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>As always, leave any comments or questions below\u2026<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"267\" src=\"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/08\/bigstock-222348568-1024x267.jpg\" alt=\"Hashed Out by The SSL Store is the voice of record in the SSL\/TLS industry.\" class=\"wp-image-7276\" srcset=\"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/08\/bigstock-222348568-1024x267.jpg 1024w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/08\/bigstock-222348568-300x78.jpg 300w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/08\/bigstock-222348568-768x200.jpg 768w, https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2018\/08\/bigstock-222348568.jpg 1559w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>TLS 1.2 implementations that still support Cipher Block-Chaining are vulnerable. Before we get started discussing a couple of new exploits that can be found with some TLS 1.2 implementations, let\u2019s&#8230;<\/p>\n","protected":false},"author":6,"featured_media":9657,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":0,"tcb_editor_enabled":0,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"categories":[130],"tags":[9835,306],"class_list":["post-9655","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-everything-encryption","tag-poodle","tag-tls-1-2","post-with-tags"],"views":29236,"jetpack_featured_media_url":"https:\/\/www.thesslstore.com\/blog\/wp-content\/uploads\/2019\/02\/bigstock-Male-Poodle-Urinating-Pee-On-T-257671687.jpg","_links":{"self":[{"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/posts\/9655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/comments?post=9655"}],"version-history":[{"count":0,"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/posts\/9655\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/media\/9657"}],"wp:attachment":[{"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/media?parent=9655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/categories?post=9655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.thesslstore.com\/blog\/wp-json\/wp\/v2\/tags?post=9655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}