Closed Bug 1567781 Opened 7 years ago Closed 6 years ago

SeaMonkey website does not enforce HTTPS which makes it vulnerable to MITM attacks

Categories

(SeaMonkey :: Website, defect)

Production
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: privatecodey, Assigned: njsg)

Details

Attachments

(2 files, 1 obsolete file)

Attached image Vulnerable site

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3843.0 Safari/537.36 Edg/77.0.218.4

Steps to reproduce:

  1. Type in Seamonkey in Google search
  2. Site is opened via http over an insecure connection

Actual results:

The site was opened via a http connection and did not enforce https. This is vulnerable to a man in the middle attack where an attacker can upload fake versions of the program.

Expected results:

The site should've been redirected to an https variant of the site.

No point keeping this bug hidden.

Group: core-security-release

A patch to remove the protocol and hostname parts of addresses in redirection directives.

Attachment #9166829 - Flags: review?(iann_bugzilla)
Comment on attachment 9166829 [details] [diff] [review] 1567781-1-remove-protocol-and-host > RedirectMatch temp ^/security/(.*)$ http://www.mozilla.org/security/$1 Perhaps point this at the https version? > # flexible solution for hard-coded link in SeaMonkey Help >-Redirect temp /doc/troubleshooting http://www.seamonkey-project.org/releases/seamonkey2.53.1/#troubleshooting >+Redirect temp /doc/troubleshooting /releases/seamonkey2.53.1/#troubleshooting This should probably be 2.53.3 and we need to remember to change on each release r=me with those addressed.
Attachment #9166829 - Flags: review?(iann_bugzilla) → review+
Attachment #9166829 - Attachment is obsolete: true
Attachment #9167470 - Flags: review?(iann_bugzilla)
Attachment #9167470 - Flags: review?(iann_bugzilla) → review+
Attachment #9167470 - Attachment description: 1567781-1-remove-protocol-and-host → 1567781-1-remove-protocol-and-host [Checked in: Comment 5]
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → All
Version: unspecified → Production

Also configured apache to redirect from http to https by adding to VirtualHost configuration of webserver:
Redirect permanent / https://www.seamonkey-project.org/

Assignee: nobody → nunojsg
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: