CVE-2026-32710
Received
Received - Intake
Crash and Potential RCE in MariaDB JSON_SCHEMA_VALID() Function
Publication date: 2026-03-20
Last updated on: 2026-03-31
Assigner: GitHub, Inc.
Description
Description
MariaDB server is a community developed fork of MySQL server. An authenticated user can crash MariaDB versions 11.4 before 11.4.10 and 11.8 before 11.8.6 via a bug in JSON_SCHEMA_VALID() function. Under certain conditions it might be possible to turn the crash into a remote code execution. These conditions require tight control over memory layout which is generally only attainable in a lab environment. This issue is fixed in MariaDB 11.4.10, MariaDB 11.8.6, and MariaDB 12.2.2.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| mariadb | mariadb | 12.1.2 |
| mariadb | mariadb | From 11.4.1 (inc) to 11.4.10 (exc) |
| mariadb | mariadb | From 11.8.1 (inc) to 11.8.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-122 | A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |