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-2025-10769

CVE-2025-10769: H2O H2O-3 RCE Vulnerability

CVE-2025-10769 is a deserialization RCE flaw in H2O H2O-3 affecting the H2 JDBC Driver component. Attackers can exploit this remotely via the connection_url parameter. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 1, 2026

CVE-2025-10769 Overview

A deserialization vulnerability has been identified in h2oai h2o-3, an open-source distributed machine learning platform. The vulnerability affects the /99/ImportSQLTable endpoint within the H2 JDBC Driver component, where improper handling of the connection_url argument allows attackers to inject malicious serialized objects. This flaw enables remote attackers with low privileges to potentially compromise the confidentiality, integrity, and availability of affected systems through insecure deserialization attacks.

Critical Impact

Remote attackers can exploit this deserialization vulnerability via the network to potentially execute arbitrary code or manipulate application behavior through malicious serialized payloads targeting the H2 JDBC Driver's ImportSQLTable functionality.

Affected Products

  • h2oai h2o-3 versions up to and including 3.46.08
  • H2O Machine Learning Platform with H2 JDBC Driver component
  • Systems utilizing the /99/ImportSQLTable endpoint

Discovery Timeline

  • September 21, 2025 - CVE-2025-10769 published to NVD
  • October 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-10769

Vulnerability Analysis

This vulnerability stems from insecure deserialization practices (CWE-502) combined with improper input validation (CWE-20) in the H2O-3 machine learning platform. The vulnerable component processes user-supplied data through the connection_url parameter without adequate validation or sanitization before deserialization operations occur. When exploited, this allows attackers to craft malicious serialized objects that, upon deserialization, can lead to arbitrary code execution or other security-compromising behaviors within the application context.

The vulnerability is accessible remotely over the network and requires only low-privilege authentication to exploit. The vendor was contacted regarding this vulnerability but did not respond, leaving users without an official security patch at the time of disclosure.

Root Cause

The root cause of CVE-2025-10769 lies in the lack of proper input validation and secure deserialization practices within the ImportSQLTable functionality. The connection_url argument is processed without sufficient checks, allowing attackers to pass crafted serialized data that gets deserialized by the application. Java deserialization vulnerabilities of this nature typically occur when untrusted input is directly passed to deserialization functions without validation of the object types being instantiated.

Attack Vector

The attack is executed remotely over the network by sending a crafted HTTP request to the /99/ImportSQLTable endpoint. An authenticated attacker with low privileges can manipulate the connection_url parameter to include malicious serialized Java objects. When the H2 JDBC Driver processes this input, the deserialization of the malicious payload can trigger arbitrary code execution or other unintended application behaviors.

The vulnerability has been publicly disclosed with proof-of-concept information available through security research channels. Technical details regarding the exploitation mechanism can be found in the GitHub PoC Issue and the Huntr Bounty Report.

Detection Methods for CVE-2025-10769

Indicators of Compromise

  • Unusual HTTP requests to /99/ImportSQLTable endpoint with abnormally large or encoded connection_url parameters
  • Unexpected Java serialization patterns in network traffic targeting H2O-3 instances
  • Anomalous process spawning or file system activity following SQL import operations
  • Log entries showing deserialization errors or unexpected class instantiation attempts

Detection Strategies

  • Monitor HTTP traffic for requests to the /99/ImportSQLTable endpoint with suspicious connection_url values
  • Implement application-level logging to detect deserialization attempts with non-standard object types
  • Deploy network intrusion detection rules to identify Java serialized object patterns in web requests
  • Configure SentinelOne Singularity Platform to monitor for behavioral indicators associated with deserialization attacks

Monitoring Recommendations

  • Enable verbose logging on H2O-3 instances to capture all ImportSQLTable operations
  • Implement network segmentation to restrict access to H2O-3 management endpoints
  • Configure alerting for any unexpected outbound connections from H2O-3 server processes
  • Regularly audit authentication logs for unauthorized access attempts to the affected endpoint

How to Mitigate CVE-2025-10769

Immediate Actions Required

  • Restrict network access to the /99/ImportSQLTable endpoint to trusted IP addresses only
  • Implement additional authentication and authorization controls for SQL import functionality
  • Consider disabling the ImportSQLTable feature if not required for operations
  • Deploy web application firewall (WAF) rules to filter potentially malicious connection_url parameters

Patch Information

At the time of publication, the vendor (h2oai) has not released an official security patch for this vulnerability. The vendor was contacted during the responsible disclosure process but did not respond. Users should monitor the official H2O-3 GitHub repository for future security updates and apply patches immediately when available.

Workarounds

  • Implement network-level access controls to restrict access to H2O-3 administrative endpoints
  • Deploy a reverse proxy with strict input validation rules to sanitize connection_url parameters before they reach the application
  • Use Java security managers or deserialization filters to restrict which classes can be instantiated during deserialization
  • Consider running H2O-3 in an isolated network environment with limited connectivity to reduce attack surface
bash
# Example: Restrict access to ImportSQLTable endpoint using iptables
# Allow only trusted internal network (adjust IP range as needed)
iptables -A INPUT -p tcp --dport 54321 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 54321 -j DROP

# Example: Block suspicious requests using nginx reverse proxy
# Add to nginx server configuration
location /99/ImportSQLTable {
    # Limit access to trusted IPs
    allow 10.0.0.0/8;
    deny all;
    
    # Add request size limits
    client_max_body_size 1m;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechH2o

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-20

  • CWE-502
  • Technical References
  • GitHub PoC Issue

  • GitHub PoC Issue Discussion

  • Huntr Bounty Report

  • VulDB #325125c

  • VulDB #325125

  • VulDB Submission #649728

  • VulDB Submission #649793
  • Related CVEs
  • CVE-2024-5986: H2O.ai H2O-3 RCE Vulnerability

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

  • CVE-2025-6507: H2O-3 Deserialization RCE Vulnerability

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