Cyber Resilience

CVE-2026-2476

High

Published: 16 March 2026

Published
16 March 2026
Modified
20 March 2026
KEV Added
Patch
CVSS Score v3.1 7.6 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N
EPSS Score 0.0004 13.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2476 is a high-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Mattermost Ms Teams. Its CVSS base score is 7.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked at the 13.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-15 (Information Output Filtering) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-2476 is a vulnerability in Mattermost Plugins versions <=2.0.3.0 that results from a failure to properly mask sensitive configuration values. This flaw allows an attacker with access to support packets to obtain the original plugin settings via exported configuration data. The issue is tracked under Mattermost Advisory ID MMSA-2026-00606 and carries a CVSS score of 7.6 (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N), with associated CWEs CWE-200 and NVD-CWE-noinfo.

Exploitation requires high privileges (PR:H) on the affected Mattermost instance and is feasible over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). An attacker can achieve high confidentiality impact (C:H) with a changed scope (S:C), enabling the exposure of sensitive plugin configuration data, while integrity impact remains low (I:L) and availability is unaffected (A:N).

Mitigation details are available in Mattermost Advisory MMSA-2026-00606 and the security updates page at https://mattermost.com/security-updates.

EU & UK References

Vulnerability details

Mattermost Plugins versions <=2.0.3.0 fail to properly mask sensitive configuration values which allows an attacker with access to support packets to obtain original plugin settings via exported configuration data. Mattermost Advisory ID: MMSA-2026-00606

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

The vulnerability exposes unmasked sensitive plugin configuration values (typically credentials/secrets) in exported support packets and configuration data, directly enabling adversaries to obtain unsecured credentials from application configuration.

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

CVEs Like This One

CVE-2026-6346Same vendor: Mattermost
CVE-2026-6347Same vendor: Mattermost
CVE-2025-24490Same vendor: Mattermost
CVE-2025-20621Same vendor: Mattermost
CVE-2024-48310Shared CWE-200
CVE-2025-24899Shared CWE-200
CVE-2026-3108Same vendor: Mattermost
CVE-2026-2454Same vendor: Mattermost
CVE-2025-53624Shared CWE-200
CVE-2025-20072Same vendor: Mattermost

Affected Assets

mattermost
ms teams
≤ 2.3.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the vulnerability by requiring timely installation of the Mattermost security update that properly masks sensitive plugin configuration values in exported support packets.

prevent

Requires filtering and sanitization of system outputs, such as support packets, to prevent unauthorized disclosure of unmasked sensitive configuration data.

prevent

Limits high-privilege (PR:H) access necessary for an attacker to generate and exploit support packets containing sensitive plugin settings.

References