Cyber Resilience

CVE-2026-6957

High

Published: 27 May 2026

Published
27 May 2026
Modified
02 June 2026
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0029 20.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6957 is a high-severity Path Traversal (CWE-22) vulnerability in Mattermost Legal Hold. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

Mattermost Plugins versions <=1.1.5 fail to sanitize filenames received from federated peers before using them to construct export destination paths, which allows an administrator of a remote federated Mattermost server to write files to arbitrary locations within the target server's…

more

filestore via a malicious filename delivered through the shared-channel attachment sync protocol. Mattermost Advisory ID: MMSA-2026-00659

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1105 Ingress Tool Transfer Command And Control
Adversaries may transfer tools or other files from an external system into a compromised environment.
Why these techniques?

Path traversal (CWE-22) in federated sync protocol directly enables remote arbitrary file write, mapping to exploitation of the server application and ingress of attacker-controlled files.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-25279Same vendor: Mattermost
CVE-2026-4858Same vendor: Mattermost
CVE-2025-20051Same vendor: Mattermost
CVE-2026-7398Shared CWE-22
CVE-2026-39308Shared CWE-22
CVE-2026-41180Shared CWE-22
CVE-2025-14273Same vendor: Mattermost
CVE-2026-21878Shared CWE-22
CVE-2026-32055Shared CWE-22
CVE-2026-23949Shared CWE-22

Affected Assets

mattermost
legal hold
≤ 1.1.5

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References