AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70618

MEDIUM · CVSS 4.3 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability allows any authenticated user to enumerate complete guild membership by exploiting an unprotected endpoint in Spacebar Server, which lacks proper authorization checks. This can lead to unauthorized access to sensitive user information, specifically the full list of member user IDs for any guild, using only a valid bearer token and a known guild ID. Organizations using Spacebar Server should prioritize addressing this issue to prevent potential data exposure and maintain user privacy.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-70618
Severity
MEDIUM
CVSS
4.3
EPSS
0.19%

Original NVD Description

Spacebar Server before commit 51da17c contains a missing authorization vulnerability that allows any authenticated user to enumerate complete guild membership by querying the GET /guilds/{guild_id}/roles/{role_id}/member-ids endpoint without guild membership verification. Attackers can exploit the unprotected route handler in the roles member-ids endpoint, which lacks permission checks present in sibling endpoints, to retrieve the full list of member user IDs for any guild on the instance using only a valid bearer token and a known guild ID.