CVE-2026-6347
Mattermost doesn't sanitize sensitive configuration fields in the Mattermost Calls plugin
Summary
Remediation
Upgrade to the fixed version using your package manager.
go get github.com/mattermost/mattermost-server@v11.5.2
go get github.com/mattermost/mattermost-server@v11.4.4
go get github.com/mattermost/mattermost-server@v10.11.14
go get github.com/mattermost/mattermost-plugin-calls@v1.12.0-rc2
After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.
Affected Packages (4)
| Package | Ecosystem | Affected | Fixed In |
|---|---|---|---|
| github.com/mattermost/mattermost-server | go | All versions | 11.5.2 |
| github.com/mattermost/mattermost-server | go | All versions | 11.4.4 |
| github.com/mattermost/mattermost-server | go | All versions | 10.11.14 |
| github.com/mattermost/mattermost-plugin-calls | go | All versions | 1.12.0-rc2 |
Vulnerability Classification
Common Weakness Enumeration (CWE) identifiers for this vulnerability type.
- CWE-200Information ExposureMITRE
CVSS Score Breakdown
What the CVSS (Common Vulnerability Scoring System) 7.6 score means for each attack dimension.
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
References
Frequently Asked Questions
- What is CVE-2026-6347?
- Mattermost doesn't sanitize sensitive configuration fields in the Mattermost Calls plugin This vulnerability has been assigned a severity rating of HIGH (CVSS score: 7.6/10).
- How do I check if my project is affected by CVE-2026-6347?
- CVE-2026-6347 affects github.com/mattermost/mattermost-server and github.com/mattermost/mattermost-plugin-calls. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-6347 and 200,000+ other known vulnerabilities.
Severity & Exploitability
High exploitability or significant impact. Prioritize remediation within days.
Also Known As
Related CVEs
- CVE-2017-18908CRITICAL
Mattermost Server password reset email requests can be sent to attacker-provided email addresses
- CVE-2025-12421CRITICAL
Mattermost fails to to verify the token used during code exchange
- CVE-2025-4981CRITICAL
Mattermost allows authenticated users to write files to arbitrary locations
- CVE-2017-18888CRITICAL
Mattermost Server is vulnerable to SQL Injection when executing multiple POST requests
- CVE-2026-5308HIGH
Mattermost doesn't enforce request body size limits on plugin HTTP endpoints
- CVE-2026-24458HIGH
Mattermost fails to properly handle very long passwords
- CVE-2025-58075HIGH
Mattermost has a Missing Authorization vulnerability
- CVE-2026-5740HIGH
Mattermost doesn't properly validate msgpack-encoded WebSocket frames before memory allocation
Check if you're affected
Scan your dependencies to see if this vulnerability affects your projects.
Scan Your Dependencies