CVE-2026-96260
6.5Mattermost · Mattermost
Mattermost versions 11.9.x, 11.8.x, 11.7.x, and 11.10.x are vulnerable to a memory exhaustion denial of service attack due to a missing request body size limit during plugin CSRF validation.
Executive summary
An authenticated user can trigger a denial of service in Mattermost by sending oversized requests that exhaust server memory.
Vulnerability
This vulnerability, categorized as CWE-789, occurs because the application fails to enforce request body size limits during CSRF validation for plugin endpoints. An attacker with authenticated access can exploit this flaw to consume excessive server memory, resulting in a denial of service for other users.
Business impact
Successful exploitation leads to service disruption, which can hinder internal communications and project workflows. While the CVSS score of 6.5 reflects a medium severity, the ability to remotely crash a critical collaboration platform poses a significant operational risk to organizations relying on Mattermost for real-time operations.
Remediation
Immediate Action: Upgrade your Mattermost installation to version 11.11.0, 11.9.2, 11.8.6, 11.7.11, 11.10.2, or higher to implement the necessary request size constraints.
Proactive Monitoring: Monitor server memory usage and application logs for unusual spikes in request sizes or frequent service restarts that may indicate attempted exploitation.
Compensating Controls: Implement request size filtering at the Web Application Firewall or reverse proxy level to drop excessively large payloads before they reach the Mattermost application server.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Organizations should prioritize the update to the specified fixed versions to ensure stability and prevent potential denial of service attacks. Because this vulnerability is triggered via standard authenticated user actions, applying the vendor-provided patch is the only definitive way to mitigate the risk of service interruption.
More Mattermost CVEs all →
History
- Analyst report written
Sources
Originally found and disclosed by alimursaliyev, per the CVE Program record.
- MMSA-2026-00775 Vendor advisory