The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-27659

CVE-2026-27659: Mattermost Server CSRF Vulnerability

CVE-2026-27659 is a CSRF flaw in Mattermost Server that allows attackers to trick admins into changing access control policy status. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-27659 Overview

CVE-2026-27659 is a Cross-Site Request Forgery (CSRF) vulnerability affecting Mattermost Server. The vulnerability exists due to improper validation of CSRF tokens in the /api/v4/access_control_policies/{policy_id}/activate endpoint. This flaw allows an attacker to craft a malicious request that, when triggered by an authenticated administrator, can modify access control policy active status without proper authorization verification.

Critical Impact

An attacker can trick administrators into inadvertently changing access control policy states, potentially enabling or disabling security policies that govern user permissions and data access within the Mattermost collaboration platform.

Affected Products

  • Mattermost Server versions 11.2.x through 11.2.2
  • Mattermost Server versions 10.11.x through 10.11.10
  • Mattermost Server versions 11.4.x through 11.4.0
  • Mattermost Server versions 11.3.x through 11.3.1

Discovery Timeline

  • 2026-03-25 - CVE-2026-27659 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-27659

Vulnerability Analysis

This CSRF vulnerability (CWE-352) allows attackers to perform unauthorized state changes on access control policies within Mattermost Server. The core issue lies in the insufficient validation of anti-CSRF tokens when processing requests to the access control policy activation endpoint.

When an administrator is logged into Mattermost and visits a malicious website controlled by an attacker, the attacker can trigger a forged request to the vulnerable endpoint. Because the endpoint does not properly verify that the request originated from a legitimate user action within the Mattermost application, the server processes the request as if it were a legitimate administrative action.

The exploitation requires user interaction—specifically, the victim administrator must visit an attacker-controlled page while authenticated to the Mattermost instance. This attack targets the integrity of access control configurations, which could lead to unauthorized access if security policies are inadvertently disabled.

Root Cause

The vulnerability stems from inadequate CSRF protection implementation on the /api/v4/access_control_policies/{policy_id}/activate API endpoint. The endpoint either fails to require a valid CSRF token, improperly validates the token, or accepts requests without verifying the token's presence. This oversight allows cross-origin requests to successfully modify access control policy states when accompanied by the victim's valid session credentials.

Attack Vector

The attack leverages network-based access, requiring low privileges and user interaction. An attacker constructs a malicious webpage containing a hidden form or JavaScript code that automatically submits a request to the vulnerable Mattermost endpoint when loaded. The attacker then distributes the malicious link to target administrators through phishing emails, social engineering, or by embedding it in legitimate-looking content.

When an authenticated Mattermost administrator visits the malicious page, their browser automatically includes session cookies with the forged request. The Mattermost server, failing to properly validate the CSRF token, processes the request and toggles the access control policy status.

The attack typically involves crafting an HTTP POST request to /api/v4/access_control_policies/{policy_id}/activate with appropriate parameters to either enable or disable targeted access control policies. This manipulation of security configurations can weaken the organization's security posture.

Detection Methods for CVE-2026-27659

Indicators of Compromise

  • Unexpected changes to access control policy activation states in Mattermost audit logs
  • HTTP requests to /api/v4/access_control_policies/*/activate originating from external referrers
  • Anomalous access control policy modifications occurring shortly after administrator web browsing sessions
  • Cross-origin requests targeting the access control policy API endpoints

Detection Strategies

  • Monitor Mattermost Server logs for policy activation/deactivation events that occur without corresponding administrative UI interactions
  • Implement web application firewall rules to detect and block suspicious cross-origin requests to sensitive API endpoints
  • Review HTTP referrer headers for requests to access control policy endpoints to identify potentially forged requests
  • Deploy endpoint detection solutions to identify malicious webpages attempting CSRF attacks against internal applications

Monitoring Recommendations

  • Enable verbose logging for access control policy changes within Mattermost administrative settings
  • Configure alerts for any modification to access control policies outside of expected maintenance windows
  • Implement network traffic analysis to identify unusual patterns of API calls to the affected endpoint

How to Mitigate CVE-2026-27659

Immediate Actions Required

  • Upgrade Mattermost Server to the latest patched version that addresses MMSA-2026-00578
  • Review current access control policy configurations to ensure no unauthorized changes have occurred
  • Audit recent administrative actions and access logs for signs of exploitation
  • Educate administrators about CSRF attack vectors and the importance of not clicking untrusted links while authenticated

Patch Information

Mattermost has released security updates addressing this vulnerability. Refer to the Mattermost Security Updates page for the latest patched versions and detailed upgrade instructions. Organizations should prioritize updating to versions beyond the affected ranges: 11.2.2, 10.11.10, 11.4.0, and 11.3.1.

Workarounds

  • Implement additional network-layer protections such as strict referrer policy enforcement on the web server
  • Configure Content Security Policy headers to restrict form submissions to same-origin targets
  • Use browser extensions or enterprise browser policies that block cross-origin form submissions for administrative users
  • Consider implementing network segmentation to limit external access to Mattermost administrative interfaces
bash
# Example: Configure nginx reverse proxy with strict referrer checking
location /api/v4/access_control_policies {
    if ($http_referer !~* "^https://your-mattermost-domain\.com") {
        return 403;
    }
    proxy_pass http://mattermost_backend;
}

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 Score4.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Vendor Resources
  • Mattermost Security Updates
  • Related CVEs
  • CVE-2026-3109: Mattermost Plugins CSRF Vulnerability

  • CVE-2026-24661: Mattermost Plugins DoS Vulnerability

  • CVE-2026-21388: Mattermost Plugins DoS Vulnerability

  • CVE-2026-3524: Mattermost Plugin 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