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
    • 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-2020-15180

CVE-2020-15180: MariaDB mysql-wsrep RCE Vulnerability

CVE-2020-15180 is a command injection flaw in MariaDB's mysql-wsrep component that enables remote attackers to execute arbitrary code on Galera cluster nodes. This article covers technical details, affected versions, and mitigations.

Published: March 11, 2026

CVE-2020-15180 Overview

A critical command injection vulnerability was discovered in the mysql-wsrep component of MariaDB. The flaw exists due to a lack of input sanitization in the wsrep_sst_method parameter, which allows remote attackers to inject and execute arbitrary commands on Galera cluster nodes. This vulnerability poses a severe threat to database infrastructure by compromising system confidentiality, integrity, and availability.

Critical Impact

Remote attackers can execute arbitrary commands on Galera cluster nodes without authentication, potentially leading to complete system compromise across clustered database environments.

Affected Products

  • MariaDB versions before 10.1.47, 10.2.34, 10.3.25, 10.4.15, and 10.5.6
  • Debian Linux 9.0 and 10.0
  • Percona XtraDB Cluster (affected versions)
  • Galera Cluster for MySQL (affected versions)

Discovery Timeline

  • 2021-05-27 - CVE CVE-2020-15180 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-15180

Vulnerability Analysis

This command injection vulnerability resides in the mysql-wsrep component, which is responsible for State Snapshot Transfer (SST) operations in Galera-based database clusters. The wsrep_sst_method configuration parameter accepts user-controlled input that is not properly sanitized before being passed to shell commands during SST operations.

The vulnerability is particularly dangerous in clustered database environments where multiple nodes synchronize state. An attacker who can influence the SST method configuration can inject malicious shell commands that execute with the privileges of the MariaDB service user. This can lead to complete compromise of database cluster nodes, data exfiltration, ransomware deployment, or lateral movement within the network.

The attack requires network access but does not need user interaction or prior authentication, making it exploitable in scenarios where the database cluster is accessible from untrusted networks.

Root Cause

The root cause is improper input validation (CWE-20) and command injection (CWE-77) in the wsrep_sst_method handling code. The SST method parameter is incorporated into shell commands without adequate sanitization or escaping, allowing shell metacharacters to break out of the intended command context and execute attacker-controlled commands.

Attack Vector

The attack vector is network-based, targeting MariaDB Galera cluster deployments. An attacker can exploit this vulnerability by:

  1. Gaining access to a network where the Galera cluster is deployed
  2. Crafting a malicious wsrep_sst_method value containing shell command injection payloads
  3. Triggering an SST operation that processes the unsanitized input
  4. Achieving arbitrary command execution on cluster nodes

The vulnerability is exploitable remotely without authentication, though the attack complexity is high due to the need for specific cluster configurations and timing. Since the scope is changed, successful exploitation can impact resources beyond the vulnerable component itself, potentially affecting the entire cluster infrastructure.

Detection Methods for CVE-2020-15180

Indicators of Compromise

  • Unusual process spawning from MariaDB or MySQL service processes, particularly shell interpreters (/bin/sh, /bin/bash)
  • Unexpected network connections originating from database server processes
  • Anomalous modifications to wsrep_sst_method configuration values containing shell metacharacters (;, |, $(), backticks)
  • Log entries showing SST operations with malformed or suspicious method names

Detection Strategies

  • Monitor database configuration changes, specifically the wsrep_sst_method parameter, for unexpected or malicious values
  • Implement process monitoring on database servers to detect child processes spawned by MariaDB that are not typical database operations
  • Deploy network-based intrusion detection rules to identify exploitation attempts targeting Galera SST functionality
  • Enable and analyze MariaDB audit logs for suspicious configuration queries or changes

Monitoring Recommendations

  • Configure SentinelOne agents on all database cluster nodes to detect anomalous process execution chains
  • Set up alerts for any modification attempts to Galera cluster configuration files
  • Monitor for outbound network connections from database processes to unexpected destinations
  • Implement file integrity monitoring on MariaDB configuration directories

How to Mitigate CVE-2020-15180

Immediate Actions Required

  • Upgrade MariaDB to patched versions: 10.1.47, 10.2.34, 10.3.25, 10.4.15, or 10.5.6 and later
  • Restrict network access to Galera cluster communication ports using firewall rules
  • Audit current wsrep_sst_method configuration values across all cluster nodes
  • Implement network segmentation to isolate database clusters from untrusted networks

Patch Information

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

  • MariaDB 10.1.47 or later (for 10.1.x branch)
  • MariaDB 10.2.34 or later (for 10.2.x branch)
  • MariaDB 10.3.25 or later (for 10.3.x branch)
  • MariaDB 10.4.15 or later (for 10.4.x branch)
  • MariaDB 10.5.6 or later (for 10.5.x branch)

For Debian-based systems, refer to Debian Security Advisory DSA-4776 and the Debian LTS Announcement. Percona XtraDB Cluster users should consult the Percona Blog on CVE-2020-15180 for specific guidance. Gentoo users should apply GLSA 202011-14.

Workarounds

  • If immediate patching is not possible, restrict Galera cluster communication to trusted internal networks only
  • Disable SST operations temporarily if not actively required for cluster maintenance
  • Implement strict firewall rules to limit access to ports 4567 (Galera cluster communication), 4568 (IST), and 4444 (SST)
  • Use configuration management tools to enforce and monitor approved wsrep_sst_method values
bash
# Example: Restrict Galera ports to trusted cluster nodes only
iptables -A INPUT -p tcp --dport 4567 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 4568 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 4444 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 4567 -j DROP
iptables -A INPUT -p tcp --dport 4568 -j DROP
iptables -A INPUT -p tcp --dport 4444 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMariadb

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability4.60%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20

  • CWE-77
  • Technical References
  • Red Hat Bug Report

  • Debian LTS Announcement

  • Gentoo GLSA 202011-14

  • Debian Security Advisory DSA-4776
  • Vendor Resources
  • Percona Blog on CVE-2020-15180
  • Related CVEs
  • CVE-2026-32710: MariaDB Server RCE Vulnerability

  • CVE-2021-27928: MariaDB RCE Vulnerability

  • CVE-2026-35549: MariaDB Server DoS Vulnerability

  • CVE-2026-3494: MariaDB Audit Logging 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