Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugger: agent listens on 'any' address #3317

Closed
bnoordhuis opened this issue Oct 10, 2015 · 3 comments
Closed

debugger: agent listens on 'any' address #3317

bnoordhuis opened this issue Oct 10, 2015 · 3 comments

Comments

@bnoordhuis
Copy link
Member

$ node --debug-brk -e 'for(;;);'
Debugger listening on port 5858

# in another window
$ netstat -tlnp | grep node
tcp6       0      0 :::5858                 :::*                    LISTEN      18770/node

It used to listen on 127.0.0.1. The current behavior may be a security liability in production environments.

/cc @indutny

@Trott
Copy link
Member

Trott commented May 24, 2016

Would I be right to think that it's best to not fix this until #3316 lands (so that people who need it to listen on another IP can specify that IP)?

@bnoordhuis
Copy link
Member Author

@Trott That's right.

@bnoordhuis
Copy link
Member Author

Forgot to close this after landing #8106. Fixed by 8e7cbe2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants