Forum log-in not secure

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Forum log-in not secure

Post by zer0 »

I remember that a while ago, a lot was made of XYplorer installation executable not being signed and that was corrected. However, I wonder how many people know that this forum log-in is not done in a secure manner and their username and password are sent in clear text.

The main forum page is not loaded over HTTPS, so this submit action is not encrypted:

Code: Select all

<input type="submit" name="login" value="Login" class="button2" />
A network sniff has confirmed that credentials are sent in clear text as per...

Image

I know it's just a forum and such and I am not asking for the whole site to be encrypted, but sending the username and password in the clear? Really?
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

PeterH
Posts: 2826
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Forum log-in not secure

Post by PeterH »

If it's so, (and I believe it is,) :arrow: +1

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Forum log-in not secure

Post by bdeshi »

Good thing I haven't got sniffers around... FIX IT QUICK!!
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 64866
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Forum log-in not secure

Post by admin »

Hey, write to phpBB, they made it like this.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Forum log-in not secure

Post by bdeshi »

I figure a solution is converting the login page/whole forum domain to https.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Enternal
Posts: 1174
Joined: 10 Jan 2012 18:26

Re: Forum log-in not secure

Post by Enternal »

SammaySarkar wrote:I figure a solution is converting the login page/whole forum domain to https.
Yep! Although that means paying for a SSL certificate and those can be costly.

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: Forum log-in not secure

Post by zer0 »

admin wrote:Hey, write to phpBB, they made it like this.
phpBB made it like that, but it does not meant that you cannot secure user's data, just because phpBB chose not to.
Enternal wrote:
SammaySarkar wrote:I figure a solution is converting the login page/whole forum domain to https.
Yep! Although that means paying for a SSL certificate and those can be costly.
Whether something is costly or not depends on Don, but there is a great deal of choice as far as CAs is concerned and their offerings.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

zer0
Posts: 2676
Joined: 19 Jan 2009 20:11

Re: Forum log-in not secure

Post by zer0 »

For the record -- with the thread having gone down like a water off the back of a geese -- Google has started (and may increase in the future) its prioritisation of secure websites in its search results. As such, if Don will get a certificate for the main site (benefits are debatable, but let's park that for now), it should not be that much of a stretch to have one that encompasses the forum as well.
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Forum log-in not secure

Post by bdeshi »

Hey Don, Let's Encrypt provides free SSL certificates. Will that be any good for XYplorer homepage+xyfc?

(disclaimer-of-sorts: I just transferred my [test]website to https and it was pretty easy. :ugeek: )
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 64866
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Forum log-in not secure

Post by admin »

Interesting, thanks. But it's just a forum.

PeterH
Posts: 2826
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Forum log-in not secure

Post by PeterH »

admin wrote:Interesting, thanks. But it's just a forum.
Sorry to say, but regarding security I don't understand your position.

JLoftus
Posts: 591
Joined: 22 Jan 2014 14:58

Re: Forum log-in not secure

Post by JLoftus »

Have to agree, with certs being free or nearly free today, and quiet easy to implement, "it's just a forum" is not a good posture.

Antieve
Posts: 84
Joined: 02 Apr 2016 20:52

Re: Forum log-in not secure

Post by Antieve »

It's not really worth it I guess, forum does not contain any sensitive information. so the probability of hacking is reduced to almost zero.
Even if someone decides to use MITM on your side, so what, change password and forget about it :)

There is only one reason to worry, in the case if you using the same password for all sites, but that is your personal problem :bug:

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Forum log-in not secure

Post by bdeshi »

Antieve wrote:Even if someone decides to use MITM on your side, so what, change password and forget about it :)
Wow.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: Forum log-in not secure

Post by TheQwerty »

More concerning than the forum log-in is the fact that without TLS the authenticity and integrity when downloading XYplorer itself cannot be ensured.

Post Reply