go-ipfs making lot's /
requests to 127.0.0.1:8081
#5823
Labels
kind/bug
A bug in existing code (including security flaws)
/
requests to 127.0.0.1:8081
#5823
Version information:
go-ipfs version: 0.4.18-
Repo version: 7
System version: amd64/linux
Golang version: go1.11.1
Type:
Bug
Description:
For unknown reasons, IPFS is making lots of requests to localhost at port 8081.
This might be related to websocket functionality, or it might be that peers announce themselves at 127.0.0.1:8081 and IPFS is stupid enough to follow this.
In any case, we're running a daemon on that port and are now getting a lot of log spam. Moreover, in the latter case described above, this would be a potential privilege escalation. Under no circumstances should we be able to trigger connections to an internal network!
Note that swarm address filters are configured to their defaults:
The text was updated successfully, but these errors were encountered: