Author Topic: My browser breaks the blog page  (Read 2887 times)

0 Members and 1 Guest are viewing this topic.

REDACTED

  • Guest
My browser breaks the blog page
« on: May 27, 2016, 01:03:23 PM »
I use K-Meleon, a fault-intolerant Gecko fork, currently v76RC (see sig below).

I tried to access the Avast Blog.


A bit sad :(     8) What's wrong?


Er...  ???

Ummm.  That's only the XML.  Please, Avast is an IT-sec company.  Shouldn't have such basic errors.  It's 16 years into the 21st century, SSL is broken beyond any miraculous cure and has long been replaced by TLS.  But a SHA1 certificate?  Please!

Yes, I can use another browser.  Problem: none of them have hi-sec settings, Pale Moon because I haven't bothered, Opera is too old, and IE...  (OK, IE can be toughened up, a lot.  I should, really.)  And none of them are as nice to use as K-M.

Gordon.

Offline Eddy

  • Avast Evangelist
  • Maybe Bot
  • ***
  • Posts: 31079
  • Watching (over?) you
    • Malware removal, Biljart and other things.
Re: My browser breaks the blog page
« Reply #1 on: May 27, 2016, 01:18:44 PM »
Looks like K-Meleon is not detecting things correctly.

SHA1 used ?
Wrong, SHA2 is used.

SSL used ?
Wrong again.
TLS is used.

Opera old ?
Opera version 37 released 4 may 2016
Latest (final) for K-Meleon is from 19 September 2015
Hmm guess which browser is old :P

REDACTED

  • Guest
Re: My browser breaks the blog page
« Reply #2 on: May 27, 2016, 02:22:28 PM »
Opera old ?
Opera version 37 released 4 may 2016

Did you look in my signature?

OK, I'll admit that it's actually sites invoked by the blog page that have problems, but OTOH, why does Avast permit linking/usage of such poorly secured sites?

Avast may well be the strongest link in this chain, but it's the weak links that will permit an attack on browsers.  IMHO it's Avast who should lay out to the servers linked that they are required to upgrade their security sometime yesterday in order to stay in contract.  Usage of the services implies approval of their poor practices.

FWIW, I junked my mobile phone contract with a major carrier for failing to ensure a secure connection to their out-sourced invoice server.  (The subsequent upgrade is probably not my fault.)  I was not penalised for breaking contract.

Offline bob3160

  • Avast Überevangelist
  • Probably Bot
  • *****
  • Posts: 48567
  • 64 Years of Happiness
    • bob3160 Protecting Yourself, Your Computer and, Your Identity
Re: My browser breaks the blog page
« Reply #3 on: May 28, 2016, 12:08:07 AM »
Have you tried opening it in Opera ?
https://blog.avast.com/

Free Security Seminar: https://bit.ly/bobg2023  -  Important: http://www.organdonor.gov/ -- My Web Site: http://bob3160.strikingly.com/ - Win 11 Pro v22H2 64bit, 16 Gig Ram, 1TB SSD, Avast Free 23.5.6066, How to Successfully Install Avast http://goo.gl/VLXdeRepair & Clean Install https://goo.gl/t7aJGq -- My Online Activity https://bit.ly/BobGInternet

REDACTED

  • Guest
Re: My browser breaks the blog page
« Reply #4 on: May 28, 2016, 09:41:45 AM »
Have you tried opening it in Opera ?

I've tried it in every browser I have.  Opera opens it quite fine, but Opera does not seem to have any equivalent of the moz-prefs
Code: [Select]
security.ssl.require_safe_negotiation
security.ssl.treat_unsafe_negotiation_as_broken
which ensure that SSL in a non-SSL browser will fail and break the page.  I'm actually not surprised here, since Opera v12.17 (in my sig) dates from 2014.

I have not yet looked to see what Pale Moon has, and we all know that IE comes from a different planet.

Gordon.

REDACTED

  • Guest
Re: My browser breaks the blog page
« Reply #5 on: May 30, 2016, 07:46:53 AM »
OK, an update.  I entered all the SSL-secured links into my host file:

Code: [Select]
127.0.0.1       cdn2.hubspot.net
127.0.0.1       js.hs-analytics.net
127.0.0.1       static.hsstatic.net
127.0.0.1       js.hscta.net
127.0.0.1       no-cache.hubspot.com

and a couple of other supects:

Code: [Select]
127.0.0.1       platform.twitter.com
127.0.0.1       ton.twimg.com
127.0.0.1       o.twimg.com

cleared the caches on my other browsers and lit them up.  And got exactly the same results as my first post above on all browsers.

Frankly, I am surprised Avast allows to utilise out-source components with substandard security.  This is simply not good enough.  IT-sec is IT-sec, it's done properly or not at all.

I don't use the Avast browser, but I wonder if it would masticate the blog page the way K-M did?  It's only a few settings, even non-geeks can work it out:

Quote
security.fileuri.strict_origin_policy;true (default in KM76RC)
security.ssl.require_safe_negotiation;true
security.ssl.treat_unsafe_negotiation_as_broken;true
}
}all rc4 and des cyphers;false
}
security.tls.unrestricted_rc4_fallback;false

And TBH most of those settings today should be default, the percentage of sites that would break would be in the order of 5% at most, probably less.

The good news (for me anyway) is that I can read the blog in safety.  Almost all threats that could come from that page have been neutralised.  And I do have to say this is the only page I have ever seen that shatters so comprehensively with my not-very-advanced settings.

Gordon.