Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Network-accessible API requiring low-privilege authentication (PR:L); integrity-only impact as only invite configuration is affected, with no data exposure or service disruption.
Primary rating from Vendor (Mattermost).
CVSS VectorVendor: Mattermost
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
Mattermost versions 11.6.x <= 11.6.1, 11.5.x <= 11.5.4, 10.11.x <= 10.11.15, 10.11.x <= 10.11.16 Fail to enforce PermissionInviteUser when setting AllowOpenInvite or AllowedDomains during team creation (the check was only applied on update/patch), which allows an authenticated user holding PermissionCreateTeam but not PermissionInviteUser on the resulting team to configure invite-controlled team settings (make the team publicly joinable via open invite and/or constrain membership via allowed domains) that they are not permitted to set on an existing team via POST /api/v4/teams with allow_open_invite: true and/or a non-empty allowed_domains in the request body.. Mattermost Advisory ID: MMSA-2026-00655
AnalysisAI
Mattermost's team creation API endpoint (POST /api/v4/teams) fails to enforce the PermissionInviteUser authorization check, allowing authenticated users holding only PermissionCreateTeam to configure invite-controlled team settings - including making a team publicly joinable via open invite and restricting membership by allowed domains - that they are explicitly prohibited from setting on existing teams. Affected versions span the 10.11.x, 11.5.x, and 11.6.x release trains up to their respective latest builds. No public exploit identified at time of analysis, and the flaw has not been listed in CISA KEV.
Technical ContextAI
Mattermost is a self-hosted and cloud-deployed team collaboration platform with a granular, role-based permission system. The REST API exposes team management via POST /api/v4/teams (creation) and PATCH/PUT endpoints (update). The platform distinguishes PermissionCreateTeam, which governs the ability to instantiate a new team, from PermissionInviteUser, which governs the ability to configure how users may be invited or admitted to a team. The fields AllowOpenInvite (makes a team publicly discoverable and joinable without an explicit invitation) and AllowedDomains (restricts membership to specified email domains) are invite-related settings that should require PermissionInviteUser. The root cause is CWE-862 (Missing Authorization): the PermissionInviteUser check was implemented on the update/patch code path but was entirely omitted from the creation code path. This is a classic authorization inconsistency across alternate execution paths - the same business logic constraint was not uniformly enforced across all API surfaces that mutate the same data. CPE: cpe:2.3:a:mattermost:mattermost:*:*:*:*:*:*:*:*.
RemediationAI
Upgrade Mattermost to a version beyond the affected ranges (past 11.6.1, 11.5.4, or 10.11.16 as applicable to the installed release train) per Mattermost advisory MMSA-2026-00655 at https://mattermost.com/security-updates. Exact patched release version numbers are not specified in the available advisory data and should be confirmed directly from the vendor before deployment. As a compensating control pending upgrade, administrators should audit and restrict the PermissionCreateTeam grant to only highly trusted users or dedicated service accounts - this shrinks the population of principals who could exploit the bypass, though it may constrain legitimate team creation workflows. Additionally, administrators should audit all teams created on affected versions to verify that AllowOpenInvite and AllowedDomains settings reflect intended organizational policy, as any team created during the vulnerable window by a user without PermissionInviteUser may have unauthorized invite settings.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36501
GHSA-c28q-m4gf-vg4q