SeaMonkey website does not enforce HTTPS which makes it vulnerable to MITM attacks
Categories
(SeaMonkey :: Website, defect)
Tracking
(Not tracked)
People
(Reporter: privatecodey, Assigned: njsg)
Details
Attachments
(2 files, 1 obsolete file)
|
2.90 KB,
image/png
|
Details | |
|
6.15 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
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:
- Type in Seamonkey in Google search
- 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.
| Assignee | ||
Comment 2•6 years ago
|
||
A patch to remove the protocol and hostname parts of addresses in redirection directives.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
Comment on attachment 9167470 [details] [diff] [review]
1567781-1-remove-protocol-and-host [Checked in: Comment 5]
https://hg.mozilla.org/SeaMonkey/seamonkey-project-org/rev/872aab9b65a376b5ddb93347315a762c7600ce00
https://gitlab.com/seamonkey-project/website/-/commit/730060c2e0b38cfa53bb722385bbf778c941a375
Also configured apache to redirect from http to https by adding to VirtualHost configuration of webserver:
Redirect permanent / https://www.seamonkey-project.org/
Description
•