CVE-2026-8751 Details
Description
A security flaw has been discovered in h2oai h2o-3 up to 7402. This affects the function importBinaryModel of the file h2o-core/src/main/java/hex/Model.java of the component JAR Handler. Performing a manipulation results in deserialization. The attack is possible to be carried out remotely. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
A critical pre-authentication vulnerability allowing insecure deserialization has been identified in H2O.ai H2O-3 versions prior to 7402. This issue arises in the JAR Handler component, specifically within the 'importBinaryModel' function of 'Model.java'. The vulnerability can be exploited remotely by uploading a malicious JAR file that is then executed on the server during model scoring. The deserialization flaw was confirmed through a proof-of-concept that demonstrated the execution of attacker-controlled code via a restored reference to a custom metric function.
To address this vulnerability, it is recommended to require authentication and strong authorization for high-risk endpoints related to model import, export, and scoring. Additionally, untrusted model files should not be deserialized using generic methods. Instead, a safe format should be used that excludes executable references. After deserialization, all imported model parameters should be revalidated and any dynamic class-loading references rejected. Consider disabling user-provided code loading from DKV by default, unless needed in trusted environments.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://vuldb.com/submit/810107 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/vuln/364378 | [email protected] | Third Party AdvisoryVDB Entry |
| https://vuldb.com/vuln/364378/cti | [email protected] | Permissions RequiredVDB Entry |
| https://vulnplus-note.wetolink.com/share/b5nsQg6EcsBS | [email protected] | Broken Link |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-20 | Improper Input Validation | [email protected] |
| CWE-502 | Deserialization of Untrusted Data | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| h2o h2o | <= 7402 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 19, 2026 | Initial Analysis | [email protected] |
| May 17, 2026 | New CVE Received | [email protected] |