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-2024-45758

CVE-2024-45758: H2O.ai H2O RCE Vulnerability

CVE-2024-45758 is a remote code execution vulnerability in H2O.ai H2O that allows attackers to exploit JDBC URL manipulation for deserialization attacks and command execution. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 15, 2026

CVE-2024-45758 Overview

CVE-2024-45758 is a critical insecure deserialization vulnerability affecting H2O.ai H2O through version 3.46.0.4. The vulnerability allows attackers to arbitrarily set the JDBC URL through the ImportSQLTable endpoint, leading to deserialization attacks, arbitrary file reads, and remote command execution. Exploitation occurs when an attacker posts a malicious JSON document containing a crafted connection_url property with JDBC connection URL attack payloads, such as those utilizing queryInterceptors.

Critical Impact

Unauthenticated attackers can achieve remote code execution, read sensitive files, and execute arbitrary commands on systems running vulnerable H2O instances by exploiting unrestricted JDBC connection handling.

Affected Products

  • H2O.ai H2O versions up to and including 3.46.0.4
  • Systems exposing the ImportSQLTable API endpoint
  • Deployments without network-level access controls to H2O endpoints

Discovery Timeline

  • 2024-09-06 - CVE-2024-45758 published to NVD
  • 2025-09-29 - Last updated in NVD database

Technical Details for CVE-2024-45758

Vulnerability Analysis

This vulnerability stems from improper handling of user-controlled JDBC connection URLs in the H2O machine learning platform. The ImportSQLTable API endpoint accepts JSON payloads containing a connection_url parameter without adequate validation or sanitization. This design flaw allows attackers to inject malicious JDBC URLs that can trigger Java deserialization attacks, read arbitrary files from the server filesystem, or execute system commands.

The attack surface is significant because H2O is commonly deployed in data science and machine learning environments where it may have access to sensitive datasets, model artifacts, and infrastructure credentials. The unauthenticated nature of this vulnerability means that any network-accessible H2O instance is potentially exploitable without prior compromise.

Root Cause

The root cause is CWE-502 (Deserialization of Untrusted Data). The H2O application fails to properly validate or restrict JDBC connection URLs before establishing database connections. This allows attackers to leverage known JDBC driver exploitation techniques, including MySQL queryInterceptors that can trigger arbitrary code execution through deserialization gadgets present in the application classpath.

Attack Vector

The attack is executed remotely over the network with no authentication required. An attacker sends a specially crafted HTTP POST request to the /ImportSQLTable URI containing a JSON document with a malicious connection_url property. The JDBC URL payload can include parameters that exploit MySQL Connector/J features like queryInterceptors or autoDeserialize to trigger deserialization of malicious objects, potentially leading to full system compromise.

The exploitation flow involves: (1) crafting a malicious JDBC connection URL with exploitation parameters, (2) sending a POST request to the vulnerable endpoint, (3) the server processes the connection string and triggers the embedded payload, and (4) achieving code execution or file access on the target system. Technical details and proof-of-concept information are available through the Notion Analysis on Remote Code Execution and the GitHub Gist PoC Script.

Detection Methods for CVE-2024-45758

Indicators of Compromise

  • HTTP POST requests to /ImportSQLTable endpoint containing suspicious connection_url parameters
  • JDBC connection strings with queryInterceptors, autoDeserialize=true, or allowLoadLocalInfile parameters
  • Unexpected outbound connections from H2O processes to external MySQL or database servers
  • Java deserialization-related errors or stack traces in H2O application logs
  • Unexpected child processes spawned by the H2O Java process

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect and block POST requests containing malicious JDBC URL patterns
  • Monitor network traffic for unusual database connection attempts originating from H2O server instances
  • Deploy endpoint detection and response (EDR) solutions to detect suspicious process execution chains originating from Java processes
  • Implement log analysis rules to detect access patterns targeting the ImportSQLTable endpoint

Monitoring Recommendations

  • Enable detailed logging for all API endpoints in H2O and forward logs to a SIEM for analysis
  • Monitor for POST requests to H2O API endpoints from unexpected source IP addresses
  • Set up alerts for Java processes making connections to external database servers or spawning shell processes
  • Review H2O access logs for repeated attempts to access SQL import functionality

How to Mitigate CVE-2024-45758

Immediate Actions Required

  • Restrict network access to H2O instances using firewall rules and network segmentation
  • Implement authentication mechanisms in front of H2O deployments if not already present
  • Disable or remove the ImportSQLTable functionality if not required for operations
  • Monitor for exploitation attempts while planning upgrade or remediation activities

Patch Information

Organizations should monitor H2O.ai's official channels for security updates addressing CVE-2024-45758. As of the CVE publication, affected versions include H2O through 3.46.0.4. Contact H2O.ai support for guidance on patching or upgrading to a version that addresses this vulnerability. In the interim, implement the recommended workarounds to reduce risk exposure.

Workarounds

  • Deploy H2O instances behind a reverse proxy with strict input validation to filter malicious JDBC URLs
  • Implement network-level access controls to limit which systems can communicate with H2O API endpoints
  • Use application-level allowlisting for permitted JDBC connection URLs if the functionality is required
  • Consider running H2O in a containerized environment with restricted network egress capabilities
bash
# Example: Restricting access to H2O port using iptables
# Only allow connections from trusted internal network
iptables -A INPUT -p tcp --dport 54321 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 54321 -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/TechH2o

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-502
  • Technical References
  • GitHub Gist PoC Script

  • Notion Analysis on Remote Code Execution
  • 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