Open
Bug 1249645
Opened 9 years ago
Updated 2 years ago
Firefox keeps listening on UDP port 50625 when WebIDE is closed
Categories
(DevTools :: about:debugging, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: onitake, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [btpp-fix-later])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0
Build ID: 20160127021244
Steps to reproduce:
Open the WebIDE window from within Firefox, then close it.
Actual results:
Before opening WebIDE, Firefox does not listen on any ports, neither TCP nor UDP.
After opening it, a listener on UDP port 50625 is installed, presumably for device discovery or remote debugging.
This listener does not go away when closing the window.
Expected results:
The listener should not be enabled without the user's knowledge, as it may be a security risk. I did not find any information on what it used for exactly.
There should be an option to disable the listener completely.
At the very least, it should be closed as soon as the user closes the WebIDE GUI. This is not the case.
It listens for device pings, to discover nearby devices for debugging. Not really a security risk, but I agree it would be better to clean it up.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Whiteboard: [btpp-fix-later]
Blocks: 1142741
Component: Developer Tools: WebIDE → Developer Tools: about:debugging
Comment 2•8 years ago
|
||
About:debugging bug triage. Filter on TRIAGE-JD201705
Temporarily setting P3 to bugs migrated from webide to cleanup the triage for about:debugging.
Priority: P2 → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•