Description
Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21, 11.8.x <= 11.8.3 fails to validate WebSocket command field types which allows an authenticated user to crash the plugin process and deny service to all Boards users via a custom_focalboard_SUBSCRIBE_TEAM message with a non-string teamId.. Mattermost Advisory ID: MMSA-2026-00687
Published: 2026-08-17
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Mattermost fails to validate the field types of incoming WebSocket commands. An authenticated user can send a custom_focalboard_SUBSCRIBE_TEAM message with a non-string teamId, which causes the boards plugin to panic and crash. The crash terminates the plugin process, denying all Boards users access to the service while the plugin remains inactive. This flaw is a type‑validation weakness (CWE-704).

Affected Systems

The issue exists in Mattermost release lines 10.11.x (up to 10.11.21), 11.7.x (up to 11.7.6), and 11.8.x (up to 11.8.3). All affected instances of the Boards plugin are vulnerable unless updated to 11.9.0, 11.7.7, 10.11.22, 11.8.4 or newer.

Risk and Exploitability

The CVSS base score of 6.5 indicates moderate severity. No EPSS score is publicly available, and the vulnerability does not appear in CISA’s KEV catalog. Exploitation requires authentication and the ability to send a malicious WebSocket command to the Boards plugin. The attack vector is therefore local or authenticated within the Mattermost environment, but once authenticated it can disrupt the entire plugin for all users.

Generated by OpenCVE AI on August 18, 2026 at 00:47 UTC.

Remediation

Vendor Solution

Update Mattermost to versions 11.9.0, 11.7.7, 10.11.22, 11.8.4 or higher.


OpenCVE Recommended Actions

  • Update Mattermost to 11.9.0, 11.7.7, 10.11.22, 11.8.4 or later.
  • Disable or restrict the Boards plugin for unauthenticated users or certain roles until the update is applied.
  • Monitor system logs for repeated crash attempts or abnormal WebSocket activity.

Generated by OpenCVE AI on August 18, 2026 at 00:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 18 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Mattermost mattermost Server
CPEs cpe:2.3:a:mattermost:mattermost_server:*:*:*:*:*:*:*:*
Vendors & Products Mattermost mattermost Server
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 23:45:00 +0000

Type Values Removed Values Added
First Time appeared Mattermost
Mattermost mattermost
Vendors & Products Mattermost
Mattermost mattermost

Mon, 17 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21, 11.8.x <= 11.8.3 fails to validate WebSocket command field types which allows an authenticated user to crash the plugin process and deny service to all Boards users via a custom_focalboard_SUBSCRIBE_TEAM message with a non-string teamId.. Mattermost Advisory ID: MMSA-2026-00687
Title Boards plugin panics on WebSocket command with non-string field types
Weaknesses CWE-704
References
Metrics cvssV3_1

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


Subscriptions

Mattermost Mattermost Mattermost Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Mattermost

Published:

Updated: 2026-08-18T15:23:40.295Z

Reserved: 2026-05-29T10:40:50.902Z

Link: CVE-2026-10080

cve-icon Vulnrichment

Updated: 2026-08-18T15:23:36.909Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-17T22:16:58.607

Modified: 2026-08-18T16:19:17.763

Link: CVE-2026-10080

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T01:00:05Z

Weaknesses
  • CWE-704

    Incorrect Type Conversion or Cast