New gmx web interface

Ask for help about NoScript, no registration needed to post
Luigi

New gmx web interface

Post by Luigi »

Hello,
2.8.24 breaks the new gmx.com web interface due to XSS.
I wish there was a way to whitelist it, it keeps asking me for confirmation.

It can be tested even without an account, problem being on login.

Regards
Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: New gmx web interface

Post by therube »

URL to gmx?

What is the XSS message in Error Console?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 SeaMonkey/2.26
Luigi

Re: New gmx web interface

Post by Luigi »

therube wrote:URL to gmx?

https://www.gmx.com, as I said you can use fake login credentials
and this error will still show up.
therube wrote:What is the XSS message in Error Console?

Code: Select all

[NoScript XSS] Sanitized suspicious upload to [https://login.gmx.com/login#.1559516-header-login1-1###DATA###https%3A%2F%2F%24%28clientName%29-%24%28dataCenter%29.gmx.com%2Flogin] from [https://www.gmx.com/]: transformed into a download-only GET request.
Use of getPreventDefault() is deprecated.  Use defaultPrevented instead. jquery.min.js:3
Use of getUserData() or setUserData() is deprecated.  Use WeakMap or element.dataset instead. requestNotifier.js:64
Blocked loading mixed active content "http://s.uicdn.com/gmx.com/current/min/lib-head-final.js"
Blocked loading mixed active content "http://s.uicdn.com/gmx.com/current/min/default-final.css"
Blocked loading mixed active content "http://s.uicdn.com/gmx.com/current/min/lib-body-end-final.js"
Loading mixed (insecure) display content on a secure page "http://s.uicdn.com/gmx.com/current/img/favicon.ico"
Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New gmx web interface

Post by Giorgio Maone »

Please try adding the following line to your NoScript Options|Advanced|XSS exceptions box:

Code: Select all

^@https://www.gmx.com/
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Guest

Re: New gmx web interface

Post by Guest »

Giorgio Maone wrote:Please try adding the following line to your NoScript Options|Advanced|XSS exceptions box:

Code: Select all

^@https://www.gmx.com/
Thanks, that did the trick.
Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New gmx web interface

Post by Giorgio Maone »

Guest wrote:
Giorgio Maone wrote:Please try adding the following line to your NoScript Options|Advanced|XSS exceptions box:

Code: Select all

^@https://www.gmx.com/
Thanks, that did the trick.
You can drop the exception and check latest development build 2.6.8.25rc1 instead, now, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Luigi

Re: New gmx web interface

Post by Luigi »

Giorgio Maone wrote:
Guest wrote:
Giorgio Maone wrote:Please try adding the following line to your NoScript Options|Advanced|XSS exceptions box:

Code: Select all

^@https://www.gmx.com/
Thanks, that did the trick.
You can drop the exception and check latest development build 2.6.8.25rc1 instead, now, thanks.
Works for https, but not http :|
Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New gmx web interface

Post by Giorgio Maone »

Luigi wrote: Works for https, but not http :|
NoScript Options|Advanced|HTTPS, force .gmx.com.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
LeeB
Posts: 2
Joined: Sat Apr 30, 2011 6:05 pm

Re: New gmx web interface

Post by LeeB »

Mozilla/5.0 (Windows NT 6.3; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New gmx web interface

Post by Giorgio Maone »

Oh well, then just

Code: Select all

^@https?://(?:(?:www\.)?gmx|s\.uicdn)\.com/
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
NS User

Re: New gmx web interface

Post by NS User »

Thanks Giorgio, the dev build fixed the GMX login (https)

I thought I`d been hacked, phished or some other awful disaster when I first saw it.
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:24.0) Gecko/20140419 Firefox/24.0 PaleMoon/24.5.0
Luigi

Re: New gmx web interface

Post by Luigi »

Giorgio Maone wrote:
Oh well, then just

Code: Select all

^@https?://(?:(?:www\.)?gmx|s\.uicdn)\.com/
I'm confused. Do I have to ad that rule even on the devel preview? :?
Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New gmx web interface

Post by Giorgio Maone »

Luigi wrote:

Code: Select all

^@https?://(?:(?:www\.)?gmx|s\.uicdn)\.com/
I'm confused. Do I have to ad that rule even on the devel preview? :?
Only if you still have got problems after forcing HTTPS on .gmx.com.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Luigi

Re: New gmx web interface

Post by Luigi »

Giorgio Maone wrote:
Luigi wrote:

Code: Select all

^@https?://(?:(?:www\.)?gmx|s\.uicdn)\.com/
I'm confused. Do I have to ad that rule even on the devel preview? :?
Only if you still have got problems after forcing HTTPS on .gmx.com.
I had to login twice every time, that line seems to have solved that.
Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: New gmx web interface

Post by Giorgio Maone »

Included in NoScript 2.6.8.25.
The built-im implementation is slightly safer, thus please remove the hand-made exception.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0
Post Reply