CVE-2026-48163: MariaDB: wsrep SST unsafe parameter handling on the donor side (rsync)
MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.27, 10.11.1 to before 10.11.18, 11.4.1 to before 11.4.12, 11.8.1 to before 11.8.8, and 12.3.1, during the SST the donor node is interpolating parameters that the joiner sent into the command line. Not all parameters were properly validated which could allow a malicious joiner to execute arbitrary shell commands on the donor side via the rsync SST method. This issue has been patched in versions 10.6.27, 10.11.18, 11.4.12, 11.8.8, and 12.3.2.
Security readout for executives and security teams
Plain-English summary
A malicious MariaDB cluster joiner can make a donor node run unintended shell commands during rsync-based state transfer. This is critical because compromise of a database donor can affect confidentiality, integrity, and availability of data, but the attacker must already have high privileges to act as a joiner.
Executive priority
Treat as urgent for production MariaDB clusters using wsrep and rsync SST. Prioritize patching clustered database environments before standalone systems, because exploitation targets donor nodes during cluster synchronization.
Technical view
CVE-2026-48163 is CWE-78 command injection in MariaDB wsrep SST donor handling. In affected versions, donor-side rsync SST command construction interpolates joiner-supplied parameters without complete validation, allowing arbitrary shell command execution on the donor. Patched releases are 10.6.27, 10.11.18, 11.4.12, 11.8.8, and 12.3.2.
Likely exposure
Exposure is most likely in MariaDB Galera/wsrep clusters running affected versions and using the rsync SST method. Standalone deployments, non-wsrep use, or non-rsync SST exposure is not established by the provided sources.
Exploitation context
The CVSS vector is network-reachable, low complexity, no user interaction, but high privileges are required. The bundle marks KEV as false and provides no evidence of active exploitation or public weaponized use.
Researcher notes
The key boundary is donor trust during SST: attacker-controlled joiner parameters reach donor command construction. Evidence is sufficient for affected versions and patched versions, but the bundle does not include exploit artifacts, active exploitation, or broader product impact.
Mitigation direction
Upgrade MariaDB to 10.6.27, 10.11.18, 11.4.12, 11.8.8, or 12.3.2.
Apply relevant Red Hat security errata when using Red Hat-distributed MariaDB packages.
Confirm only trusted administrators can introduce or control wsrep joiner nodes.
Review MariaDB and distribution vendor guidance for any environment-specific SST hardening steps.
Validation and detection
Inventory MariaDB server versions and compare them with the affected version ranges.
Identify clusters using wsrep/Galera and determine whether rsync SST is enabled.
Check package provenance against MariaDB releases or applicable Red Hat errata.
Review recent cluster membership and SST events for unexpected joiner activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
13Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.