Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-28741

CVE-2026-28741: Mattermost CSRF Vulnerability

CVE-2026-28741 is a CSRF vulnerability in Mattermost that allows attackers to update user authentication methods by tricking users into visiting malicious pages. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-28741 Overview

CVE-2026-28741 is a Cross-Site Request Forgery (CSRF) vulnerability affecting multiple versions of Mattermost, a popular enterprise collaboration platform. The vulnerability arises from a failure to validate CSRF tokens on an authentication endpoint, allowing attackers to modify a user's authentication method through a malicious page visit. This security flaw could enable unauthorized changes to user authentication configurations, potentially compromising account security.

Critical Impact

An attacker can manipulate a user's authentication method by exploiting missing CSRF token validation, potentially enabling account takeover or unauthorized access through authentication downgrade attacks.

Affected Products

  • Mattermost versions 10.11.x through 10.11.12
  • Mattermost versions 11.5.x through 11.5.0
  • Mattermost versions 11.4.x through 11.4.2
  • Mattermost versions 11.3.x through 11.3.2

Discovery Timeline

  • 2026-04-15 - CVE-2026-28741 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-28741

Vulnerability Analysis

This vulnerability is classified under CWE-352 (Cross-Site Request Forgery). The flaw exists within Mattermost's authentication endpoint handling, where CSRF token validation is absent or improperly implemented. When a user is authenticated to Mattermost and visits a malicious webpage crafted by an attacker, the malicious page can submit forged requests to the vulnerable authentication endpoint. These requests execute with the victim's session context, allowing unauthorized modification of authentication settings.

The attack requires user interaction, specifically the victim must be tricked into visiting a malicious page while authenticated to their Mattermost instance. The network-based attack vector combined with the requirement for user interaction results in a medium-severity classification, though the potential impact on both confidentiality and integrity is significant.

Root Cause

The root cause of CVE-2026-28741 is the missing CSRF token validation on a critical authentication endpoint within Mattermost. CSRF protections are designed to ensure that state-changing requests originate from the legitimate application rather than from external, potentially malicious sources. In this case, the authentication method update endpoint fails to verify that incoming requests include a valid, unpredictable CSRF token tied to the user's session. This omission allows forged cross-origin requests to be processed as legitimate, enabling attackers to perform unauthorized authentication configuration changes on behalf of authenticated users.

Attack Vector

The attack vector leverages standard CSRF exploitation techniques. An attacker crafts a malicious webpage containing a hidden form or JavaScript code that automatically submits a request to the vulnerable Mattermost authentication endpoint. When an authenticated Mattermost user visits this malicious page, their browser automatically includes session cookies with the forged request, causing the server to process it as a legitimate user action.

The attack flow involves:

  1. Attacker identifies the vulnerable authentication endpoint and its expected parameters
  2. Attacker creates a malicious webpage with an auto-submitting form targeting the endpoint
  3. Attacker distributes the malicious link via phishing, social engineering, or compromised websites
  4. Victim, while authenticated to Mattermost, visits the malicious page
  5. The forged request modifies the victim's authentication method without their knowledge

For detailed technical information about the vulnerability mechanism, refer to the Mattermost Security Updates advisory (MMSA-2026-00625).

Detection Methods for CVE-2026-28741

Indicators of Compromise

  • Unexpected changes to user authentication methods in Mattermost audit logs
  • Authentication method modifications occurring without corresponding user-initiated sessions
  • Referrer headers from external domains on authentication configuration requests
  • User reports of authentication settings being changed without their action

Detection Strategies

  • Monitor Mattermost server logs for authentication method change events, correlating with user session activity
  • Implement web application firewall rules to detect potential CSRF attack patterns targeting authentication endpoints
  • Review authentication configuration changes in Mattermost admin console for anomalous patterns
  • Alert on authentication method changes that occur outside normal administrative workflows

Monitoring Recommendations

  • Enable detailed audit logging for all authentication-related events in Mattermost
  • Configure SIEM alerts for authentication method modifications with unusual referrer headers or timing patterns
  • Implement user notification mechanisms for authentication setting changes
  • Regularly review Mattermost access logs for suspicious cross-origin request patterns

How to Mitigate CVE-2026-28741

Immediate Actions Required

  • Upgrade Mattermost to the latest patched version that addresses MMSA-2026-00625
  • Review authentication method configurations for all users to identify any unauthorized changes
  • Educate users about the risks of clicking unknown links while authenticated to Mattermost
  • Consider implementing additional authentication controls such as multi-factor authentication

Patch Information

Mattermost has released security patches addressing this CSRF vulnerability. Organizations should upgrade to the latest available version that is not within the affected ranges. Detailed patch information and download links are available through the Mattermost Security Updates page. The vendor advisory MMSA-2026-00625 provides specific guidance on remediation steps.

Workarounds

  • Implement network-level restrictions to limit access to Mattermost authentication endpoints from trusted origins only
  • Deploy a web application firewall (WAF) with CSRF protection rules for the authentication endpoint
  • Configure browser security headers including strict SameSite cookie attributes where possible
  • Advise users to log out of Mattermost sessions when not actively using the platform to reduce exposure window

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMattermost

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Mattermost Security Updates
  • Related CVEs
  • CVE-2026-27659: Mattermost Server CSRF Vulnerability

  • CVE-2026-3109: Mattermost Plugins CSRF Vulnerability

  • CVE-2026-3590: Mattermost Auth Bypass Vulnerability

  • CVE-2026-27769: Mattermost Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English