CVE-2026-44170: MariaDB: Argument injection in CONNECT REST Xcurl on Windows via unsanitized URL
MariaDB server is a community developed fork of MySQL server. From versions 10.6.1 to before 10.6.26, 10.11.1 to before 10.11.17, 11.4.1 to before 11.4.11, 11.8.1 to before 11.8.7, and 12.3.1, MariaDB on WIndows with installed CONNECT engine and enabled REST support interpolated table HTTP attribute into the curl command line without proper sanitizing. This allows the user to execute shell commands on the server. This issue has been patched in versions 10.6.26, 10.11.17, 11.4.11, 11.8.7, and 12.3.2.
Security readout for executives and security teams
Plain-English summary
A database user could turn a MariaDB CONNECT REST table URL setting into shell command execution on a Windows database server. This is critical because operating-system execution on a database host can expose data, alter systems, or disrupt service. The provided sources do not show confirmed active exploitation.
Executive priority
Treat this as urgent for Windows MariaDB environments using CONNECT REST. It enables command execution on the database server by an authenticated user, so affected systems should be upgraded or tightly restricted quickly, especially where many users or applications can define database tables.
Technical view
MariaDB Server on Windows interpolated the CONNECT engine REST HTTP table attribute into a curl command line without proper sanitization. This is CWE-78 OS command injection with CVSS 9.9. Affected versions are 10.6.1-10.6.25, 10.11.1-10.11.16, 11.4.1-11.4.10, 11.8.1-11.8.6, and 12.3.1.
Likely exposure
Exposure appears limited to MariaDB on Windows where an affected version has the CONNECT engine installed and REST support enabled. Practical risk depends on whether lower-privileged or untrusted database users can create or influence CONNECT REST table definitions or their HTTP attributes.
Exploitation context
The CVSS vector indicates network reachability, low attack complexity, low privileges required, no user interaction, changed scope, and high impact to confidentiality, integrity, and availability. KEV is false, and the source bundle does not provide evidence of exploitation in the wild.
Researcher notes
The advisory ties impact to unsanitized interpolation into curl command lines, not a generic MariaDB exposure. Keep analysis scoped to Windows, CONNECT installed, REST enabled, and affected version ranges. No public exploit status is established by the provided sources.
Mitigation direction
Upgrade MariaDB to 10.6.26, 10.11.17, 11.4.11, 11.8.7, or 12.3.2.
Prioritize Windows database servers with CONNECT engine and REST support enabled.
Restrict who can create or modify CONNECT REST tables until upgraded.
Review MariaDB and operating-system logs for suspicious CONNECT REST table activity.
Check MariaDB and OS vendor advisories for platform-specific package updates.
Validation and detection
Inventory MariaDB Server versions on Windows hosts.
Confirm whether CONNECT engine is installed and REST support is enabled.
Identify users or applications allowed to create or alter CONNECT REST tables.
Verify patched MariaDB versions after maintenance.
Review change records for recent CONNECT REST table HTTP attribute modifications.
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.