You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/websocket/client.go:166-170 allows any authenticated user to subscribe to any circle room with no membership check - a data-leak/IDOR vector for private circle events.
Acceptance Criteria
Verify the subscribing user is a member of the circle before joining the room
Enforce for private/community (token-gated) circles
Summary
internal/websocket/client.go:166-170 allows any authenticated user to subscribe to any circle room with no membership check - a data-leak/IDOR vector for private circle events.
Acceptance Criteria
Complexity
High.