Author Topic: Avast SSL scanning makes systems vulnerable to POODLE attack  (Read 5372 times)

0 Members and 1 Guest are viewing this topic.

REDACTED

  • Guest
Avast SSL scanning makes systems vulnerable to POODLE attack
« on: November 26, 2014, 03:54:43 PM »
Hello Avast forum,

Recently I disabled SSLv3 using the instructions on this page: https://poodle.io/
I noticed however, that the page would continually show I was vulnerable, even after following the instructions.

When I disabled SSL scanning in Avast, the page reported I was no longer vulnerable. Why does the Avast scanner allow SSLv3? Am I vulnerable to the POODLE attack if Avast SSL Scanning is enabled?

I am running Avast IS (Latest version) and also am getting this on the Free version of Avast on another system.
« Last Edit: November 26, 2014, 03:56:55 PM by Sutieday »

REDACTED

  • Guest
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #1 on: November 26, 2014, 05:52:50 PM »
Anyone have any info on this? Avast devs? Or am I just missing something?

REDACTED

  • Guest
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #2 on: November 27, 2014, 10:03:21 AM »
It's worth mentioning that poodle-.-io finds my IE11 to be vulnerable even though I had already done what it says to do, "uncheck SSL3.0 and SSL2.0 in Internet Options>Advanced>Security".  Naturally I have also checked TLS 1.0, 1.1 and 1.2...  I will admit I installed IE11 as an indirect update, it made me download and install IE10 over my IE9 first.  Maybe Microsoft is confused as to what settings it should use?

So (for Sutieday), regard IE11 as just another Microsoft Bug, and use a secure browser.  I use and recommend K-Meleon74.24, which recognises all current TLS, but does not recognise Avast Certificates because they are SSL-based.

Gordon.

REDACTED

  • Guest
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #3 on: December 05, 2014, 12:27:07 AM »
I don't want to see this topic get buried... Avast needs to either disable SSLv3 in the ssl scanner, or provide and option to do so.

Offline KevTech

  • Jr. Member
  • **
  • Posts: 56
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #4 on: December 05, 2014, 03:46:49 AM »
What the OP says is true as I have Firefox 34 which has SSLv3 disabled by default.

If I leave https scanning enabled in Avast the test fails.

If I disable https scanning in Avast the test passes.

Offline Gopher John

  • Avast Evangelist
  • Super Poster
  • ***
  • Posts: 2098
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #5 on: December 05, 2014, 05:09:17 AM »
What the OP says is true as I have Firefox 34 which has SSLv3 disabled by default.

If I leave https scanning enabled in Avast the test fails.

If I disable https scanning in Avast the test passes.

https://www.ssllabs.com/ssltest/viewMyClient.html is a good place to check for Poodle vulnerability.
If you have JavaScript disabled, the test cannot give the proper results.  The extension RequestPolicy must be set so the site can do it's job.

I have HTTPS scanning enabled, and Firefox as well as Opera and MSIE 11 pass the test.
AMD A6-5350M APU with Radeon HD Graphics, 8.0GB RAM, Win7 Pro SP1 64bit, IE11
i7-3610QM 2.3GHZ, 8.0GB Ram,  Nvidia GeForce GT 630M 2GB, Win7 Pro SP1 64bit, IE 11
Common to both: Avast Premium Security 19.7.2388, WinPatrol Plus, SpywareBlaster 5.5, Opera 12.18, Firefox 68.0.2, MBam Free, CCleaner

Offline Milos

  • Avast team
  • Super Poster
  • *
  • Posts: 2293
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #6 on: December 05, 2014, 08:55:04 AM »
Hello,
yes, thanks for notice the fix is planned.

Milos

Offline lukor

  • Administrator
  • Super Poster
  • ***
  • Posts: 1884
    • AVAST Software
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #7 on: December 05, 2014, 11:24:46 AM »
Hi guys,

Thanks for the reports. We are currently working on some improvements to make HTTPS scanner handshakes and protocol negotiations more transparent.
So, yes, currently HTTPS scanner does support SSLv3 connections. At the same time I believe we are not vulnerable to classic POODLE attack. Since we (HTTP Scanner) does not downgrade the protocol on retries. The only case when we connect with SSLv3 is when the server explicitly requests such connections in the handshake - which is done, disregarding test cases, only by servers that support SSLv3 as their best protocol.

Normaly we use in the handshake the same protocol version as is requested by the client ( TLS 1.2, 1.1,1), in case the client requests (in the Client hello packet) version SSLv3, we even upgrade it to TLS1.

For the SSLv3 servers we are vulnerable to the POODLE attack, where as with SSLv3 disabled the client wouldn't be able to access the site at all. We will improve this in the future version so that if the client rejects SSLv3-only connections, we do reject them as well.

So how come the https://poodle.io test succeeds in establishing the SSLv3 connection with us? This is because it does specifically request SSLv3 version in the SERVER HELLO packet.

Let me explain the attack:
The so called POODLE vulnerability allows the attacker to leak one BYTE per connection. If the attacker is able to create many (hundreds) varying connections (e.g. via Java script in a infected web), he/she is able to leak different byte every time and eventually get something usefull - such as session cookie.

For this to happen the attacker needs SSLv3 connections. So the attacker will block the handshake packets and hope the client will retry with lower procotol version. Since we never retry with SSLv3 even when blocked, further connections via HTTPS scanner will again be using at least TLS1.

This lead me to the conclusion, that current implementation of HTTPS scanner is not vulnerable to POODLE attack.

However I must admit we are still lacking a few things in the implementation. We do not send the TLS_FALLBACK_SCSV cipher, so connections can be established with lower version (such as TLS1 instead of TLS1.2) in case retry/blocks happen - but not with SSLv3.
We plan to the this in the next update.

I hope this explains it a bit.

Lukas.


REDACTED

  • Guest
Re: Avast SSL scanning makes systems vulnerable to POODLE attack
« Reply #8 on: December 05, 2014, 11:01:15 PM »
Hi guys,

Thanks for the reports. We are currently working on some improvements to make HTTPS scanner handshakes and protocol negotiations more transparent.
So, yes, currently HTTPS scanner does support SSLv3 connections. At the same time I believe we are not vulnerable to classic POODLE attack. Since we (HTTP Scanner) does not downgrade the protocol on retries. The only case when we connect with SSLv3 is when the server explicitly requests such connections in the handshake - which is done, disregarding test cases, only by servers that support SSLv3 as their best protocol.

Normaly we use in the handshake the same protocol version as is requested by the client ( TLS 1.2, 1.1,1), in case the client requests (in the Client hello packet) version SSLv3, we even upgrade it to TLS1.

For the SSLv3 servers we are vulnerable to the POODLE attack, where as with SSLv3 disabled the client wouldn't be able to access the site at all. We will improve this in the future version so that if the client rejects SSLv3-only connections, we do reject them as well.

So how come the https://poodle.io test succeeds in establishing the SSLv3 connection with us? This is because it does specifically request SSLv3 version in the SERVER HELLO packet.

Let me explain the attack:
The so called POODLE vulnerability allows the attacker to leak one BYTE per connection. If the attacker is able to create many (hundreds) varying connections (e.g. via Java script in a infected web), he/she is able to leak different byte every time and eventually get something usefull - such as session cookie.

For this to happen the attacker needs SSLv3 connections. So the attacker will block the handshake packets and hope the client will retry with lower procotol version. Since we never retry with SSLv3 even when blocked, further connections via HTTPS scanner will again be using at least TLS1.

This lead me to the conclusion, that current implementation of HTTPS scanner is not vulnerable to POODLE attack.

However I must admit we are still lacking a few things in the implementation. We do not send the TLS_FALLBACK_SCSV cipher, so connections can be established with lower version (such as TLS1 instead of TLS1.2) in case retry/blocks happen - but not with SSLv3.
We plan to the this in the next update.

I hope this explains it a bit.

Lukas.

Thanks for the reponse Avast! team! I'm glad that I'm not actually vulnerable with the SSL Scanning enabled. I do look forward to future improvements to the SSL scanner.