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-2026-8751

CVE-2026-8751: H2o H2o RCE Vulnerability

CVE-2026-8751 is a remote code execution vulnerability in h2oai h2o-3 caused by unsafe deserialization in the JAR Handler. This article covers technical details, affected versions, exploit availability, and mitigation.

Published: May 21, 2026

CVE-2026-8751 Overview

CVE-2026-8751 is an insecure deserialization vulnerability in h2oai h2o-3 versions up to 7402. The flaw resides in the importBinaryModel function of h2o-core/src/main/java/hex/Model.java within the JAR Handler component. An attacker can manipulate input to trigger unsafe deserialization remotely without authentication. According to the VulDB report, the exploit has been released publicly, and the vendor did not respond to disclosure attempts. The vulnerability is tracked under CWE-20: Improper Input Validation.

Critical Impact

Remote, unauthenticated attackers can exploit unsafe deserialization in importBinaryModel to influence the integrity, confidentiality, and availability of the h2o-3 machine learning platform.

Affected Products

  • h2oai h2o-3 versions up to and including 7402
  • h2o-core component containing hex/Model.java
  • JAR Handler subcomponent processing imported binary models

Discovery Timeline

  • 2026-05-17 - CVE-2026-8751 published to NVD
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8751

Vulnerability Analysis

The vulnerability exists in the importBinaryModel function within h2o-core/src/main/java/hex/Model.java. This function processes binary model artifacts supplied to the h2o-3 platform. The JAR Handler component performs deserialization on attacker-controlled data without sufficient validation. Because h2o-3 commonly exposes a network-accessible REST interface for model management, an attacker can reach the vulnerable code path remotely. The disclosure indicates a public exploit exists, increasing the likelihood of opportunistic attacks against exposed instances.

Root Cause

The root cause is improper input validation [CWE-20] during binary model import. The importBinaryModel function reconstructs Java objects from a serialized stream without enforcing class allow-lists or integrity checks. Java deserialization of untrusted data allows gadget chains in the classpath to execute logic during object reconstruction. The JAR Handler context expands the attack surface by loading classes from the imported archive.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker submits a crafted binary model to the importBinaryModel endpoint exposed by the h2o-3 server. During deserialization, malicious object graphs are reconstructed, leading to manipulation of application state. Because h2o-3 is frequently deployed in data science environments with access to sensitive datasets, successful exploitation can disclose training data or tamper with model behavior.

No verified public proof-of-concept code is included in this advisory. Refer to the VulDB Vulnerability Details #364378 and VulDB CTI Analysis reports for additional technical context.

Detection Methods for CVE-2026-8751

Indicators of Compromise

  • Unexpected HTTP requests to the h2o-3 REST endpoint responsible for importing binary models, particularly from external sources.
  • Unusual Java process activity originating from the h2o-3 service, including spawning of shells or network connections to unknown hosts.
  • Newly created or modified JAR files in the h2o-3 working directory outside of scheduled deployments.

Detection Strategies

  • Inspect application logs for invocations of importBinaryModel with suspicious payload sizes or unauthenticated callers.
  • Monitor Java Virtual Machine telemetry for deserialization of unexpected classes, especially common gadget chain classes such as those from Commons Collections or Spring.
  • Apply network detection rules to identify POST requests carrying serialized Java objects (magic bytes AC ED 00 05) to h2o-3 service ports.

Monitoring Recommendations

  • Forward h2o-3 access logs and host process telemetry to a centralized analytics platform for correlation against threat intelligence feeds.
  • Baseline normal model import activity and alert on deviations in source IP, frequency, and payload characteristics.
  • Track child processes of the h2o-3 JVM to identify post-exploitation behavior such as bash, cmd.exe, or outbound connections.

How to Mitigate CVE-2026-8751

Immediate Actions Required

  • Restrict network access to h2o-3 instances by placing them behind authenticated reverse proxies or VPNs, and block internet exposure.
  • Disable or firewall the model import endpoint when it is not required for production workflows.
  • Audit existing h2o-3 deployments for unauthorized model imports and unexpected process activity since the publication date.

Patch Information

No vendor advisory or fixed version is referenced in the available CVE data. The disclosure notes that the vendor was contacted but did not respond. Track upstream updates at the h2oai project repository and the VulDB Vulnerability Details #364378 for any future remediation guidance.

Workarounds

  • Run h2o-3 as a low-privilege service account with restricted file system and network permissions to limit deserialization impact.
  • Import only binary models from trusted, internally signed sources and validate cryptographic signatures before passing data to importBinaryModel.
  • Deploy a Java security manager or runtime deserialization filter (jdk.serialFilter) to restrict allowed classes during object reconstruction.
bash
# Example: restrict Java deserialization classes via JVM flag
java -Djdk.serialFilter='hex.**;water.**;!*' -jar h2o.jar

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.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
  • Technical References
  • VulDB Report Submission

  • VulDB Vulnerability Details #364378

  • VulDB CTI Analysis #364378

  • VulnPlus Note Share
  • 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 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