You are not logged in.
I've opened a jpeg image today and while it was rendering, most of the characters became gibberish and artifacts appeared in every GUI even on tint2. I thought it could have been some kind of buffer overflow or the jpeg image had a code that could exploit vulnerabilities in Firefox so I checked my net activity.
I've found that Firefox is listening on localhost through random ports for any incoming traffic. In Net Activity Viewer it is shown as:
Protocol: TCP
Local Host: localhost
Local Address: 127.0.0.1
Local Port: random port usually higher than 40000
State: LISTEN
Remote Address: *
Remote Port: *
Remote Host: .
PID: pid number
Program: firefox
Command: firefox
Is this a normal behaviour or should I be worried?
Last edited by Skoll (2010-06-30 00:34:00)
Offline
I think you should ask mozilla devs after been able to reproduce the issue.
BTW, mine isn't listening to anything:
kokonicki@netbook ~ $ netstat -anpt|grep LISTENING|grep firefox
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
kokonicki@netbook ~ $Last edited by kokoko3k (2010-06-29 09:11:40)
Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !
Offline
Try netstat -anpt|grep LISTEN|grep firefox
Offline
Here, this command doesn't return anything for Firefox either.
Offline
Mine does the same, Skoll. Must be an extension, nothing with a new profile. Hmm.
P.S.:
I have 5001 opened by Zotero, and a random one > 4000 from GoogleSharing.
Also see
http://support.mozilla.com/en-US/kb/Fir … onnections
Last edited by hokasch (2010-06-29 22:43:46)
Offline
Thanks hokasch, I've realized now that I have Google Sharing installed too but noticed it too late because my status bar is hidden. So it means that extensions probably listens on that random picked port.
Now I have to find out why X created artifacts while that jpeg image was rendering.
Thanks again.
Last edited by Skoll (2010-06-30 00:36:22)
Offline