Cyber Resilience

CVE-2026-6340

Mattermost Server 10.11.0 – 10.11.14

Published
18 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0024 15th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-6340 is a medium-severity Memory Allocation with Excessive Size Value (CWE-789) vulnerability in Mattermost Mattermost Server. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 15th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SC-5 (Denial-of-service Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Mattermost versions 11.5.x <= 11.5.1, 10.11.x <= 10.11.13, 11.4.x <= 11.4.3 fail to validate 7zip archive structure before processing which allows an authenticated attacker to cause server memory exhaustion and denial of service via uploading a specially crafted 7zip file…

more

with excessive folder declarations.. Mattermost Advisory ID: MMSA-2026-00573

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Direct mapping to application/system exploitation for DoS via crafted archive upload causing memory exhaustion (CWE-789).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-26246Same product: Mattermost Mattermost Server
CVE-2026-25780Same product: Mattermost Mattermost Server
CVE-2026-5740Same product: Mattermost Mattermost Server
CVE-2026-2456Same product: Mattermost Mattermost Server
CVE-2026-2325Same product: Mattermost Mattermost Server
CVE-2026-2454Same product: Mattermost Mattermost Server
CVE-2026-4054Same product: Mattermost Mattermost Server
CVE-2026-25783Same product: Mattermost Mattermost Server
CVE-2026-5755Same product: Mattermost Mattermost Server
CVE-2026-3114Same product: Mattermost Mattermost Server

Affected Assets

mattermost
mattermost server
10.11.0 — 10.11.14 · 11.4.0 — 11.4.4 · 11.5.0 — 11.5.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SC-5 Denial-of-service Protection
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of archive structure and size values before processing to block the excessive folder declarations that trigger memory exhaustion.

prevent

Limits effects of the resulting denial-of-service by enforcing resource quotas or throttling on file-processing operations.

detect

Enables monitoring of memory and CPU usage during archive handling to identify anomalous consumption from crafted 7zip uploads.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent coding flaws that trust unvalidated size values for allocations.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development can detect and block excessive allocation flaws before deployment.

prevents

Secure development lifecycle includes input validation and size checks that prevent unbounded allocations.

prevents

Application security requirements mandate bounds checking on size parameters to avoid excessive memory allocation.

prevents

Secure architecture principles require resource-limit enforcement that mitigates uncontrolled memory requests.

prevents

Secure coding standards directly prohibit allocating memory from untrusted size values without validation.

none

Capacity management monitors overall resource use but does not prevent individual allocation bugs.

References