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-2455

CVE-2026-2455: Mattermost Server SSRF Vulnerability

CVE-2026-2455 is an SSRF vulnerability in Mattermost Server that allows attackers to bypass IP validation using IPv4-mapped IPv6 addresses. This article covers technical details, affected versions, and mitigation steps.

Published: March 20, 2026

CVE-2026-2455 Overview

CVE-2026-2455 is a Server-Side Request Forgery (SSRF) vulnerability in Mattermost Server that allows authenticated attackers to bypass reserved IP address validation by using IPv4-mapped IPv6 address literals. The vulnerability exists because Mattermost fails to properly canonicalize IPv4-mapped IPv6 addresses (such as [::ffff:127.0.0.1]) before performing reserved IP validation checks, enabling attackers to access internal services that should be protected.

Critical Impact

Attackers can bypass network segmentation controls to access internal services, potentially exposing sensitive configuration data, internal APIs, and backend systems not intended to be publicly accessible.

Affected Products

  • Mattermost Server versions 11.3.x up to and including 11.3.0
  • Mattermost Server versions 11.2.x up to and including 11.2.2
  • Mattermost Server versions 10.11.x up to and including 10.11.10

Discovery Timeline

  • 2026-03-16 - CVE-2026-2455 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-2455

Vulnerability Analysis

This vulnerability falls under CWE-918 (Server-Side Request Forgery), a class of web application flaws that allow attackers to induce the server-side application to make HTTP requests to arbitrary destinations. In this case, the SSRF bypass is achieved through an IP address parsing inconsistency.

Mattermost implements reserved IP address validation to prevent SSRF attacks targeting internal network resources such as 127.0.0.1, 10.0.0.0/8, 192.168.0.0/16, and other RFC 1918 private address ranges. However, the validation logic fails to account for IPv4-mapped IPv6 addresses, which are a legitimate IPv6 representation format defined in RFC 4291.

When an attacker supplies an IPv4-mapped IPv6 address like [::ffff:127.0.0.1] instead of the direct IPv4 equivalent 127.0.0.1, the reserved IP validation check is bypassed because the address format doesn't match the expected IPv4 patterns. However, when the actual HTTP request is made, the networking stack properly resolves the IPv4-mapped IPv6 address to its IPv4 equivalent, successfully connecting to the internal resource.

Root Cause

The root cause is insufficient input canonicalization in the IP address validation routine. The validation logic checks for reserved IPv4 address patterns but does not first normalize IPv4-mapped IPv6 addresses to their IPv4 equivalents. This creates a discrepancy between the validation phase and the request execution phase, where different representations of the same address are handled inconsistently.

Attack Vector

The attack is network-based and requires low-privilege authenticated access to the Mattermost platform. An attacker can exploit this vulnerability by crafting requests that include IPv4-mapped IPv6 address literals in URL parameters or webhook configurations. The attack does not require user interaction and can be executed directly through the Mattermost API or user interface where external URL inputs are accepted.

For example, instead of attempting to access http://127.0.0.1:8080/admin (which would be blocked), an attacker would use http://[::ffff:127.0.0.1]:8080/admin to reach the same internal endpoint while bypassing the reserved IP validation.

Detection Methods for CVE-2026-2455

Indicators of Compromise

  • Outbound HTTP requests from Mattermost Server to IPv4-mapped IPv6 addresses in server logs
  • Unusual access patterns to internal services originating from the Mattermost application
  • Webhook or integration configurations containing IPv6 literals with the ::ffff: prefix
  • Error logs indicating connections to internal IP addresses via IPv6 format

Detection Strategies

  • Implement network-level monitoring for outbound connections from Mattermost servers to internal IP ranges
  • Configure Web Application Firewall (WAF) rules to detect and block IPv4-mapped IPv6 address patterns in user-supplied input
  • Enable verbose logging for Mattermost webhook and integration features to capture URL destinations
  • Deploy network segmentation alerts for unexpected traffic between DMZ and internal network zones

Monitoring Recommendations

  • Review Mattermost application logs for outbound requests containing ::ffff: patterns
  • Monitor internal service access logs for requests originating from Mattermost server IPs
  • Establish baseline network behavior and alert on deviations in outbound connection patterns
  • Audit existing webhook and integration configurations for suspicious URL patterns

How to Mitigate CVE-2026-2455

Immediate Actions Required

  • Upgrade Mattermost Server to the latest patched version immediately
  • Audit all existing webhook and integration configurations for IPv6 address literals
  • Implement network-level egress filtering to block SSRF attempts
  • Review access logs for evidence of exploitation attempts

Patch Information

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

  • Version 11.3.1 or later for the 11.3.x branch
  • Version 11.2.3 or later for the 11.2.x branch
  • Version 10.11.11 or later for the 10.11.x branch

For complete patch details and download links, refer to the Mattermost Security Updates page. The advisory tracking ID is MMSA-2026-00585.

Workarounds

  • Configure network-level egress filtering to restrict Mattermost server outbound connections to only required external destinations
  • Implement WAF rules to block requests containing IPv4-mapped IPv6 address patterns (::ffff:)
  • Disable or restrict webhook and integration features to trusted administrators only until patching is complete
  • Deploy network segmentation to limit potential impact if SSRF exploitation occurs
bash
# Example: iptables rule to block outbound connections to localhost via IPv6-mapped addresses
# Apply on the Mattermost server host
ip6tables -A OUTPUT -d ::ffff:127.0.0.0/104 -j DROP
ip6tables -A OUTPUT -d ::ffff:10.0.0.0/104 -j DROP
ip6tables -A OUTPUT -d ::ffff:192.168.0.0/112 -j DROP
ip6tables -A OUTPUT -d ::ffff:172.16.0.0/108 -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechMattermost

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • Mattermost Security Updates
  • Related CVEs
  • CVE-2026-3590: Mattermost Auth Bypass Vulnerability

  • CVE-2026-28741: Mattermost CSRF Vulnerability

  • CVE-2026-27769: Mattermost Auth Bypass Vulnerability

  • CVE-2026-24661: Mattermost Plugins DoS 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