A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-8752

CVE-2026-8752: H2o H2o Auth Bypass Vulnerability

CVE-2026-8752 is an authentication bypass flaw in H2o H2o affecting the Rapids setproperty primitive handler. Attackers can exploit improper access controls remotely. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-8752 Overview

CVE-2026-8752 is an improper access control vulnerability in h2oai h2o-3 up to version 7402. The flaw resides in the exec function of h2o-core/src/main/java/water/rapids/ast/prims/misc/AstSetProperty.java, part of the Rapids setproperty Primitive Handler. Remote attackers can manipulate the handler to bypass access controls without authentication or user interaction. The exploit is publicly available, increasing exposure risk. The vendor was contacted but did not respond to the disclosure.

Critical Impact

Remote, unauthenticated attackers can manipulate the Rapids setproperty primitive to bypass access controls on affected h2o-3 deployments, with public exploit code available.

Affected Products

  • h2oai h2o-3 versions up to and including 7402
  • Component: Rapids setproperty Primitive Handler (AstSetProperty.java)
  • Deployments exposing the h2o-3 REST/Rapids interface to the network

Discovery Timeline

  • 2026-05-17 - CVE-2026-8752 published to the National Vulnerability Database
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-8752

Vulnerability Analysis

The vulnerability exists in the Rapids expression engine of h2o-3, an open source machine learning platform. The exec method of AstSetProperty.java implements the Rapids setproperty primitive, which writes runtime properties used by the h2o cluster. The handler does not enforce sufficient access controls before applying property modifications. An attacker reachable over the network can invoke this primitive and modify properties they should not be authorized to change. Because Rapids expressions are processed by the h2o cluster service, this exposes configuration state to remote, unauthenticated actors. The weakness is classified under [CWE-266] Incorrect Privilege Assignment.

Root Cause

The exec function in AstSetProperty.java accepts and applies property changes without validating that the caller holds the privileges required to mutate cluster-level configuration. The Rapids primitive treats incoming requests as trusted, omitting the authorization check expected for state-changing operations. This design issue allows callers to influence runtime properties that downstream code assumes were set by privileged operators.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends a crafted Rapids expression that invokes the setproperty primitive against an exposed h2o-3 endpoint. The handler executes the property mutation, altering cluster state. Public exploit code lowers the skill barrier for opportunistic exploitation against internet-exposed instances. The vulnerability mechanism is described in the VulDB Vulnerability #364379 advisory; no verified proof-of-concept code is reproduced here.

Detection Methods for CVE-2026-8752

Indicators of Compromise

  • Rapids expressions in h2o-3 request logs containing setproperty invocations from unexpected source addresses
  • Unexplained changes to h2o cluster runtime properties without a corresponding administrative action
  • HTTP requests to the h2o REST endpoint (default port 54321) containing AstSetProperty references

Detection Strategies

  • Inspect h2o-3 access logs for /3/Rapids requests carrying setproperty AST nodes originating outside the management network
  • Alert on any access to the h2o-3 service from non-allowlisted client addresses
  • Correlate property change events with authenticated administrator sessions to surface unauthorized mutations

Monitoring Recommendations

  • Forward h2o-3 server logs to a centralized logging platform and retain Rapids request payloads for analysis
  • Establish a baseline of expected Rapids primitives invoked by data science workflows and flag deviations
  • Monitor network flows to TCP/54321 (and any custom h2o ports) for traffic crossing trust boundaries

How to Mitigate CVE-2026-8752

Immediate Actions Required

  • Remove h2o-3 instances from direct internet exposure and place them behind authenticated reverse proxies or VPN
  • Restrict network access to the h2o-3 REST and Rapids endpoints to trusted data science workstations only
  • Audit recent Rapids activity for unauthorized setproperty invocations and review cluster property state

Patch Information

As of the published advisory, the vendor was contacted early but did not respond to the disclosure, and no fixed version has been identified. Operators should monitor the h2oai h2o-3 GitHub repository for updates and apply any vendor-issued patches once available. Until a fix is published, treat all h2o-3 deployments at version 7402 and below as vulnerable.

Workarounds

  • Enforce network-layer access control lists so only authorized analyst workstations can reach the h2o-3 service
  • Run h2o-3 behind an authenticating proxy that rejects unauthenticated Rapids requests
  • Disable or block client access to the setproperty primitive at the proxy layer where feasible
  • Operate h2o-3 clusters inside isolated VPCs or namespaces with no inbound internet routing
bash
# Configuration example: restrict h2o-3 to a bind address and firewall the port
# Bind h2o-3 to an internal interface only
java -jar h2o.jar -ip 10.0.0.10 -port 54321

# Linux iptables: allow only an analyst subnet to reach the Rapids endpoint
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
  • TypeAuth Bypass

  • Vendor/TechH2o

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-266

  • NVD-CWE-noinfo
  • Technical References
  • VulDB Submission #810108

  • VulDB Vulnerability #364379

  • VulDB CTI for #364379

  • VulnPlus Note Share
  • Related CVEs
  • CVE-2026-8750: H2O Information Disclosure Vulnerability

  • CVE-2026-8751: H2o H2o RCE Vulnerability

  • CVE-2026-3960: H2O-3 REST API RCE Vulnerability

  • CVE-2024-5986: H2O.ai 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