Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-delivered post requires a low-privilege authenticated account (PR:L, AV:N); no confidentiality or integrity impact; availability is high as all channel members' clients are simultaneously affected.
Primary rating from Vendor (Mattermost).
CVSS VectorVendor: Mattermost
Lifecycle Timeline
1DescriptionCVE.org
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
AnalysisAI
Catastrophic regex backtracking in Mattermost's client-side markdown parser can be triggered by an authenticated user posting a specially crafted message attachment, causing a denial-of-service condition for every user rendering that channel. Affected builds span versions 11.7.x through 11.7.2, 11.6.x through 11.6.4, and 10.11.x through 10.11.19. No public exploit has been identified at time of analysis and this vulnerability is not listed in CISA KEV, though the low exploitation complexity (AC:L, PR:L) lowers the bar for any authenticated insider or compromised account.
Technical ContextAI
CWE-1333 (Inefficient Regular Expression Complexity) is the root cause, classically known as ReDoS - Regular Expression Denial of Service. Mattermost fails to validate the length and content of message attachment field values before passing them to the client-side markdown parser. That parser relies on regular expressions that, when fed adversarially crafted input, exhibit exponential or near-exponential backtracking behavior, causing the regex engine to consume unbounded CPU time. Because rendering occurs client-side for every connected user viewing the affected channel, a single malicious post multiplies the impact across all channel members simultaneously. The affected product is identified under CPE cpe:2.3:a:mattermost:mattermost:* and the vulnerability is tied to Mattermost advisory MMSA-2026-00658.
RemediationAI
Upgrade to a patched Mattermost release as documented in vendor advisory MMSA-2026-00658, available at https://mattermost.com/security-updates. Exact patched version numbers were not included in the available intelligence data; consult the advisory directly to identify the correct fixed build for your active branch (11.7.x, 11.6.x, or 10.11.x). As a compensating control where immediate patching is not feasible, restricting Mattermost user registration and channel membership to verified, trusted accounts reduces the attacker pool, since exploitation requires an authenticated user with posting rights. Disabling or restricting the message attachment feature via the Mattermost System Console eliminates the specific attack surface at the cost of reduced post-formatting functionality. Rate-limiting or content-length-capping at the API layer for attachment field values may also reduce exploitability but should not be treated as a substitute for patching.
More in Mattermost
View allMattermost versions 10.4.x <= 10.4.1, 9.11.x <= 9.11.7, 10.3.x <= 10.3.2, 10.2.x <= 10.2.2 fail to properly validate boa
Denial of service in linkify-it (npm) through v5.0.0 lets remote unauthenticated attackers wedge a rendering worker by s
A denial-of-service vulnerability in Mattermost allows an authenticated user to crash the server via multiple large auto
Mattermost version 7.1.x and earlier fails to sufficiently process a specifically crafted GIF file when it is uploaded w
A remote code execution vulnerability (CVSS 9.9) that allows authenticated users. Critical severity with potential for s
Mattermost versions 10.4.x <= 10.4.1, 9.11.x <= 9.11.7, 10.3.x <= 10.3.2, 10.2.x <= 10.2.2 fail to properly validate inp
Privilege escalation to full administrative control in Mattermost self-hosted server (versions 11.6.0 and earlier in the
Mattermost versions 11.0.x <= 11.0.2, 10.12.x <= 10.12.1, 10.11.x <= 10.11.4, 10.5.x <= 10.5.12 fail to to verify that t
Mattermost versions 10.12.x <= 10.12.1, 10.11.x <= 10.11.4, 10.5.x <= 10.5.12, 11.0.x <= 11.0.3 fail to properly validat
Mattermost webapp fails to validate route parameters in/<TEAM_NAME>/channels/<CHANNEL_NAME> allowing an attacker to perf
Fleet is an open source osquery manager. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,
Mattermost versions 10.4.x <= 10.4.1, 9.11.x <= 9.11.7, 10.3.x <= 10.3.2, 10.2.x <= 10.2.2 fail to use prepared statemen
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43313
GHSA-c8hv-77r5-h5f7