CVE-2026-32710
8.5MariaDB · Server
A heap-based buffer overflow in the JSON_SCHEMA_VALID function of MariaDB Server allows authenticated users to crash the service or potentially achieve remote code execution under specific conditions.
Executive summary
A heap-based buffer overflow vulnerability in MariaDB Server could allow an authenticated attacker to cause a service crash or achieve remote code execution.
Vulnerability
This vulnerability is a heap-based buffer overflow (CWE-122) within the JSON_SCHEMA_VALID function. It requires the attacker to have authenticated access to the database to trigger the flaw.
Business impact
The vulnerability carries a CVSS score of 8.5, indicating a high level of severity. Successful exploitation could lead to a complete denial of service, impacting business continuity. While remote code execution is theoretically possible, the requirement for precise control over memory layout makes this outcome more likely in laboratory settings than in standard production environments.
Remediation
Immediate Action: Upgrade MariaDB Server to version 11.4.10, 11.8.6, or 12.2.2 as appropriate for the installed release branch.
Proactive Monitoring: Monitor database audit logs for repeated crashes or unusual execution patterns related to the JSON_SCHEMA_VALID function.
Compensating Controls: Restrict database access permissions for non-administrative users to limit the potential pool of attackers capable of triggering this vulnerability.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists in a GitHub repository.
Analyst recommendation
Given the High severity of this vulnerability and the availability of a public proof-of-concept, organizations should prioritize patching affected MariaDB instances. Administrators must verify their version strings against the provided ranges and apply the relevant security updates to eliminate the risk of service disruption or unauthorized code execution.