Closed
Bug 196216
Opened 22 years ago
Closed 22 years ago
saved passwords are submited as default value of javascript:prompt()
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 184436
People
(Reporter: travis.hardiman+bugzilla, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5 ...or is it?
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5
on any page or link that uses javascript:prompt() the default saved password is
automatically submitted as the return value of the prompt() without the prompt
even displaying on my machine
Reproducible: Always
Steps to Reproduce:
1. save a network password
2. go to a page that uses javascript:prompt()
3. see if the prompt() works
Actual Results:
the network password that i have saved is returned as the value of the prompt()
Expected Results:
the javascript:prompt() should have been displayed, requiring me to enter in a
value, or prefilled with a value specified in the parameter passed into prompt()
Phoenix 0.5 on WinNT 4.0 sp 6, this problem is a huge security risk if a user
were to store sensitive passwords and a site were to exploit them.
i've only had this bug in Phoenix 0.5 on WinNT
Component: JavaScript Engine → General
Product: Browser → Phoenix
Version: Trunk → unspecified
Comment 2•22 years ago
|
||
Setting default owner and QA -
Assignee: rogerl → blaker
QA Contact: pschwartau → asa
Comment 3•22 years ago
|
||
Already fixed in nightlies.
*** This bug has been marked as a duplicate of 184436 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•