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.
Published: 2026-08-05
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spacebar Server had a missing authorization flaw that allows any authenticated user to add themselves to arbitrary group direct message channels by sending a PUT request to /channels/{channel_id}/recipients/{user_id}. This enables the attacker to read the full message history, post messages as a participant, and force‑add other users without their consent, effectively bypassing access controls and compromising confidentiality and integrity of private conversations.

Affected Systems

All deployed versions of Spacebar Server before the commit dcfd91035e3da42abf5f32d8d86a35219225b3d4 are vulnerable. The affected component is the channels recipient endpoint of the server’s API.

Risk and Exploitability

The CVSS score of 8.6 indicates high severity. The EPSS score is not available, but the nature of the vulnerability—missing authorization on an authenticated API endpoint—suggests that it can be exploited by any user with legitimate credentials. The vulnerability is not listed in CISA’s KEV catalog, but its high CVSS and wide impact scope mean it should be treated as a critical issue if left unpatched.

Generated by OpenCVE AI on August 5, 2026 at 22:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Spacebar Server to a revision that includes commit dcfd91035e3da42abf5f32d8d86a35219225b3d4 or later.
  • Ensure that the PUT /channels/{channel_id}/recipients/{user_id} handler verifies the requester’s membership or administrative privileges before allowing a group DM join.
  • Review and tighten group DM permission settings so that only authorized members or administrators can modify recipients.

Generated by OpenCVE AI on August 5, 2026 at 22:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
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.
Title Spacebar Server Missing Authorization via Group DM Recipient Endpoint
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-05T19:59:10.398Z

Reserved: 2026-08-04T20:17:18.296Z

Link: CVE-2026-70617

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T22:15:04Z

Weaknesses