Description
Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.11.x <= 10.11.19 fail to validate the length and content of message attachment field values, which allows an authenticated attacker to cause a denial of service for all users in a channel via a post containing a specially crafted payload that triggers catastrophic backtracking in the client-side markdown parser.. Mattermost Advisory ID: MMSA-2026-00658
Published: 2026-07-13
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Mattermost versions 11.7.x, 11.6.x and 10.11.x that are older than the fixed releases fail to validate the length and content of message attachment field values. An authenticated user can embed a specially crafted payload that triggers catastrophic backtracking in the client‑side markdown parser, exhausting client resources and rendering the interface unresponsive for all users in a channel. The weakness is a regex backtracking issue, identified as CWE‑1333, which directly impacts application availability.

Affected Systems

The vulnerability affects Mattermost versions 10.11.0 to 10.11.19, 11.6.0 to 11.6.4, and 11.7.0 to 11.7.2. Any installation within these version ranges is susceptible; administrators should verify the installed release and plan a remediation upgrade.

Risk and Exploitability

The CVSS score of 6.5 reflects a moderate severity, and the exploitability is reasonable given the requirement for authentication and the presence of a crafted payload. Because the EPSS score of < 1%—approximately 0.24% based on the available value—indicates a very low but nonzero probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, the potential for channel‑wide denial of service is low. The attack occurs client‑side, so malicious content can be shared through normal posting mechanisms; an attacker in a channel can simply post the payload and cause a distributed service disruption for all users.

Generated by OpenCVE AI on August 1, 2026 at 10:47 UTC.

Remediation

Vendor Solution

Update Mattermost to versions 11.8.0, 11.7.3, 11.6.5, 10.11.20 or higher.


OpenCVE Recommended Actions

  • Update all Mattermost instances to version 11.8.0 or any newer release that includes the markdown parser fix (including 11.7.3, 11.6.5, 10.11.20, or later).
  • Ensure the patch is deployed consistently on all servers, clients, and any mobile or web interfaces to fully mitigate the client‑side denial of service.
  • If patch deployment is delayed, consider disabling or limiting message attachments larger than a safe size or adding pre‑posting validation to reduce the risk of malicious payloads triggering backtracking.

Generated by OpenCVE AI on August 1, 2026 at 10:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 13 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 13 Jul 2026 09:45:00 +0000

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

Mon, 13 Jul 2026 08:45:00 +0000

Type Values Removed Values Added
Description Mattermost versions 11.7.x <= 11.7.2, 11.6.x <= 11.6.4, 10.11.x <= 10.11.19 fail to validate the length and content of message attachment field values, which allows an authenticated attacker to cause a denial of service for all users in a channel via a post containing a specially crafted payload that triggers catastrophic backtracking in the client-side markdown parser.. Mattermost Advisory ID: MMSA-2026-00658
Title Crafted message attachment causes client-side denial of service via markdown parser regex backtracking in Mattermost
Weaknesses CWE-1333
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
cve-icon MITRE

Status: PUBLISHED

Assigner: Mattermost

Published:

Updated: 2026-07-13T13:56:16.767Z

Reserved: 2026-04-22T10:05:15.625Z

Link: CVE-2026-6850

cve-icon Vulnrichment

Updated: 2026-07-13T13:56:13.167Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:00:04Z

Weaknesses
  • CWE-1333

    Inefficient Regular Expression Complexity