Severity by source
AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
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 filestore via a malicious filename delivered through the shared-channel attachment sync protocol. Mattermost Advisory ID: MMSA-2026-00659
AnalysisAI
Arbitrary file write in Mattermost Plugins (versions ≤1.1.5) lets an administrator of a remote, federated Mattermost server plant files at attacker-chosen paths inside the target server's filestore by supplying a malicious, unsanitized filename through the shared-channel attachment sync protocol. The flaw stems from CWE-22 path traversal in the export-path construction logic and carries CVSS 8.0 with a changed scope, reflecting that a compromised or hostile federation peer can affect resources beyond the plugin's intended boundary. There is no public exploit identified at time of analysis, and CISA's SSVC framework records exploitation status as 'none' but technical impact as 'total'.
Technical ContextAI
Mattermost supports cross-server collaboration through 'shared channels,' a federation feature in which an attachment sync protocol transfers files (and their metadata, including filenames) between trusting Mattermost instances. The affected component is the Mattermost Plugins bundle at versions ≤1.1.5, which receives these federated filenames and uses them directly to build the destination path when writing the synced attachment into the local filestore. Because the filename is taken from a remote, untrusted peer and not sanitized, classic CWE-22 path traversal sequences (e.g., '../') in the filename break out of the intended export directory. The CVSS scope-changed (S:C) rating indicates the write can reach filestore locations outside the plugin's own security authority, magnifying the integrity impact.
RemediationAI
Upgrade the Mattermost Plugins bundle to a release later than 1.1.5; an exact fixed version is not stated in the available data, so consult Mattermost advisory MMSA-2026-00659 via https://mattermost.com/security-updates to confirm the patched build (patch available per vendor advisory; released patched version not independently confirmed). Until patched, the most direct compensating control is to disable shared channels / federation, or to break federation trust with any server you do not fully control - this eliminates the attack path but also removes cross-server collaboration. If federation must remain enabled, restrict it to a vetted allowlist of trusted partner servers and monitor the filestore for files written outside expected attachment directories or containing traversal patterns; this reduces exposure but does not fix the underlying parsing flaw. Avoid running affected plugin versions on servers that peer with untrusted or externally administered Mattermost instances.
More in Mattermost
View allDenial 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
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 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5 and 9.8.x <= 9.8.1 fail to disallow unsolicited invit
Dex is a federated OpenID Connect provider written in Go. Rated critical severity (CVSS 9.6), this vulnerability is remo
Improper output escaping in NousResearch Hermes Agent versions up to 2026.4.16 allows remote unauthenticated attackers t
Mattermost 6.3.0 and earlier fails to properly sanitize the HTML content in the email invitation sent to guest users, wh
Mattermost fails to invalidate existing authorization codes when deauthorizing an OAuth2 app, allowing an attacker posse
Privilege escalation in Mattermost server (11.6.x, 11.5.x, and 10.11.x branches) allows a low-privileged user holding gr
Authorization bypass in Mattermost Plugin Legal Hold versions <=1.1.4 allows authenticated attackers to manipulate legal
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-32523
GHSA-x7w4-j7hv-94wg