Closed
Bug 1293065
Opened 10 years ago
Closed 9 years ago
sign in page not secured with https!
Categories
(Core :: DOM: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 983326
People
(Reporter: sadatsa129, Unassigned)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
135.39 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160728203720
Steps to reproduce:
1. opened Firefox browser
2. clicked sync now from tools
3. this page request to sign in/ sign up
4. sign in page
5. not secured with https
Actual results:
the sign in page wasn't secured with https.
Expected results:
this page should be secured with https as this is a login page.
Updated•10 years ago
|
Component: Untriaged → Sync
| Reporter | ||
Comment 1•10 years ago
|
||
as I'm new in bugzilla so I didn.t understand the meaning of "Component: Untriaged → Sync" . can you please explain?
Comment 2•10 years ago
|
||
(In reply to sadatsa129 from comment #1)
> as I'm new in bugzilla so I didn.t understand the meaning of "Component:
> Untriaged → Sync" . can you please explain?
Your bug was placed into the proper category so that the right people will see it.
Comment 3•9 years ago
|
||
Tanvi: does this have the same underlying cause as bug 1293476?
sadasta: The sync sign-in page in your screenshot is a built-in browser page (as shown by the Firefox icon and text to the left of the URL, and true for most "about:" urls). It's not actually mixed content and the password is not sent insecurely. This is a bug that mistakenly categorizes about: pages as "insecure" when they are, in fact, local content just like file:/// urls.
Flags: needinfo?(tanvi)
Comment 4•9 years ago
|
||
We send this warning to the webconsole in this code[1]. It checks for a secure top level using LoginManagerContent.isDocumentSecure. isDocumentSecure calls isOriginPotentiallyTrustworthy[2]. isOriginPotentiallyTrustworthy doesn't check URI flags and it doesn't whitelist the about: scheme[3].
Looks like this bug was filed a while back - https://bugzilla.mozilla.org/show_bug.cgi?id=1221771 - and was apparently fixed at one point.
isOriginPotentiallyTrustworthy needs to start to use URI flags.
[1] https://dxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/InsecurePasswordUtils.jsm#76
[2] https://dxr.mozilla.org/mozilla-central/source/toolkit/components/passwordmgr/LoginManagerContent.jsm#1246
[3]https://dxr.mozilla.org/mozilla-central/source/dom/security/nsContentSecurityManager.cpp#600
Flags: needinfo?(tanvi)
Comment 5•9 years ago
|
||
This is broken UI (scaring users), but there's no actual security problem.
Updated•9 years ago
|
Component: Sync → DOM: Security
Product: Firefox → Core
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•