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

CVE-2025-6544: H2o H2o Deserialization RCE Vulnerability

CVE-2025-6544 is a deserialization vulnerability in H2o H2o versions 3.46.0.8 and earlier, enabling attackers to read system files and execute arbitrary code. This article covers technical details, affected systems, and mitigation.

Updated: May 15, 2026

CVE-2025-6544 Overview

CVE-2025-6544 is an insecure deserialization vulnerability affecting h2oai/h2o-3 versions <= 3.46.0.8. The flaw resides in the handling of Java Database Connectivity (JDBC) connection parameters. Attackers bypass regular expression validation using double URL encoding, then inject malicious JDBC parameters that trigger unsafe deserialization. Successful exploitation allows unauthenticated attackers to read arbitrary system files and execute arbitrary code on affected H2O machine learning servers. The issue is categorized under CWE-502: Deserialization of Untrusted Data.

Critical Impact

Unauthenticated network attackers can achieve full remote code execution and arbitrary file read on H2O-3 servers running version 3.46.0.8 or earlier.

Affected Products

  • h2oai/h2o-3 versions <= 3.46.0.8
  • H2O machine learning platform deployments exposing the REST API
  • Any application embedding the vulnerable h2o-3 JDBC import functionality

Discovery Timeline

  • 2025-09-21 - CVE-2025-6544 published to the National Vulnerability Database (NVD)
  • 2025-10-08 - Last updated in NVD database

Technical Details for CVE-2025-6544

Vulnerability Analysis

The vulnerability stems from improper validation of JDBC connection strings within h2oai/h2o-3. H2O accepts JDBC URLs to import data from external databases. The application applies a regular expression filter intended to block dangerous JDBC driver parameters that enable deserialization gadgets. Attackers defeat this filter by applying double URL encoding to malicious parameter names and values. The decoded payload reaches the underlying JDBC driver, which deserializes attacker-controlled data. This produces arbitrary file disclosure or remote code execution depending on the gadget chain selected. The exploitation requires no authentication and no user interaction.

Root Cause

The root cause is reliance on regular expression denylisting for JDBC parameter validation without canonicalizing input before the check. Because the validator inspects the once-decoded form while the consumer decodes the value twice, dangerous parameters slip through. Unsafe deserialization of untrusted data [CWE-502] then occurs when the JDBC driver processes the smuggled parameters.

Attack Vector

The attack vector is network-based against the H2O-3 REST API. An attacker submits a crafted import request containing a JDBC URL with double URL-encoded parameters. The vulnerable parser normalizes the input after validation and forwards the malicious connection string to the JDBC layer. Driver-specific deserialization sinks then execute attacker-supplied serialized objects in the H2O process context. Refer to the Huntr bounty disclosure and the upstream commit fixing the issue for protocol-level technical details.

Detection Methods for CVE-2025-6544

Indicators of Compromise

  • HTTP requests to H2O-3 import endpoints (for example /3/ImportSQLTable or /99/ImportSQLTable) containing JDBC URLs with %25 sequences indicating double URL encoding.
  • Outbound JDBC driver connections from the H2O process to attacker-controlled hosts or to file:// and ldap:// style URIs.
  • Unexpected child processes spawned by the H2O Java Virtual Machine (JVM), such as /bin/sh, bash, or powershell.exe.
  • New or modified files in the H2O working directory shortly after an import API call.

Detection Strategies

  • Inspect web server and reverse proxy logs for POST requests to H2O import endpoints carrying JDBC parameters such as autoDeserialize, queryInterceptors, or statementInterceptors in any encoded form.
  • Flag any request body or query string containing repeated percent-encoding sequences (%25xx) targeted at H2O-3 endpoints.
  • Correlate JVM process telemetry with network egress to identify the H2O process initiating outbound connections to non-database destinations.
  • Hunt for Java deserialization stack traces in H2O server logs referencing classes like ObjectInputStream.readObject.

Monitoring Recommendations

  • Enable verbose access logging on the H2O REST API and forward logs to a centralized analytics platform for retention and queryability.
  • Baseline expected JDBC destinations and alert when the H2O service contacts new external hosts.
  • Monitor for unexpected file reads of sensitive paths such as /etc/passwd, /etc/shadow, or cloud metadata endpoints originating from the H2O service account.

How to Mitigate CVE-2025-6544

Immediate Actions Required

  • Upgrade h2oai/h2o-3 to a version newer than 3.46.0.8 that includes commit 0298ee3.
  • Restrict network access to H2O-3 REST API ports so only trusted internal clients can reach the service.
  • Run the H2O process under a dedicated low-privilege account to limit the impact of successful code execution.
  • Audit recent API access logs for double-encoded JDBC parameters and treat any matches as suspected compromise.

Patch Information

The maintainers fixed the deserialization vector in commit 0298ee348f5c73673b7b542158081e79605f5f25. The patch hardens JDBC connection parameter validation so that double URL-encoded payloads cannot bypass the filter. Upgrading to the fixed release is the only complete remediation. Additional context is available in the Huntr bounty report.

Workarounds

  • Disable or remove the JDBC import functionality if it is not required in your deployment.
  • Place H2O-3 behind an authenticating reverse proxy or VPN to block unauthenticated network access.
  • Deploy a web application firewall rule that rejects requests to H2O import endpoints containing %25 sequences in JDBC parameter values.
  • Remove vulnerable JDBC drivers known to expose deserialization sinks from the H2O classpath where feasible.
bash
# Example WAF rule (ModSecurity) to block double-encoded JDBC payloads to H2O
SecRule REQUEST_URI "@beginsWith /3/ImportSQLTable" \
  "chain,id:1006544,phase:2,deny,log,msg:'CVE-2025-6544 double-encoded JDBC param'"
  SecRule ARGS "@rx %25[0-9a-fA-F]{2}" "t:none"

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 Probability0.57%

  • 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 Bounty Details
  • Vendor Resources
  • GitHub Commit Change
  • Related CVEs
  • CVE-2026-3960: H2O-3 REST API RCE Vulnerability

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

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

  • CVE-2024-45758: H2O.ai H2O RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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