Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-24332 — Unpatched Discord privacy leak allowing presence inference while Invisible. | Kitploit
Tools/GitHubGitHub/0cqb/cve-2026-24332
Vulnerability AnalysisInformation GatheringWeb SecurityPrivacyLearning & Education
GitHub0cqb/cve-2026-24332

CVE-2026-24332

Unpatched Discord privacy leak allowing presence inference while Invisible.

View Repository
13h 16m agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-24332 – Discord Invisible Mode Presence Leak

Summary

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.

Details

  • CWE-200: Exposure of Sensitive Information
  • CVSS: 4.3 (Medium)
  • Status: Unpatched (as of 2026)
  • Impact: Privacy Leak

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.

Impact

Successful exploitation may allow:

  • Detection of a user’s real online/offline state
  • Tracking of user activity patterns
  • Bypassing Discord’s intended privacy controls

This is not a remote code execution vulnerability. It is strictly an information disclosure issue.

Proof of Concept

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.

Disclaimer

This repository is for educational and research purposes only.

Download Tool