Closed
Bug 117794
Opened 23 years ago
Closed 23 years ago
http web site can steal email address by setup a ftp server.
Categories
(Core Graveyard :: Networking: FTP, defect)
Core Graveyard
Networking: FTP
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 101027
People
(Reporter: ftang, Assigned: security-bugs)
Details
I find out one way that web site can steal people's email address when they
browse their page.
1. set up a html page, which have an image tag point to ftp sever.
when the browser load the page, it will try to load the image from the ftp
server thorugh anonymous ftp, and by default, the browser will send user's email
address as the password for ftp server. and if the ftp admin look at those
anonymous log then they can figure out who have access to their http server.
current, in the "Advanced" preference tab there are a
[ ] Send this email address as anonymous FTP password:
[ ]
if it is turn on by default, then it is not a problem. However, currently, it
turn off by default. We should consider turn it ON by default.
| Reporter | ||
Comment 1•23 years ago
|
||
not really a security issue, an important privacy issue.
Summary: http web site can steal email address by setup a ftp server. → http web site can steal email address by setup a ftp server.
isn't the default password "mozilla@" when no advanced pref for password is set?
(Some discussion in bug 101027)
Comment 3•23 years ago
|
||
Bug 101027 changed the default to mozilla@example.com.
I've created a small testcase and used a sniffer to see what emailadres Mozilla
was sending as password. Mozilla used mozilla@example.com.
Should this be invalid or duped (because mozilla@example.com can still be used
to track Mozilla users, which is discussed in bug 101027)?
Comment 4•23 years ago
|
||
When the pref is off, a completely bogus email address is sent. We _never_ send
the mailnews email address to an FTP server.
*** This bug has been marked as a duplicate of 101027 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
VERIFIED:
->ftp
never really was a security issue since bug 57763 as fixed.
BTW, for networking problems, we prefer to see server logs or a packet trace
when possible.
Status: RESOLVED → VERIFIED
Component: Security: General → Networking: FTP
QA Contact: bsharma → benc
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•