The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-32710

CVE-2026-32710: MariaDB Server RCE Vulnerability

CVE-2026-32710 is a remote code execution flaw in MariaDB Server affecting versions 11.4 before 11.4.10 and 11.8 before 11.8.6. This article covers the JSON_SCHEMA_VALID() bug, affected versions, impact, and mitigation steps.

Published: March 27, 2026

CVE-2026-32710 Overview

A heap buffer overflow vulnerability exists in the JSON_SCHEMA_VALID() function within MariaDB server, a community-developed fork of MySQL server. This vulnerability allows an authenticated user to crash affected MariaDB versions, with the potential for remote code execution under tightly controlled memory layout conditions typically achievable only in laboratory environments.

Critical Impact

Authenticated attackers can exploit this heap buffer overflow to cause denial of service, with theoretical potential for remote code execution in controlled environments.

Affected Products

  • MariaDB versions 11.4 before 11.4.10
  • MariaDB versions 11.8 before 11.8.6
  • MariaDB versions before 12.2.2

Discovery Timeline

  • 2026-03-20 - CVE CVE-2026-32710 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-32710

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow). The flaw resides in the JSON_SCHEMA_VALID() function, which is used to validate JSON documents against a JSON schema. When processing specially crafted input, the function fails to properly validate buffer boundaries, leading to a heap buffer overflow condition.

The vulnerability requires authentication to exploit, meaning an attacker must have valid credentials to the MariaDB database server. While the primary impact is a denial of service through application crash, the heap-based nature of the overflow introduces theoretical possibilities for more severe exploitation. However, achieving remote code execution would require precise control over memory layout—conditions that are generally only attainable in controlled laboratory settings rather than real-world production environments.

The network-accessible nature of database servers combined with the potential for code execution makes this a significant security concern for organizations running affected MariaDB versions.

Root Cause

The root cause is a heap-based buffer overflow (CWE-122) in the JSON_SCHEMA_VALID() function. The function does not properly validate the size of input data before writing to heap-allocated memory buffers, allowing an authenticated user to overflow the buffer boundaries with malicious input. This improper bounds checking enables both the crash condition and the theoretical code execution scenario.

Attack Vector

The attack is conducted over the network by an authenticated user with low privileges. The attacker must craft a malicious JSON schema validation query that triggers the buffer overflow condition in the JSON_SCHEMA_VALID() function. While no user interaction is required beyond the initial authentication, the complexity of achieving code execution is high due to the need for precise memory layout control.

The vulnerability is exploited by sending specially crafted SQL queries containing malformed JSON data to the JSON_SCHEMA_VALID() function. The exact exploitation technique involves manipulating the JSON input to cause the function to write beyond allocated heap buffer boundaries. For detailed technical information, refer to the GitHub Security Advisory and MariaDB JIRA Issue MDEV-38356.

Detection Methods for CVE-2026-32710

Indicators of Compromise

  • Unexpected MariaDB server crashes or restarts, particularly when processing JSON-related queries
  • Error logs showing crashes or segmentation faults in the JSON_SCHEMA_VALID() function or related JSON processing components
  • Unusual patterns of JSON_SCHEMA_VALID() function calls from authenticated users

Detection Strategies

  • Monitor MariaDB query logs for unusual or malformed JSON_SCHEMA_VALID() function usage patterns
  • Implement database activity monitoring to detect anomalous query patterns from authenticated users
  • Configure alerting on MariaDB process crashes or unexpected service restarts

Monitoring Recommendations

  • Enable and review MariaDB general query logs for suspicious JSON schema validation queries
  • Monitor system logs for MariaDB crash events and segmentation faults
  • Implement network-level monitoring for unusual database traffic patterns to MariaDB servers

How to Mitigate CVE-2026-32710

Immediate Actions Required

  • Upgrade affected MariaDB installations to version 11.4.10, 11.8.6, or 12.2.2 or later immediately
  • Review database user privileges and remove unnecessary access to minimize the attack surface
  • Monitor for unusual database crashes or activity as an interim measure before patching

Patch Information

MariaDB has released security patches addressing this vulnerability. The issue is fixed in the following versions:

  • MariaDB 11.4.10
  • MariaDB 11.8.6
  • MariaDB 12.2.2

Organizations should upgrade to these patched versions as soon as possible. For additional details, refer to the GitHub Security Advisory and MariaDB JIRA Issue MDEV-38356.

Workarounds

  • Restrict database access to only trusted, authenticated users with a legitimate need
  • Consider temporarily restricting access to the JSON_SCHEMA_VALID() function through database permissions if feasible in your environment
  • Implement network segmentation to limit exposure of MariaDB servers to untrusted networks
bash
# Configuration example: Restrict MariaDB network access
# Edit my.cnf to bind MariaDB to localhost only until patched
[mysqld]
bind-address = 127.0.0.1

# Alternatively, use firewall rules to restrict access
# iptables -A INPUT -p tcp --dport 3306 -s trusted_ip -j ACCEPT
# iptables -A INPUT -p tcp --dport 3306 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMariadb

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • GitHub Security Advisory

  • MariaDB JIRA Issue MDEV-38356
  • Related CVEs
  • CVE-2021-27928: MariaDB RCE Vulnerability

  • CVE-2020-15180: MariaDB mysql-wsrep RCE Vulnerability

  • CVE-2026-3494: MariaDB Audit Logging Bypass Vulnerability

  • CVE-2021-47761: MilleGPG5 Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English