CVE-2026-6062: Mattermost Subscription Hijacking Vulnerability - Authorization Bypass
Mattermost Server contains an authorization flaw that allows authenticated users to modify notification subscriptions for channels they don't have access to. An attacker with any valid Mattermost account can craft a specially formed request to edit subscription settings on channels outside their permissions, potentially redirecting notifications or modifying channel monitoring rules. The vulnerability affects multiple versions across the 10.11, 11.5, 11.6, and 11.7 release lines and requires an attacker to already have valid authentication credentials to the Mattermost instance.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.4 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L
- Weaknesses (CWE)
- CWE-639
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-06-22 / 2026-06-23
NVD description (verbatim)
Mattermost versions 11.7.x <= 11.7.0, 11.6.x <= 11.6.2, 11.5.x <= 11.5.5, 10.11.x <= 10.11.17 Fail to validate channel ownership of an existing subscription before applying edits which allows an authenticated attacker to hijack subscriptions from channels they have no access to via a crafted PUT request to the subscription edit endpoint.. Mattermost Advisory ID: MMSA-2026-00650
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-6062 is an authorization bypass vulnerability in Mattermost Server resulting from insufficient validation of channel ownership before processing subscription modification requests. The affected subscription edit endpoint (PUT request) fails to verify that the authenticated user has appropriate permissions to the channel before applying changes to its subscription configuration. This is classified as an Improper Authorization flaw (CWE-639). The vulnerability requires authentication and relatively high complexity to exploit, yielding a CVSS 3.1 score of 6.4 (Medium severity) with impact across confidentiality, integrity, and availability dimensions. The flaw exists in versions: 11.7.0 and earlier in the 11.7.x line, 11.6.2 and earlier in 11.6.x, 11.5.5 and earlier in 11.5.x, and 10.11.17 and earlier in the 10.11.x line.
Business impact
Unauthorized subscription hijacking could allow attackers to suppress critical channel notifications, intercept alerts meant for specific teams, or redirect subscription endpoints to exfiltrate information routed through Mattermost channels. For organizations relying on Mattermost for incident response coordination, compliance alerts, or secure team communication, this could undermine the integrity of notification chains and create blind spots in operational awareness. The attack's reliance on prior authentication limits blast radius to insider threats or compromised accounts, but the ease of exploitation once authenticated represents a meaningful risk to teams with permissive user provisioning or shared credentials.
Affected systems
Mattermost Server deployments are vulnerable across four release branches. Administrators must check their current version against: 11.7.0 and below (11.7.x track), 11.6.2 and below (11.6.x track), 11.5.5 and below (11.5.x track), and 10.11.17 and below (10.11.x track). Self-hosted Mattermost instances are at risk; SaaS customers should verify with Mattermost whether their tenant has received fixes. The flaw affects the core Mattermost Server product and is not specific to particular deployment configurations or plugins.
Exploitability
Exploitation requires valid Mattermost authentication—the attacker must already have a user account on the target instance. The CVSS vector indicates high complexity (AC:H), meaning the attack requires specific conditions or knowledge of the subscription edit endpoint structure. However, once an authenticated attacker understands the subscription endpoint, the actual exploitation step is straightforward: a single crafted PUT request with modified subscription parameters targeting a channel outside the attacker's permission scope. This makes it practical for insider threats or attackers who have compromised any user account, but unlikely to see mass exploitation without authentication access.
Remediation
Update Mattermost Server to patched versions that restore proper authorization checks on subscription modifications. Verify the latest available patch version for your release branch directly from Mattermost's security advisory (MMSA-2026-00650) or official release notes, as exact patched version numbers should be confirmed against the vendor's guidance rather than assumed. In the interim, restrict subscription management permissions to trusted administrative roles, monitor PUT requests to subscription endpoints for unusual patterns, and audit existing subscriptions for unauthorized modifications.
Patch guidance
Consult Mattermost's official advisory MMSA-2026-00650 and your organization's support channel for exact patched version numbers for each affected branch. Apply updates in a staged manner: test the patch in a non-production Mattermost environment first to confirm compatibility with your plugins and custom integrations, then roll out to production instances during a maintenance window. Ensure backup procedures are in place before patching. If your instance cannot be immediately patched, implement strict access controls on subscription modification endpoints and increase logging on authorization denials.
Detection guidance
Monitor Mattermost server logs and access logs for PUT requests to subscription endpoints originating from users who lack channel membership or appropriate channel roles. Look for rapid sequences of subscription modification attempts across multiple channels by a single user account. Audit the subscription table or equivalent data store for subscriptions owned by channels where the modifier has no explicit permission grant. Enable detailed request logging if available and correlate authentication tokens with the channels being modified. In modern Mattermost deployments, check audit logs for SubscriptionModified or similar events paired with unauthorized_channel_access indicators.
Why prioritize this
A CVSS score of 6.4 places this in the Medium tier, warranting prompt but not emergency treatment. The primary factors elevating priority are: (1) the relative ease of exploitation once authenticated, making it attractive to insiders; (2) the potential to disrupt critical notifications in teams that depend on Mattermost for real-time alerts; (3) the broad version range affected across four release lines, suggesting many organizations may be impacted. However, the requirement for valid authentication credentials prevents this from being a high-severity remote takeover risk. Prioritize patching over rushed deployments.
Risk score, explained
The CVSS 3.1 score of 6.4 (Medium) reflects: network-accessible endpoint (AV:N), high attack complexity due to need for endpoint knowledge and authentication context (AC:H), requirement for low-privilege authentication (PR:L), no user interaction needed (UI:N), and impact limited to a single user's subscription context (S:U). The score acknowledges confidentiality impact (notification content exposure), limited integrity impact (subscription modification), and limited availability impact (notification suppression). This is neither a critical remote code execution flaw nor a trivial misconfiguration; it represents a meaningful but containable authorization bypass suitable for standard patch cycle inclusion.
Frequently asked questions
Does this vulnerability allow unauthenticated access?
No. The attacker must already possess valid Mattermost credentials. The vulnerability compounds the risk of compromised user accounts or insider threats, but does not bypass authentication entirely.
Could this be exploited to access private messages or files?
The vulnerability is specific to subscription management and notification routing. While hijacking a subscription could redirect alerts that reference sensitive information, the flaw itself does not grant direct access to private messages, files, or channels the attacker cannot otherwise view.
What should we do if we have not yet patched?
Immediately audit your subscription configurations for unauthorized modifications, restrict subscription management to administrative roles, and increase monitoring on subscription endpoints. Plan a patch deployment at your earliest opportunity. If you rely on Mattermost for critical alerting, prioritize this update in your maintenance window.
Does Mattermost Cloud/SaaS need to patch this?
SaaS instances managed by Mattermost are typically patched by the vendor automatically. Contact Mattermost support to confirm your tenant's patch status and expected deployment timeline.
This analysis is provided for informational purposes and represents interpretation of publicly available vulnerability data as of the publication date. Organizations should verify patch availability and compatibility against Mattermost's official advisory MMSA-2026-00650 and their vendor support channels before applying updates. SEC.co makes no warranty regarding the accuracy of version numbers, patch timelines, or patch applicability to custom or legacy deployments. Consult your Mattermost vendor or support team for environment-specific guidance. This vulnerability intelligence should not be the sole basis for security decisions; threat modeling, asset inventory, and business context should inform prioritization within your organization. Source: NVD (public-domain), retrieved 2026-07-29. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2023-40200MEDIUMWP Logo Showcase Authorization Bypass Vulnerability (CVSS 5.3)
- CVE-2025-15657MEDIUMUnauthenticated IDOR in School Management – Patch Guidance
- CVE-2026-10023MEDIUMDokan WooCommerce Plugin Order Tampering Vulnerability
- CVE-2026-10038MEDIUMCharitable WordPress Plugin IDOR Arbitrary Attachment Deletion Vulnerability
- CVE-2026-10154MEDIUMDolibarr ERP CRM Authorization Bypass in Messaging Module
- CVE-2026-10212MEDIUMAstrBot 4.24.2 Authorization Bypass via Session ID Manipulation
- CVE-2026-10597MEDIUMOMICARD EDM Unauthenticated Email Disclosure Vulnerability
- CVE-2026-10623MEDIUMPressPrimer Quiz IDOR Vulnerability – Patch Guidance for WordPress Educators