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

Apply firewall rules on ICMP #3

Closed
ignoramous opened this issue Jul 20, 2021 · 3 comments
Closed

Apply firewall rules on ICMP #3

ignoramous opened this issue Jul 20, 2021 · 3 comments
Assignees

Comments

@ignoramous
Copy link
Contributor

ignoramous commented Jul 20, 2021

ICMP messages may be used to exfiltrate data: https://archive.is/OaV7K but the underlying LwIP stack doesn't expose handler to any other protocol-type other than UDP or TCP, which means the firewall rules don't get to process ICMP messages.

So: Either add ICMP handlers to LwIP and access it through go-tun2socks or attempt a switch to gVisor NetStack.

@ignoramous
Copy link
Contributor Author

ignoramous commented May 7, 2022

@ignoramous
Copy link
Contributor Author

ignoramous commented Jun 10, 2022

Instead of the forked fdbased impl, we could use upstream's; see: google/gvisor#7125 and xjasonlyu/tun2socks#82

@ignoramous
Copy link
Contributor Author

34be365

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

1 participant