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-2025-13821

CVE-2025-13821: Mattermost Server Info Disclosure Flaw

CVE-2025-13821 is an information disclosure vulnerability in Mattermost Server that allows authenticated users to exfiltrate password hashes and MFA secrets via WebSocket messages. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2025-13821 Overview

CVE-2025-13821 is an Information Disclosure vulnerability affecting Mattermost Server that fails to properly sanitize sensitive data in WebSocket messages. This security flaw allows authenticated users to exfiltrate password hashes and MFA secrets via profile nickname updates or email verification events.

The vulnerability exists across multiple Mattermost release branches, impacting organizations relying on this popular team collaboration platform. Authenticated attackers can leverage WebSocket message interception to gain access to highly sensitive authentication credentials, potentially leading to account takeover and lateral movement within an organization's infrastructure.

Critical Impact

Authenticated users can extract password hashes and MFA secrets through WebSocket message interception during routine profile updates and email verification workflows, enabling credential theft and potential bypass of multi-factor authentication protections.

Affected Products

  • Mattermost Server versions 11.1.x through 11.1.2
  • Mattermost Server versions 10.11.x through 10.11.9
  • Mattermost Server versions 11.2.x through 11.2.1

Discovery Timeline

  • 2026-02-16 - CVE CVE-2025-13821 published to NVD
  • 2026-02-18 - Last updated in NVD database

Technical Details for CVE-2025-13821

Vulnerability Analysis

This vulnerability (tracked as Mattermost Advisory ID: MMSA-2025-00560) stems from improper data sanitization in WebSocket message handling within Mattermost Server. When users perform certain actions such as updating their profile nickname or triggering email verification events, the server broadcasts WebSocket messages that inadvertently include sensitive authentication data.

The flaw is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The network-based attack vector requires low privileges (an authenticated user account) and relies on user interaction to trigger the vulnerable events. While the attack complexity is low, the confidentiality impact is high as it exposes critical authentication secrets.

An attacker with a valid Mattermost account can monitor WebSocket traffic for specific event types associated with profile updates and email verification. When other users trigger these events, the unfiltered WebSocket payloads may contain password hash values and MFA secret keys that should never be transmitted to clients.

Root Cause

The root cause is insufficient output sanitization in the WebSocket event broadcasting mechanism. The Mattermost Server fails to filter sensitive fields from user objects before transmitting them over WebSocket connections. When certain user profile events occur, the server serializes user data including internal authentication fields (password hashes, MFA secrets) and broadcasts this information to connected WebSocket clients without proper redaction.

This represents a failure in the principle of least privilege—client-side applications should never receive authentication secrets, regardless of whether the recipient is authenticated.

Attack Vector

The attack vector is network-based and requires the attacker to have an authenticated session to the Mattermost server. The exploitation flow involves:

  1. The attacker establishes a WebSocket connection to the Mattermost server using valid credentials
  2. The attacker subscribes to or monitors WebSocket channels for user-related events
  3. When a target user updates their profile nickname or triggers an email verification event, the server broadcasts an unsanitized WebSocket message
  4. The attacker captures the WebSocket payload containing the victim's password hash and MFA secret
  5. The attacker can then perform offline password cracking or clone the MFA token for account takeover

The vulnerability is particularly concerning in shared workspace environments where multiple users interact through the same Mattermost instance, as any authenticated user can potentially intercept credentials from other users.

Detection Methods for CVE-2025-13821

Indicators of Compromise

  • Unusual WebSocket connection patterns from user accounts, particularly connections remaining idle while monitoring for events
  • High volume of WebSocket subscriptions to user-related event channels from a single authenticated session
  • Evidence of credential stuffing or password spray attacks using internally-obtained password hashes
  • Unauthorized MFA token usage or MFA bypass attempts following profile update activities

Detection Strategies

  • Implement WebSocket traffic monitoring to detect abnormal message interception patterns from authenticated clients
  • Deploy network analysis tools to identify clients that maintain persistent WebSocket connections without typical user interaction
  • Monitor authentication logs for signs of credential reuse that may indicate offline hash cracking was successful
  • Review application logs for unusual patterns of profile nickname updates or email verification requests

Monitoring Recommendations

  • Enable verbose logging for WebSocket connections and message routing within Mattermost
  • Configure SIEM alerts for unusual authentication patterns that may indicate credential compromise from this vulnerability
  • Implement user behavior analytics (UBA) to detect accounts exhibiting reconnaissance-like WebSocket monitoring behavior
  • Audit MFA token usage for anomalies such as tokens being used from unexpected locations or devices

How to Mitigate CVE-2025-13821

Immediate Actions Required

  • Upgrade Mattermost Server to the latest patched version immediately (versions beyond 11.1.2, 10.11.9, and 11.2.1)
  • Force password resets for all users as a precautionary measure given potential credential exposure
  • Rotate MFA secrets for all users to invalidate any potentially compromised MFA tokens
  • Review access logs for signs of exploitation prior to patching

Patch Information

Mattermost has released security updates to address this vulnerability. Organizations should upgrade to the following minimum versions:

  • For 11.1.x branch: Upgrade to version 11.1.3 or later
  • For 10.11.x branch: Upgrade to version 10.11.10 or later
  • For 11.2.x branch: Upgrade to version 11.2.2 or later

Detailed patch information is available through the Mattermost Security Updates page.

Workarounds

  • Implement network segmentation to limit WebSocket traffic visibility between different user groups
  • Deploy a Web Application Firewall (WAF) capable of inspecting WebSocket traffic and filtering sensitive data patterns
  • Consider temporarily disabling profile nickname updates if immediate patching is not possible
  • Monitor and restrict the number of concurrent WebSocket connections per user account to limit monitoring capabilities
bash
# Configuration example - restrict WebSocket connections per user (if supported by reverse proxy)
# nginx rate limiting example for WebSocket upgrades
limit_req_zone $binary_remote_addr zone=ws_limit:10m rate=2r/s;

location /api/v4/websocket {
    limit_req zone=ws_limit burst=5 nodelay;
    proxy_pass http://mattermost_backend;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMattermost

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Vendor Resources
  • Mattermost Security Updates
  • Related CVEs
  • CVE-2026-3113: Mattermost Information Disclosure Flaw

  • CVE-2026-2458: Mattermost Server Info Disclosure Flaw

  • CVE-2026-2578: Mattermost Server Information Disclosure

  • CVE-2026-1629: Mattermost Server Information Disclosure
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