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
    • 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-2024-10553

CVE-2024-10553: H2O Deserialization RCE Vulnerability

CVE-2024-10553 is a deserialization remote code execution flaw in H2O REST API that allows unauthenticated attackers to execute arbitrary code via malicious JDBC URLs. This post covers technical details, affected versions, and fixes.

Published: April 15, 2026

CVE-2024-10553 Overview

A critical insecure deserialization vulnerability exists in the h2oai/h2o-3 REST API version 3.46.0.4 that allows unauthenticated remote attackers to execute arbitrary code. The vulnerability is present in the POST /99/ImportSQLTable and POST /3/SaveToHiveTable endpoints, where user-controlled JDBC URLs are passed directly to DriverManager.getConnection. When a MySQL or PostgreSQL driver is available in the classpath, attackers can exploit this to trigger deserialization of untrusted data, leading to remote code execution.

Critical Impact

Unauthenticated remote code execution via JDBC deserialization attacks, allowing complete system compromise without any authentication.

Affected Products

  • H2O-3 version 3.46.0.4
  • H2O machine learning platform REST API
  • Systems with MySQL or PostgreSQL JDBC drivers in classpath

Discovery Timeline

  • 2025-03-20 - CVE CVE-2024-10553 published to NVD
  • 2025-07-14 - Last updated in NVD database

Technical Details for CVE-2024-10553

Vulnerability Analysis

This vulnerability represents a classic insecure deserialization flaw (CWE-502) affecting the H2O-3 machine learning platform's REST API. The root issue lies in how the application handles user-supplied JDBC connection URLs without proper validation or sanitization. When processing requests to the ImportSQLTable and SaveToHiveTable endpoints, the application directly passes attacker-controlled JDBC URLs to Java's DriverManager.getConnection method.

This is particularly dangerous because certain JDBC drivers, notably MySQL and PostgreSQL connectors, can be abused to trigger arbitrary deserialization during the connection handshake process. An attacker can craft a malicious JDBC URL that points to an attacker-controlled server, which then responds with a serialized Java object payload. When deserialized by the target system, this payload executes arbitrary code with the privileges of the H2O-3 application.

The attack requires no authentication, making it exploitable by any network-accessible attacker. The vulnerability enables complete confidentiality, integrity, and availability compromise of the affected system.

Root Cause

The root cause is the direct use of untrusted user input in JDBC connection operations without proper validation. The vulnerable code paths in the POST /99/ImportSQLTable and POST /3/SaveToHiveTable endpoints accept JDBC URLs from API requests and pass them to DriverManager.getConnection without sanitizing or restricting the URL parameters. This allows attackers to specify malicious JDBC connection strings that trigger deserialization gadget chains through vulnerable JDBC driver implementations.

Attack Vector

The attack is network-based and requires no user interaction or authentication. An attacker crafts a malicious HTTP POST request to either vulnerable endpoint with a specially crafted JDBC URL. This URL points to an attacker-controlled server that serves a serialized Java object containing a gadget chain. When the H2O-3 application attempts to establish a JDBC connection, the malicious server responds with the serialized payload, which is then deserialized by the victim's Java runtime, executing arbitrary code.

The attack flow involves crafting a malicious JDBC URL with parameters that trigger deserialization behavior in MySQL or PostgreSQL JDBC drivers. The attacker's server responds with a serialized Java gadget chain that exploits classes available in the application's classpath. Upon deserialization, the gadget chain executes, allowing arbitrary command execution on the target system.

Detection Methods for CVE-2024-10553

Indicators of Compromise

  • Unexpected HTTP POST requests to /99/ImportSQLTable or /3/SaveToHiveTable endpoints from external or unauthorized sources
  • JDBC connection attempts to unknown or suspicious external IP addresses
  • Unusual network traffic patterns from the H2O-3 application to external hosts on database ports
  • Process spawning or command execution originating from the H2O-3 Java process
  • Presence of serialized Java objects in network traffic to/from the H2O-3 application

Detection Strategies

  • Implement network monitoring for outbound JDBC connections from H2O-3 servers to untrusted destinations
  • Deploy web application firewall (WAF) rules to inspect and filter suspicious JDBC URLs in POST request bodies
  • Monitor Java process behavior for anomalous child process creation or network connections
  • Enable detailed logging on the affected endpoints and analyze for malformed or suspicious JDBC URLs
  • Utilize SentinelOne's behavioral AI to detect post-exploitation activities following deserialization attacks

Monitoring Recommendations

  • Continuously monitor H2O-3 REST API access logs for requests to the vulnerable endpoints
  • Implement real-time alerting on outbound connections from H2O-3 servers to non-whitelisted database hosts
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous behavior from Java applications
  • Correlate network traffic with application logs to identify potential exploitation attempts

How to Mitigate CVE-2024-10553

Immediate Actions Required

  • Upgrade H2O-3 to version 3.47.0 or later immediately to address this vulnerability
  • If immediate upgrade is not possible, restrict network access to the vulnerable REST API endpoints
  • Implement network segmentation to limit outbound connections from H2O-3 servers
  • Review access logs for any signs of prior exploitation attempts
  • Remove unnecessary JDBC drivers (MySQL, PostgreSQL) from the classpath if not required for operations

Patch Information

H2O AI has released a fix in version 3.47.0 of the H2O-3 platform. The patch addresses the insecure handling of JDBC URLs in the affected endpoints. Organizations should upgrade to this version or later. The specific fix can be reviewed in the H2O-3 GitHub commit. Additional technical details about the vulnerability are available in the Huntr security advisory.

Workarounds

  • Implement strict network-level access controls to limit which clients can reach the H2O-3 REST API
  • Deploy a reverse proxy or WAF to filter requests containing suspicious JDBC URL patterns
  • Disable the ImportSQLTable and SaveToHiveTable endpoints if they are not required for operations
  • Remove MySQL and PostgreSQL JDBC drivers from the application classpath if database import functionality is not needed
  • Implement egress filtering to prevent the H2O-3 server from establishing outbound JDBC connections to untrusted hosts
bash
# Network segmentation example - restrict outbound JDBC connections
# Using iptables to block outbound MySQL (3306) and PostgreSQL (5432) traffic
iptables -A OUTPUT -p tcp --dport 3306 -m owner --uid-owner h2o_user -j DROP
iptables -A OUTPUT -p tcp --dport 5432 -m owner --uid-owner h2o_user -j DROP

# Allow only specific whitelisted database servers
iptables -A OUTPUT -p tcp --dport 3306 -d TRUSTED_DB_IP -m owner --uid-owner h2o_user -j ACCEPT
iptables -A OUTPUT -p tcp --dport 5432 -d TRUSTED_DB_IP -m owner --uid-owner h2o_user -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechH2o

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Huntr Vulnerability Bounty
  • Vendor Resources
  • GitHub Commit Note
  • Related CVEs
  • CVE-2026-3960: H2O-3 REST API RCE Vulnerability

  • CVE-2024-5986: H2O.ai H2O-3 RCE Vulnerability

  • CVE-2025-6544: H2o H2o Deserialization RCE Vulnerability

  • CVE-2025-10769: H2O H2O-3 RCE Vulnerability
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