
Unpatched Discord privacy leak allowing presence inference while Invisible.
This repository documents CVE-2026-24332, an unpatched privacy‑impacting issue affecting the Discord client and API. The vulnerability allows external clients to determine whether a user marked as Invisible is actually online.
Discord’s WebSocket presence system includes Invisible users in the presences array, while truly offline users are
excluded. This discrepancy allows an attacker to infer a user’s real online status even when they attempt to hide it.
Successful exploitation may allow:
This is not a remote code execution vulnerability. It is strictly an information disclosure issue.
The included PoC is safe and non-destructive.
It only demonstrates presence‑state inference using Discord’s public gateway behavior.
No account takeover, credential access, or unauthorized actions are performed.
This repository is for educational and research purposes only.