Closed
Bug 44845
Opened 25 years ago
Closed 6 years ago
[meta] No network communication without explicit user request
Categories
(Core :: Security, defect, P3)
Core
Security
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: BenB, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: meta, privacy)
We must not transfer any data in any direction without the user having requested
that explicitly, or at least have an option for that. The browser is the user's
tool, not the content provider's. The user must have control over what is going
on (which can happen at different levels of detail, up to a general "protect my
security and privacy by all means").
I do not want Netscape to know whenever I open my browser, customize my sidebar
or whatever. Even less, I want data about me to be sent without me having
requested that or even knowing.
Examples for valid depandant bugs:
- Disable XML-RPC
- Don't download available panels list from a server
Maybe, on a more broad scope (not sure, if this is too broad):
- Access only mail server when reading mail
Reporter | ||
Updated•25 years ago
|
Summary: META: No network communication without explicit user request → No network communication without explicit user request
Comment 2•25 years ago
|
||
We're already actively considering yout third point. It raises some problems (for
example, it would break "send page), but it's worth considering. This is a good
list of concerns for us to keep in mind. Generating third-party server hits
without the user's request is a "covert channel" for data about the user, but
addressing this issue is tricky.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Reporter | ||
Comment 3•25 years ago
|
||
> Generating third-party server hits
> without the user's request is a "covert channel" for data about the user,
Even channels back to the main server can be a problem.
> but addressing this issue is tricky.
Agreed, but this is no reason not to do so. In fact, it is very important to do
so. It has social consequences!
---
vidur, I am very concerned about your XML-extras package. It can be a very cool
thing from a technology perspective, but also a reason for lots of new problems
in this bug. Please be very careful while designing this stuff and keep the
consequences in mind. It will propably need a lot of discussion :-/. Don't
create a new security headache like JS or cookies.
Comment 4•25 years ago
|
||
XMLExtras isn't part of the Netscape 6 package. I suspect that a fairly detailed
security review will precede including it in a Netscape-branded release.
I do understand your concern, but am not sure how to address it given the
direction the industry is moving in vis-a-vis web applications. Maybe a pref
related to this kind of "out of band" network activity is a start?
Reporter | ||
Comment 5•25 years ago
|
||
vidur, I posted <news://news.mozilla.org/9CFF1ED.88ABF764@bucksch.org> my reply
to .xml.
Updated•25 years ago
|
QA Contact: czhang → junruh
Comment 8•25 years ago
|
||
I am not convinced that the xmlextras package is adding any new security
problems. It is quite possible for a page to contain a hidden frame or iframe
and for some javascript to use that to post data to a server.
Reporter | ||
Comment 9•25 years ago
|
||
Greg, please see the thread spawning from the post referenced above.
Status: NEW → ASSIGNED
Comment 11•20 years ago
|
||
> It raises some problems (for example, it would break "send page)
No it wouldn't. Send Page should not re-retrieve pages in the first
page. See bug 288462.
Comment 13•6 years ago
|
||
11 years without any activity on this meta bug, closing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Summary: No network communication without explicit user request → [meta] No network communication without explicit user request
You need to log in
before you can comment on or make changes to this bug.
Description
•