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-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 that enables remote code execution. Attackers exploit JDBC parameters to read system files and run code. This article covers mitigation steps.

Published: April 1, 2026

CVE-2025-6544 Overview

A critical insecure deserialization vulnerability has been identified in h2oai/h2o-3, an open-source machine learning platform. The vulnerability exists in versions <= 3.46.0.8 and allows attackers to read arbitrary system files and execute arbitrary code on affected systems. The flaw arises from improper handling of JDBC connection parameters, which can be exploited by bypassing regular expression checks through double URL encoding techniques.

Critical Impact

This vulnerability enables remote attackers to achieve arbitrary file read and remote code execution through JDBC parameter manipulation, potentially leading to complete system compromise.

Affected Products

  • h2oai/h2o-3 versions <= 3.46.0.8
  • H2O Open Source Machine Learning Platform
  • All deployments utilizing vulnerable JDBC connection handling

Discovery Timeline

  • 2025-09-21 - CVE-2025-6544 published to NVD
  • 2025-10-08 - Last updated in NVD database

Technical Details for CVE-2025-6544

Vulnerability Analysis

This insecure deserialization vulnerability (CWE-502) stems from inadequate input validation in the JDBC connection parameter handling within H2O-3. The vulnerability allows attackers to bypass security controls that were implemented using regular expression checks. By leveraging double URL encoding, malicious actors can circumvent these filters and inject malicious serialized objects through JDBC connection strings.

The exploitation of this vulnerability can result in two primary attack outcomes: arbitrary file system read access and remote code execution. The network-accessible nature of the vulnerability, combined with no authentication requirements and no user interaction needed, makes this a particularly dangerous flaw that can be exploited remotely without any prerequisites.

Root Cause

The root cause lies in the improper sanitization and validation of JDBC connection parameters. The application relies on regular expression patterns to filter potentially malicious input, but the implementation fails to account for double URL encoding. When user-supplied data passes through the JDBC parameter handling code, attackers can encode malicious payloads twice, effectively bypassing the regex-based security checks. Once the encoded payload reaches the deserialization point, it gets decoded and processed, allowing the injection of arbitrary serialized objects.

Attack Vector

The attack is conducted over the network, targeting the JDBC connection handling functionality in H2O-3. An attacker crafts a malicious JDBC connection string with double URL-encoded payload designed to bypass the regular expression validation. The attack flow involves:

  1. The attacker identifies an exposed H2O-3 instance accepting JDBC connections
  2. A malicious serialized payload is crafted and double URL-encoded
  3. The encoded payload is submitted through JDBC connection parameters
  4. The regex-based security filters fail to detect the encoded malicious content
  5. Upon processing, the payload is decoded and deserialized
  6. The deserialized object executes arbitrary code or reads system files

The vulnerability requires no authentication and no user interaction, making it exploitable by any network-adjacent attacker with access to the H2O-3 service.

Detection Methods for CVE-2025-6544

Indicators of Compromise

  • Unusual JDBC connection attempts containing double URL-encoded characters (e.g., %25 sequences)
  • Unexpected file system access patterns from the H2O-3 process
  • Anomalous process spawning or command execution originating from the H2O service
  • Log entries showing malformed or suspicious JDBC connection strings

Detection Strategies

  • Monitor network traffic for JDBC connections containing encoded payload patterns, particularly sequences with %25 which indicate double encoding
  • Implement application-level logging to capture all JDBC connection parameter values before and after decoding
  • Deploy endpoint detection and response (EDR) solutions to monitor for suspicious process behavior from H2O-3 services
  • Configure file integrity monitoring on sensitive system files that could be targeted for exfiltration

Monitoring Recommendations

  • Enable verbose logging for JDBC connection handling in H2O-3 deployments
  • Implement network segmentation to limit exposure of H2O-3 instances to trusted networks only
  • Deploy SentinelOne agents on systems running H2O-3 to detect and respond to exploitation attempts
  • Establish baseline behavior for H2O-3 processes and alert on deviations such as unexpected child processes or network connections

How to Mitigate CVE-2025-6544

Immediate Actions Required

  • Upgrade h2oai/h2o-3 to a patched version above 3.46.0.8 immediately
  • If immediate patching is not possible, restrict network access to H2O-3 instances to trusted IP addresses only
  • Review logs for any indicators of prior exploitation attempts
  • Implement network-level filtering to block suspicious JDBC connection attempts

Patch Information

H2O.ai has released a security patch addressing this vulnerability. The fix is available in the GitHub commit 0298ee3. Organizations should upgrade to a version containing this fix as the primary remediation action.

Additional details about the vulnerability disclosure can be found in the Huntr bounty report.

Workarounds

  • Restrict network access to H2O-3 services using firewall rules or network segmentation
  • Implement a web application firewall (WAF) rule to detect and block double URL-encoded payloads in JDBC parameters
  • Disable or restrict JDBC functionality if not required for your deployment
  • Run H2O-3 with minimal system privileges to limit the impact of successful exploitation
bash
# Example: Restrict H2O-3 network access using iptables
# Allow connections only from trusted network segment
iptables -A INPUT -p tcp --dport 54321 -s 10.0.0.0/24 -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.8

  • EPSS Probability0.42%

  • 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 Notification
  • Vendor Resources
  • GitHub Commit Changes
  • Related CVEs
  • CVE-2024-5986: H2O.ai H2O-3 RCE Vulnerability

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