Cyber Resilience

CVE-2026-3114

Mattermost Server 10.11.0 – 10.11.12

Published
26 March 2026
Modified
30 March 2026
Patch / advisory
CVSS Score v3.1 6.5
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:H
EPSS Score 0.0034 27th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3114 is a medium-severity Data Amplification (CWE-409) vulnerability in Mattermost Mattermost Server. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked at the 27th 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.4.x <= 11.4.0, 11.3.x <= 11.3.1, 11.2.x <= 11.2.3, 10.11.x <= 10.11.11 fail to validate decompressed archive entry sizes during file extraction which allows authenticated users with file upload permissions to cause a denial of service via crafted…

more

zip archives containing highly compressed entries (zip bombs) that exhaust server memory.. Mattermost Advisory ID: MMSA-2026-00598

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?

Zip bomb upload enables application exploitation for endpoint DoS via memory exhaustion on archive processing.

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

CVEs Like This One

CVE-2026-2325Same product: Mattermost Mattermost Server
CVE-2026-2454Same product: Mattermost Mattermost Server
CVE-2026-6340Same 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-20719Same product: Mattermost Mattermost Server
CVE-2026-6850Same product: Mattermost Mattermost Server
CVE-2024-54682Same product: Mattermost Mattermost Server
CVE-2026-4635Same product: Mattermost Mattermost Server

Affected Assets

mattermost
mattermost server
11.4.0 · 10.11.0 — 10.11.12 · 11.2.0 — 11.2.4 · 11.3.0 — 11.3.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 input data (decompressed archive sizes) before processing, blocking the zip-bomb extraction that exhausts memory.

prevent

Mandates protection against resource-exhaustion DoS attacks, covering the memory exhaustion caused by crafted compressed archives.

detect

Enables monitoring and alerting on anomalous resource consumption or file-processing behavior indicative of zip-bomb 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-development practices include input-validation and resource-limit checks that prevent improper handling of compressed data.

DE.CM-09 partial match
prevents

Runtime monitoring of compute resources can detect exhaustion caused by decompression bombs.

PR.IR-04 partial match
prevents

Capacity planning and monitoring directly limits the availability impact of data-amplification attacks.

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 can uncover decompression-bomb vulnerabilities before release.

mitigates

Redundancy helps availability but does not address the root cause of the weakness.

detects

Monitoring can detect anomalous resource usage but does not prevent the weakness.

prevents

Secure development lifecycle includes input validation and resource-limit checks that mitigate data-amplification attacks.

prevents

Application security requirements can mandate limits on decompression size and ratio.

prevents

Secure architecture principles encourage defensive design against resource-exhaustion threats.

References