CVE-2026-48163·MariaDB vulnerability
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.
- Severity
- high
- Software
- MariaDB
- Fixed in
- 11.8.8
- Published
- 2026-06-12
Affected versions
From: 11.8.1
Until: 11.8.8
Fixed in: 11.8.8
How to fix this CVE
MariaDB versions 11.8.1 through 11.8.7 contain a critical parameter injection flaw in the rsync-based SST (State Snapshot Transfer) mechanism that allows authenticated high-privilege attackers to execute arbitrary shell commands on donor nodes. Upgrade to MariaDB 11.8.8 or later immediately to patch the unsafe parameter interpolation in the SST joiner-to-donor communication flow. Ensure all MariaDB cluster nodes are updated to prevent lateral movement through replication infrastructure.
sudo dnf update mariadb-serverDefensia detects this vulnerability
How to check if you are affected
- Check installed MariaDB version: mariadb --version or mysql --version
- Query the running version: SELECT VERSION(); from the MariaDB client
- Review /var/log/mariadb/mariadb.log for SST errors, rsync command failures, or unexpected shell command execution during replication initialization
- Verify the fix: Confirm the running version matches or exceeds 11.8.8 and review package metadata with dpkg -l mariadb-server (Debian/Ubuntu) or rpm -qa mariadb-server (RHEL/CentOS)
FAQ
What is CVE-2026-48163?
This vulnerability allows a malicious database node joining a MariaDB cluster to inject shell metacharacters through SST parameters, enabling remote command execution on the donor node with the privileges of the MariaDB process owner. The flaw exists in the rsync SST method's parameter handling during cluster state transfers.
Is CVE-2026-48163 being actively exploited?
No, there are currently no public reports of active exploitation or proof-of-concept exploits. However, this is a high-severity vulnerability affecting replication infrastructure that should be patched promptly.
What versions of MariaDB are affected by CVE-2026-48163?
Vulnerable versions include 10.6.1–10.6.26, 10.11.1–10.11.17, 11.4.1–11.4.11, 11.8.1–11.8.7, and 12.3.1. Version 11.8.8 and later branches contain the fix.
How do I check if my server is vulnerable to CVE-2026-48163?
Run mariadb --version or SELECT VERSION(); and compare against the patched versions. If your version falls within 11.8.1–11.8.7, you are vulnerable. For automated detection, use a vulnerability scanner that cross-references installed package versions against the NVD database.
Does Defensia detect CVE-2026-48163?
Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If MariaDB is installed on a monitored server, CVE-2026-48163 will appear in your dashboard with remediation steps.
Related MariaDB CVEs
References
Track CVEs across your fleet automatically
Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2026-48163. Free for 1 server.
Get started free