MariaDB has addressed a critical remote code execution vulnerability — CVE-2026-49261, rated CVSS 10.0 — that exists within the Galera Cluster replication subsystem. Patches shipped on May 27, 2026, roughly two weeks before public disclosure on June 11, following standard coordinated disclosure practice. The flaw carries the maximum possible CVSS score and requires no authentication, no user interaction, and no elevated privileges to exploit.
What happened
The vulnerability lives in wsrep_notify_cmd, a MariaDB configuration directive that names a shell script to execute whenever cluster membership shifts — for example, when a node joins or departs. When a new node connects, MariaDB passes that node's reported name to the script as a command-line argument. The root cause (classified as CWE-78, OS command injection) is that MariaDB failed to sanitize this name before constructing the shell invocation. An attacker who can reach the Galera replication port and present a node name containing embedded shell metacharacters can cause those commands to execute under the privileges of the MariaDB process itself.
The CVSS 3.1 vector reflects the worst-case scenario: network-reachable, low attack complexity, no credentials required, no user interaction, and high impact across confidentiality, integrity, and availability with a changed scope. The Galera replication port (TCP 4567) is typically restricted to cluster peers at the firewall level, but misconfigured environments or threats originating inside the network perimeter face no authentication barrier.
CVE-2026-49261 was not patched in isolation. The May 27 update also resolves CVE-2026-48165 and CVE-2026-48163 — both rated CVSS 8.0 and both involving parameter injection within the same wsrep notification surface. The Galera library itself was bumped to version 26.4.27 in the same release cycle. Teams should treat this as a comprehensive remediation of the wsrep notification attack surface rather than a single-issue fix.
Who is at risk
The exposure is narrowly scoped but serious within that scope. Three conditions must all be present for a system to be vulnerable: the MariaDB instance must be part of a Galera Cluster deployment; the wsrep_notify_cmd option must be explicitly set in the server configuration (it has no default value); and the server must be running an affected version. Standard single-node MariaDB installations — including the vast majority of shared hosting stacks running WordPress or similar PHP applications — are not affected by this vulnerability.
The affected release lines and their corresponding safe targets are: 10.6.x up to 10.6.26 (fix in 10.6.27), 10.11.x up to 10.11.17 (fix in 10.11.18), 11.4.x up to 11.4.11 (fix in 11.4.12), 11.8.x up to 11.8.7 (fix in 11.8.8), and 12.3.1 (fix in 12.3.2). The practical exposure sits with managed database providers, cloud database services, and infrastructure teams running clustered configurations for high availability or redundancy.
For professionals: If upgrading immediately is not feasible, removing or commenting out the wsrep_notify_cmd directive and restarting the service eliminates the attack vector entirely. Cluster replication continues to function normally; only the membership-change notification script is disabled. Verify firewall rules restrict TCP 4567 to known cluster peers as an additional defense-in-depth measure.
What to watch
Because the public disclosure postdated the patch release by two weeks, opportunistic exploitation of unpatched systems remains plausible for any team that has not yet applied the May 27 updates. Managed database and cloud hosting providers operating Galera clusters at scale should audit configurations for active wsrep_notify_cmd directives and confirm patch status across all nodes. The breadth of affected release lines — spanning from the 10.6 long-term support branch through the 12.3 development series — suggests this component had not been subjected to rigorous input-validation review across its version history.
Automated pipeline · Security
Synthesized from 1 industry feed on 15 Jun 2026. Passed independent editor verification before publication. Style guide v1.2.
Sources
Decision trail
- Checking for duplicates — New story Critical CVSS 10.0 RCE in MariaDB Galera Cluster; not previously covered in published articles.
- Writing the article — Draft created article_id=46 slug=mariadb-patches-cvss-10-0-rce-flaw-in-galera-cluster-replication-component
-
Editor review — Approved
- Factual grounding: Minor: The article states affected versions as '10.6.x up to 10.6.26' and '10.11.x up to 10.11.17' etc., omitting the lower bound present in the source (e.g., '10.6.1 through 10.6.26'). The omission is not factually wrong but slightly imprecise. Not material.
- Factual grounding: Minor: The article says 'Two conditions must all be present' but then lists three conditions, matching the source. The prose says 'Three conditions must all be present' — this is correct and consistent with the source.
- No copied phrasing: Minor: 'The Galera replication port (TCP 4567) is typically restricted to cluster peers at the firewall level, but misconfigured environments or threats originating inside the network perimeter face no authentication barrier' is structurally close to the source's 'The Galera replication port (TCP 4567) is typically firewalled to cluster members, but misconfigured environments or internal attackers face no authentication barrier once they can reach it.' Paraphrasing is incomplete — sentence structure and key phrases are nearly identical. Minor style issue.
- No copied phrasing: Minor: 'Teams should treat this as a comprehensive remediation of the wsrep notification attack surface rather than a single-issue fix' closely echoes the source's 'Teams running Galera clusters should treat this as a batch fix for the entire wsrep notification surface, not a single-CVE patch.' Paraphrasing is insufficient per style rules, though no facts are distorted.
- Style compliance: Minor: Word count appears to be approximately 680-700 words in the main body, which is within the 701-780 range flagged as a minor issue boundary. Borderline but likely acceptable.
- Factual grounding: Minor: The article describes CVE-2026-49261 using the fictional future year '2026' — this is consistent with the source material provided, so no invented fact, but the CVE numbering convention (year in CVE ID) implies a 2026 publication date which is taken at face value from the source.
- Assigning hero image — Pexels pexels_id=6466141
- Linking related stories — Linked 1 relations from 30 candidates
- Publishing — Published mariadb-patches-cvss-10-0-rce-flaw-in-galera-cluster-replication-component

Discussion · coming soon
Be the first to join the thread when community discussion launches.