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

Server: receives packages from any endpoint #7

Open
PtrMan opened this issue Mar 18, 2019 · 3 comments
Open

Server: receives packages from any endpoint #7

PtrMan opened this issue Mar 18, 2019 · 3 comments

Comments

@PtrMan
Copy link
Contributor

PtrMan commented Mar 18, 2019

var result = await inSocket.ReceiveAsync();
var data = result.Buffer;

It is a security vulnerability to listen to the whole internet (and send data back).

It should at least restrict the IP range to a local mask by default.

@patham9
Copy link
Member

patham9 commented Mar 18, 2019

as if NarNode would do better! :)

@patham9
Copy link
Member

patham9 commented Mar 18, 2019

Who needs security. :D

@PtrMan
Copy link
Contributor Author

PtrMan commented Mar 18, 2019

as if NarNode would do better! :)

It should be fixed too in this case

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