Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-33725

CVE-2026-33725: Metabase Enterprise RCE Vulnerability

CVE-2026-33725 is a remote code execution vulnerability in Metabase Enterprise that allows authenticated admins to execute arbitrary code via serialization import. This article covers technical details, affected versions, and mitigations.

Published: April 3, 2026

CVE-2026-33725 Overview

CVE-2026-33725 is a critical Remote Code Execution (RCE) vulnerability affecting Metabase Enterprise Edition, an open source business intelligence and embedded analytics tool. Authenticated administrators can exploit the POST /api/ee/serialization/import endpoint to achieve Remote Code Execution and Arbitrary File Read capabilities. The vulnerability stems from improper handling of serialization archives, where a crafted archive can inject an INIT property into the H2 JDBC specification, enabling arbitrary SQL execution during database synchronization operations.

Critical Impact

Authenticated administrators on Metabase Enterprise Edition can achieve Remote Code Execution (RCE) and Arbitrary File Read, potentially compromising the entire Metabase deployment including Metabase Cloud environments.

Affected Products

  • Metabase Enterprise Edition versions prior to 1.54.22
  • Metabase Enterprise Edition versions prior to 1.55.22
  • Metabase Enterprise Edition versions prior to 1.56.22
  • Metabase Enterprise Edition versions prior to 1.57.16
  • Metabase Enterprise Edition versions prior to 1.58.10
  • Metabase Enterprise Edition versions prior to 1.59.4
  • All Metabase Enterprise versions with serialization feature (dating back to version 1.47)

Discovery Timeline

  • 2026-03-27 - CVE-2026-33725 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-33725

Vulnerability Analysis

This vulnerability is classified under CWE-502 (Deserialization of Untrusted Data). The flaw exists in Metabase Enterprise Edition's serialization import functionality, which is designed to allow administrators to import configuration and data between Metabase instances. The vulnerability requires network access and high privileges (administrative authentication), but once those conditions are met, an attacker can achieve full system compromise with high impact to confidentiality, integrity, and availability.

The attack has been confirmed to work on Metabase Cloud environments, significantly expanding the potential attack surface to include cloud-hosted deployments. Importantly, Metabase OSS (Open Source Software) is not affected as it lacks the vulnerable codepaths present in the Enterprise Edition.

Root Cause

The root cause is insecure deserialization in the serialization import endpoint. The application fails to properly sanitize or validate the contents of uploaded serialization archives before processing them. Specifically, the archive can contain malicious payloads that inject an INIT property into the H2 JDBC connection specification. This injected property is then executed as arbitrary SQL during the database synchronization process, bypassing normal security controls.

Attack Vector

The attack requires an authenticated administrator to send a malicious POST request to the /api/ee/serialization/import endpoint with a specially crafted serialization archive. The attack flow proceeds as follows:

  1. An attacker with administrative access crafts a malicious serialization archive
  2. The archive contains a manipulated database connection specification with an injected INIT property
  3. The attacker uploads this archive via the serialization import endpoint
  4. During the database sync process, the H2 database engine processes the INIT property
  5. The injected SQL commands execute with the privileges of the Metabase application
  6. This enables Remote Code Execution and/or Arbitrary File Read operations

The attack leverages the H2 database's INIT connection property, which allows arbitrary SQL statements to be executed when the connection is established. By injecting malicious SQL into this property, attackers can execute system commands or read arbitrary files from the server.

Detection Methods for CVE-2026-33725

Indicators of Compromise

  • Unusual POST requests to /api/ee/serialization/import endpoint from unexpected sources
  • Modified or newly created database connection configurations containing INIT properties
  • Unexpected H2 database initialization sequences in application logs
  • Abnormal file system access patterns from the Metabase process
  • Outbound network connections from the Metabase server to unknown destinations

Detection Strategies

  • Monitor API logs for requests to the /api/ee/serialization/import endpoint and correlate with administrator activity
  • Implement file integrity monitoring on Metabase configuration directories and database files
  • Deploy network detection rules to identify H2 JDBC injection patterns in serialized data streams
  • Establish baseline administrative behavior and alert on deviations in serialization import activity

Monitoring Recommendations

  • Enable verbose logging for the serialization import functionality to capture detailed request payloads
  • Implement real-time alerting for any access to the vulnerable endpoint outside of scheduled maintenance windows
  • Deploy endpoint detection and response (EDR) solutions to monitor the Metabase server process for suspicious child processes or file operations
  • Review administrator access logs regularly to identify potentially compromised credentials

How to Mitigate CVE-2026-33725

Immediate Actions Required

  • Upgrade Metabase Enterprise Edition to the latest patched version immediately (versions 1.54.22, 1.55.22, 1.56.22, 1.57.16, 1.58.10, or 1.59.4 depending on your version branch)
  • Audit administrator accounts for any signs of compromise or unauthorized access
  • Review recent serialization import operations for any suspicious activity
  • If patching is not immediately possible, disable the serialization import endpoint as a temporary workaround

Patch Information

Metabase has released security patches addressing this vulnerability across multiple version branches. Organizations should update to the following patched versions based on their current deployment:

Version BranchPatched Version
1.54.x1.54.22
1.55.x1.55.22
1.56.x1.56.22
1.57.x1.57.16
1.58.x1.58.10
1.59.x1.59.4

For detailed information about the vulnerability and patch details, refer to the GitHub Security Advisory GHSA-fppj-vcm3-w229.

Workarounds

  • Disable the serialization import endpoint in your Metabase instance to prevent access to the vulnerable codepaths
  • Implement network-level restrictions to limit access to administrative API endpoints
  • Use a web application firewall (WAF) to filter requests to the /api/ee/serialization/import endpoint
  • Restrict administrative access to trusted networks and implement multi-factor authentication for all admin accounts
bash
# Configuration example - Restrict access to serialization endpoint via reverse proxy (nginx)
location /api/ee/serialization/import {
    # Deny all access to the vulnerable endpoint until patched
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMetabase

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.35%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-38646: Metabase RCE Vulnerability Explained

  • CVE-2023-37470: Metabase H2 Database RCE Vulnerability

  • CVE-2026-27464: Metabase Information Disclosure Flaw

  • CVE-2026-22805: Metabase Information Disclosure 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