News

Vulnerability Discovered in SSL 3.0

Vulnerability Discovered in SSL 3.0 – The stealth Poodle

SSL has been the matter of focus these pasts months and we cant just say it’s finished. Another vulnerability, this time discovered by Google Research Team is SSL 3.0. It’s still being used throughout the Web,While SSL 3.0 has already been around for almost 15 years,  and nearly every browser supports it.

The POODLE vulnerability is a weakness in version 3 of the SSL protocol that allows an attacker in a man-in-the-middle context to decipher the plain text content of an SSLv3 encrypted message.

POODLE as an acronym for Padding Oracle On Downgraded Legacy Encryption, researchers have shown that because of the widespread support for this, an attacker can assume it will be easy to find a situation where an SSLv3 connection can be forced and put to use for capturing private data or cookies.

What is being done?

First run this command to see if you are vulnerable or not. For Redhat Users:

#!/bin/bashret=$(echo Q | timeout 5 openssl s_client -connect "${1-`hostname`}:${2-443}" -ssl3 2> /dev/null)if echo "${ret}" | grep -q 'Protocol.*SSLv3'; thenif echo "${ret}" | grep -q 'Cipher.*0000'; thenecho "SSL 3.0 disabled"elseecho "SSL 3.0 enabled"fielseecho "SSL disabled or other error"fi

NOTE: This script takes the hostname of the server to check as the first argument and an optional port as the second. By default it will check the local system, port 443.

What actions do you need to take?

Developers/Sysadmins need to follow these recomendations in order to make this vulnerability non-exploitable.

  • Disable SSL 3.0 support or disable SSL 3.0 CBC-mode ciphers.
  • Implement the proper use of TLS_FALLBACK_SCSV to remediate the forced downgrade issue that is part of the vulnerability.

ClickIT Customers Protected

Any website or application server,  running on hands of the team are already protected against this vulnerability. SSLv3 has been completely disabled for anyone in our managed services plan.

If your server or website is still supporting SSLv3, dont worry! You have always the ClickIT team available to help 24/7!

Disqus Comments Loading...
Published by
DevOps Guy

Recent Posts

Web Application Architecture: The Latest Guide 2024

When a user logs on to this desktop/laptop or mobile, opens a browser and types…

1 week ago

Low-Code Development for Business Success

Low-code development is great news for businesses, reducing time-to-market for apps, and allocating costs more…

1 week ago

PHP Latest Versions Guide | Video

So, have you caught wind of the latest PHP update? If you not, this PHP…

3 weeks ago

ECS vs EC2: Choosing the Right AWS Service for Your Workloads

When it comes to AWS ECS vs EC2, the choice boils down to your specific…

3 weeks ago

Netflix Architecture | A Look Into Its System Architecture

Ever wondered how Netflix keeps you glued to your screen with uninterrupted streaming bliss? Netflix…

1 month ago

Snowflake vs Redshift: Key Differences

In today's busy world, where information is important, handling data well is crucial for success.…

1 month ago