[MAJOR ISSUE] IP Address Leak from Client #1

Open
opened 2025-06-20 10:46:26 -04:00 by edrtgred · 0 comments

All I can get from users is their username, color, uuid, and user agent, but NOT IP addresses

DELETE THESE LINES IN SOCKETIO.JS

// Line 77: socketio.js - IP is REMOVED before broadcasting users
delete user.ip;

// Line 90: socketio.js - IP is REMOVED before broadcasting messages  
delete message.user.ip;

So I can grab people's IPs and secretly judge them!

All I can get from users is their username, color, uuid, and user agent, but NOT IP addresses DELETE THESE LINES IN SOCKETIO.JS ``` // Line 77: socketio.js - IP is REMOVED before broadcasting users delete user.ip; // Line 90: socketio.js - IP is REMOVED before broadcasting messages delete message.user.ip; ``` So I can grab people's IPs and secretly judge them!
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lamp/chat#1
No description provided.