CVE-2026-70617
Received Received - Intake

Spacebar Server Missing Authorization in Group DM Channels

Vulnerability report for CVE-2026-70617, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-05

Last updated on: 2026-08-05

Assigner: VulnCheck

Description

Spacebar Server before commit dcfd910 contains a missing authorization vulnerability that allows any authenticated attacker to add themselves to arbitrary group DM channels by sending a PUT request to the channels recipient endpoint without membership verification. Attackers can exploit the unguarded PUT /channels/{channel_id}/recipients/{user_id} handler to join private group DMs, read complete message history, post messages as a participant, and force-add third-party users without their consent.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-05
Last Modified
2026-08-05
Generated
2026-08-06
AI Q&A
2026-08-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
spacebarchat spacebar_server to dcfd91035e3da42abf5f32d8d86a35219225b3d4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Spacebar Server before commit dcfd910 has a missing authorization flaw. An authenticated attacker can exploit an unguarded PUT request to /channels/{channel_id}/recipients/{user_id} to add themselves to private group DM channels without proper membership checks. This allows unauthorized access to private conversations.

Detection Guidance

Check Spacebar Server logs for PUT requests to /channels/{channel_id}/recipients/{user_id} endpoints. Monitor for unauthorized user additions to private group DM channels. Review server configurations for missing authorization checks on these endpoints.

Impact Analysis

If you use Spacebar Server before commit dcfd910, attackers could join your private group DMs, read all message history, post messages as participants, and add other users without consent. This compromises confidentiality and integrity of private communications.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA by enabling unauthorized access to private communications and user data. GDPR requires strict access controls for personal data, while HIPAA mandates safeguards for protected health information. Exploitation could lead to data breaches and compliance violations.

Mitigation Strategies

Update Spacebar Server to commit dcfd910 or later to patch the missing authorization flaw. Implement strict access controls to verify user membership before allowing modifications to channel recipients. Disable or restrict PUT requests to the vulnerable endpoint if not required.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-70617. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart