Description
Spacebar Server before commit 8d126f4 contains a cross-channel message deletion vulnerability in the single-delete and bulk-delete message handlers that fail to scope message queries to the requested channel. Authenticated users with MANAGE_MESSAGES permission in any controlled channel can delete arbitrary messages in other channels by routing delete requests through their own channel.
Published: 2026-08-10
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Spacebar Server releases preceding commit 8d126f4 expose their single‑delete and bulk‑delete message endpoints to a permission check bypass. The handlers do not enforce that the channel ID supplied in the delete request matches the channel context of the authenticated user, allowing a member with the MANAGE_MESSAGES role in any channel to issue deletion commands that affect arbitrary channels. The result is an unvalidated authorization flaw (CWE‑639) that lets a legitimate but potentially malicious user discreetly erase messages across the server, undermining message integrity and disrupting communications.

Affected Systems

Spacebar Server, all versions before commit 8d126f4. No specific product or CPE details are given beyond the general Spacebar Server offerings.

Risk and Exploitability

The vulnerability receives a CVSS score of 7.1, indicating medium severity, and the EPSS score is unavailable; it is not listed in KEV. Exploitation requires an authenticated user in a channel with the MANAGE_MESSAGES permission. An attacker would send deletion requests through their own channel, which the vulnerable server then applies to any target channel. Because the attacker needs only legitimate channel-based permissions, the likelihood of exploitation is moderate, particularly in environments where many users have broad manage‑message rights.

Generated by OpenCVE AI on August 10, 2026 at 20:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch that scopes message deletions to the requested channel by merging commit 8d126f4 or later.
  • Restrict or disable the MANAGE_MESSAGES permission for users who do not require it, thereby narrowing the attack surface.
  • Audit and monitor deletion logs for unexpected bulk delete actions to identify potential misuse.

Generated by OpenCVE AI on August 10, 2026 at 20:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Spacebar Server before commit 8d126f4 contains a cross-channel message deletion vulnerability in the single-delete and bulk-delete message handlers that fail to scope message queries to the requested channel. Authenticated users with MANAGE_MESSAGES permission in any controlled channel can delete arbitrary messages in other channels by routing delete requests through their own channel.
Title Spacebar Server Cross-Channel Message Deletion via Permission Check Bypass
Weaknesses CWE-639
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-10T19:28:49.789Z

Reserved: 2026-08-03T13:26:21.234Z

Link: CVE-2026-69114

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T20:45:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key