Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-3960

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

CVE-2026-3960 is a remote code execution flaw in H2O-3's unauthenticated REST API that allows attackers to execute arbitrary code by exploiting PostgreSQL JDBC parameters. This post covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-3960 Overview

A critical remote code execution vulnerability exists in the unauthenticated REST API endpoint /99/ImportSQLTable in H2O-3 version 3.46.0.9 and prior. The vulnerability arises due to insufficient security controls in the parameter blacklist mechanism, which only targets MySQL JDBC driver-specific dangerous parameters. An attacker can bypass these controls by switching the JDBC URL protocol to jdbc:postgresql: and exploiting PostgreSQL JDBC driver-specific parameters such as socketFactory and socketFactoryArg. This allows unauthenticated attackers to execute arbitrary code on the H2O-3 server with the privileges of the H2O-3 process.

Critical Impact

Unauthenticated remote code execution via JDBC protocol bypass allows attackers to gain complete control of the H2O-3 server and execute arbitrary commands with server process privileges.

Affected Products

  • H2O-3 version 3.46.0.9 and prior
  • H2O-3 deployments with exposed /99/ImportSQLTable REST API endpoint
  • Systems using H2O-3 with network-accessible API interfaces

Discovery Timeline

  • 2026-04-23 - CVE CVE-2026-3960 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-3960

Vulnerability Analysis

This vulnerability is classified as Code Injection (CWE-94) and affects the SQL import functionality in H2O-3's REST API. The core issue stems from an incomplete parameter blacklist implementation in the SQLManager.java component. While the developers implemented security controls to block dangerous MySQL JDBC parameters like autoDeserialize and queryInterceptors, they failed to account for similar dangerous parameters in the PostgreSQL JDBC driver.

The unauthenticated nature of the /99/ImportSQLTable endpoint significantly increases the risk, as attackers do not need any credentials to exploit this vulnerability. By crafting a malicious JDBC connection string using the PostgreSQL protocol scheme, an attacker can specify arbitrary Java classes via the socketFactory parameter, leading to arbitrary code execution within the context of the H2O-3 process.

Root Cause

The root cause is an incomplete security blacklist in the JDBC parameter validation logic. The original implementation focused exclusively on MySQL-specific dangerous parameters while overlooking equivalent attack vectors in other supported JDBC drivers, particularly PostgreSQL. This represents a classic case of insufficient input validation where security controls were not comprehensively applied across all supported protocols.

Attack Vector

The attack leverages the network-accessible REST API endpoint /99/ImportSQLTable. An attacker constructs a malicious JDBC URL using the jdbc:postgresql: protocol scheme and includes parameters such as socketFactory and socketFactoryArg to specify a malicious Java class that will be instantiated during the connection attempt. Since the endpoint requires no authentication, any network-accessible H2O-3 instance is vulnerable to exploitation.

The following patch demonstrates how the vulnerability was addressed by expanding the parameter blacklist to include PostgreSQL-specific dangerous parameters:

java
   private static final Pattern JDBC_PARAMETERS_REGEX_PATTERN = Pattern.compile("(?i)([a-z0-9_]+)\\s*=\\s*");
 
   private static final List<String> DEFAULT_JDBC_DISALLOWED_PARAMETERS = Stream.of(
-          "autoDeserialize", "queryInterceptors", "allowLoadLocalInfile", "allowMultiQueries", //mysql 
-          "allowLoadLocalInfileInPath", "allowUrlInLocalInfile", "allowPublicKeyRetrieval", //mysql 
+          "autoDeserialize", "queryInterceptors", "allowLoadLocalInfile", "allowMultiQueries", //mysql
+          "allowLoadLocalInfileInPath", "allowUrlInLocalInfile", "allowPublicKeyRetrieval", //mysql
+          "statementInterceptors", //mysql
+          "socketFactory", "socketFactoryArg", "sslfactory", "sslfactoryarg", //postgresql
+          "loggerLevel", "loggerFile", //postgresql -- not dangerous but user should not have a reason to use them
           "init", "script", "shutdown" //h2
   ).map(String::toLowerCase).collect(Collectors.toList());
   private static AtomicLong NEXT_TABLE_NUM = new AtomicLong(0);

Source: GitHub Commit Update

Detection Methods for CVE-2026-3960

Indicators of Compromise

  • HTTP requests to the /99/ImportSQLTable endpoint containing jdbc:postgresql: protocol strings
  • JDBC connection attempts with suspicious parameters such as socketFactory, socketFactoryArg, sslfactory, or sslfactoryarg
  • Unexpected process spawning or network connections originating from the H2O-3 process

Detection Strategies

  • Implement web application firewall (WAF) rules to inspect requests to /99/ImportSQLTable for PostgreSQL protocol strings with dangerous parameters
  • Monitor H2O-3 application logs for unusual SQL import requests, particularly those using non-MySQL JDBC protocols
  • Deploy network intrusion detection signatures to identify exploitation attempts targeting this endpoint
  • Enable endpoint detection and response (EDR) monitoring for anomalous behavior from H2O-3 processes

Monitoring Recommendations

  • Configure alerting for any access to the /99/ImportSQLTable endpoint from untrusted network sources
  • Monitor for child process creation from H2O-3 Java processes that may indicate code execution
  • Review JDBC connection strings in application logs for unexpected protocol schemes or parameters
  • Implement baseline monitoring for H2O-3 process behavior to detect deviations indicating exploitation

How to Mitigate CVE-2026-3960

Immediate Actions Required

  • Upgrade H2O-3 to version 3.46.0.10 or later immediately
  • Restrict network access to the /99/ImportSQLTable endpoint using firewall rules or network segmentation
  • Implement authentication requirements for all REST API endpoints if not already in place
  • Review logs for any historical exploitation attempts targeting this endpoint

Patch Information

The vulnerability has been resolved in H2O-3 version 3.46.0.10. The patch expands the DEFAULT_JDBC_DISALLOWED_PARAMETERS list to include PostgreSQL-specific dangerous parameters including socketFactory, socketFactoryArg, sslfactory, and sslfactoryarg. Additionally, logging-related parameters loggerLevel and loggerFile were added to the blocklist as a defense-in-depth measure. The fix is available in the GitHub commit.

Workarounds

  • Block external network access to H2O-3 REST API endpoints using firewall rules until patching is complete
  • Implement a reverse proxy with request filtering to block JDBC URLs containing PostgreSQL protocol schemes with dangerous parameters
  • Deploy the H2O-3 instance behind an authentication gateway to prevent unauthenticated API access
  • Consider temporarily disabling the SQL import functionality if not required for operations
bash
# Example iptables rule to restrict access to H2O-3 default port
iptables -A INPUT -p tcp --dport 54321 -s 10.0.0.0/8 -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

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • GitHub Commit Update

  • Huntr Bounty Report
  • Related CVEs
  • 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

  • CVE-2024-45758: H2O.ai H2O RCE Vulnerability
Default Legacy - Prefooter | 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