[MAJOR ISSUE] IP Address Leak from Client #1

Closed
opened 2025-06-20 10:46:26 -04:00 by Ghost · 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!
lamp closed this issue 2025-12-12 23:08:30 -05:00
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