Forum Discussion
SilentMan1001
10 months agoHonored Guest
Security Vulnerability "IP Sniffer script will show everyone's IP while playing multiplayer games"
If anyone runs this script below on their Quest 3 using developer mode & ADB will be able to see everyone's ip address in multiple multiplayer games. This is dangerous because if I'm able to run this...
RiverExplorer
10 months agoStart Partner
That is true of any multiplayer game, with peer-to-peer communication. That is also true of all peer-to-peer social communications. If it is peer-to-peer, then your system knows their IP, or it would not be 'to-peer'.
- SilentMan100110 months agoHonored Guest
Yes, The thing is that hackers can easily gain access to other players devices just by running a .sh script on Meta Quest 3, This could give them access to much more in the future for example; ddosing, session hijacking, viewing and editing their files using a terminal in the future if it's not patched.
- RiverExplorer10 months agoStart Partner
The only fix for this would be to disallow your firewall from doing peer-to-peer. Steps that could help (1) Disable UPnP on your firewall as many apps use UPnP to route internet traffic to your internal network. And that might break games you want to play. (2) Tons of manual checking and blocking ports. (3) Don't enable unknown sources apps. Even trusted apps can do p2p and you would not know. (4) UPnP is not the only way to do p2p.
Even if they disallowed it from adb, you could write a c/c++/c# game that just checked itself. If you are doing peer-to-peer, it is traceable from each endpoint. On the net, there is no such thing as blocking caller-id, because your IP address is how the packets get routed across the world.
So the trade off is use a relay (some say that opens up privacy issues as the relay has access), or use p2p and the other endpoint knows your IP.
100% of the time, a computer program or command line tool that does any network I/O *must* know the IP address of the other end to reach the other end, then when they reply, they *must* reply to your IP address. It is never secret.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago
- 2 years ago