Closed
Bug 242956
Opened 21 years ago
Closed 21 years ago
Stored password is inserted into a readable text input on a second page
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.7
People
(Reporter: austin, Assigned: bryner)
References
()
Details
(Keywords: privacy, Whiteboard: [sg:nse])
Attachments
(3 files)
1.28 KB,
patch
|
Details | Diff | Splinter Review | |
563 bytes,
text/html
|
Details | |
465 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Build Identifier:
See the example page above (I'll leave it up for now, please let me know when
you've finished with it) - clear the password store for this domain, enter a
user name/password combination on the example page (any will do) and submit the
form - on the second page your username is already inserted in the first box
and your password is shown in clear text in the second. This happens with both
the Windows and the Linux version of FireFox - could be something to do with
the name of the form, or the ID of the text boxes? It looks a bit like I'm
cheating here, but there is no server side code - the second page only has a
asp extension because IIS won't allow posting to a static page.
Reproducible: Always
Steps to Reproduce:
1.See above, and example page
2.
3.
Actual Results:
See above
Expected Results:
Both boxes on the second page should have been empty
Assignee | ||
Comment 1•21 years ago
|
||
Confirmed, the password manager should not prefill a password into an input
that's not type=password, even if the ID matches.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 3•21 years ago
|
||
Only prefill if the username field is type=text and the password field is
type=password.
Assignee | ||
Comment 4•21 years ago
|
||
checked in to trunk and aviary branch
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•21 years ago
|
||
test1.htm from the testcase
Assignee | ||
Comment 6•21 years ago
|
||
test2.asp from the testcase
Comment 7•21 years ago
|
||
serious privacy implications but not an exploit (site already knows your
password). And basically the same is already public in bug 233075 --> removing
security sensitive flag.
Assignee | ||
Comment 8•21 years ago
|
||
*** Bug 233075 has been marked as a duplicate of this bug. ***
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•