VYPR

Vendor CVEs

H2oai

All CVEs

30 total · sorted by risk
  • CVE-2025-6507CriSep 1, 2025
    risk 0.65cvss 9.8epss 0.13

    A vulnerability in the h2oai/h2o-3 repository allows attackers to exploit deserialization of untrusted data, potentially leading to arbitrary code execution and reading of system files. This issue affects the latest master branch version 3.47.0.99999. The vulnerability arises…

  • CVE-2024-5986CriFeb 2, 2026
    risk 0.59cvss 9.1epss 0.01

    A vulnerability in h2oai/h2o-3 version 3.46.0.1 allows remote attackers to write arbitrary data to any file on the server. This is achieved by exploiting the `/3/Parse` endpoint to inject attacker-controlled data as the header of an empty file, which is then exported using the…

  • CVE-2026-3960CriApr 23, 2026
    risk 0.57cvss 9.8epss 0.01

    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…

  • CVE-2025-5662CriSep 2, 2025
    risk 0.57cvss 9.8epss 0.01

    A deserialization vulnerability exists in the H2O-3 REST API (POST /99/ImportSQLTable) that affects all versions up to 3.46.0.7. This vulnerability allows remote code execution (RCE) due to improper validation of JDBC connection parameters when using a Key-Value format. The…

  • CVE-2024-6960HigJul 21, 2024
    risk 0.49cvss 7.5epss 0.01

    The H2O machine learning platform uses "Iced" classes as the primary means of moving Java Objects around the cluster. The Iced format supports inclusion of serialized Java objects. When a model is deserialized, any class is allowed to be deserialized (no class whitelist). An…

  • CVE-2026-8751HigMay 17, 2026
    risk 0.47cvss 7.3epss 0.00

    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…

  • CVE-2025-10769MedSep 21, 2025
    risk 0.41cvss 6.3epss 0.00

    A vulnerability has been found in h2oai h2o-3 up to 3.46.08. This affects an unknown function of the file /99/ImportSQLTable of the component H2 JDBC Driver. Such manipulation of the argument connection_url leads to deserialization. The attack may be launched remotely. The…

  • CVE-2025-10768MedSep 21, 2025
    risk 0.41cvss 6.3epss 0.00

    A flaw has been found in h2oai h2o-3 up to 3.46.08. The impacted element is an unknown function of the file /99/ImportSQLTable of the component IBMDB2 JDBC Driver. This manipulation of the argument connection_url causes deserialization. The attack may be initiated remotely. The…

  • CVE-2026-8752MedMay 17, 2026
    risk 0.34cvss 5.3epss 0.00

    A weakness has been identified in h2oai h2o-3 up to 7402. This vulnerability affects the function exec of the file h2o-core/src/main/java/water/rapids/ast/prims/misc/AstSetProperty.java of the component Rapids setproperty Primitive Handler. Executing a manipulation can lead to…

  • CVE-2026-8750MedMay 17, 2026
    risk 0.34cvss 5.3epss 0.01

    A vulnerability was identified in h2oai h2o-3 up to 7402. Affected by this issue is the function importFiles of the file h2o-core/src/main/java/water/persist/PersistNFS.java of the component ImportFile API. Such manipulation leads to information disclosure. The attack can be…

  • CVE-2023-6038Nov 16, 2023
    risk 0.05cvss epss 0.04

    A Local File Inclusion (LFI) vulnerability exists in the h2o-3 REST API, allowing unauthenticated remote attackers to read arbitrary files on the server with the permissions of the user running the h2o-3 instance. This issue affects the default installation and does not require…

  • CVE-2023-6016Nov 16, 2023
    risk 0.05cvss epss 0.31

    An attacker is able to gain remote code execution on a server hosting the H2O dashboard through it's POJO model import feature.

  • CVE-2025-6544Sep 21, 2025
    risk 0.00cvss epss 0.01

    A deserialization vulnerability exists in h2oai/h2o-3 versions <= 3.46.0.8, allowing attackers to read arbitrary system files and execute arbitrary code. The vulnerability arises from improper handling of JDBC connection parameters, which can be exploited by bypassing regular…

  • CVE-2024-10549Mar 20, 2025
    risk 0.00cvss epss 0.01

    A vulnerability in the `/3/Parse` endpoint of h2oai/h2o-3 version 3.46.0.1 allows for a denial of service (DoS) attack. The endpoint uses a user-specified string to construct a regular expression, which is then applied to another user-specified string. By sending multiple…

  • CVE-2024-8062Mar 20, 2025
    risk 0.00cvss epss 0.00

    A vulnerability in the typeahead endpoint of h2oai/h2o-3 version 3.46.0 allows for a denial of service. The endpoint performs a `HEAD` request to verify the existence of a specified resource without setting a timeout. An attacker can exploit this by sending multiple requests to…

  • CVE-2024-7768Mar 20, 2025
    risk 0.00cvss epss 0.01

    A vulnerability in the `/3/ImportFiles` endpoint of h2oai/h2o-3 version 3.46.1 allows an attacker to cause a denial of service. The endpoint takes a single GET parameter, `path`, which can be recursively set to reference itself. This leads the server to repeatedly call its own…

  • CVE-2024-6863Mar 20, 2025
    risk 0.00cvss epss 0.00

    In h2oai/h2o-3 version 3.46.0, an endpoint exposing a custom EncryptionTool allows an attacker to encrypt any files on the target server with a key of their choosing. The chosen key can also be overwritten, resulting in ransomware-like behavior. This vulnerability makes it…

  • CVE-2024-8616Mar 20, 2025
    risk 0.00cvss epss 0.01

    In h2oai/h2o-3 version 3.46.0, the `/99/Models/{name}/json` endpoint allows for arbitrary file overwrite on the target server. The vulnerability arises from the `exportModelDetails` function in `ModelsHandler.java`, where the user-controllable `mexport.dir` parameter is used to…

  • CVE-2024-10550Mar 20, 2025
    risk 0.00cvss epss 0.01

    A vulnerability in the `/3/ParseSetup` endpoint of h2oai/h2o-3 version 3.46.0.1 allows for a denial of service (DoS) attack. The endpoint applies a user-specified regular expression to a user-controllable string. This can be exploited by an attacker to cause inefficient regular…

  • CVE-2024-6854Mar 20, 2025
    risk 0.00cvss epss 0.01

    In h2oai/h2o-3 version 3.46.0, the endpoint for exporting models does not restrict the export location, allowing an attacker to export a model to any file in the server's file structure, thereby overwriting it. This vulnerability can be exploited to overwrite any file on the…

  • CVE-2024-10572Mar 20, 2025
    risk 0.00cvss epss 0.01

    In h2oai/h2o-3 version 3.46.0.1, the `run_tool` command exposes classes in the `water.tools` package through the `ast` parser. This includes the `XGBoostLibExtractTool` class, which can be exploited to shut down the server and write large files to arbitrary directories, leading…

  • CVE-2024-10553Mar 20, 2025
    risk 0.00cvss epss 0.01

    A vulnerability in the h2oai/h2o-3 REST API versions 3.46.0.4 allows unauthenticated remote attackers to execute arbitrary code via deserialization of untrusted data. The vulnerability exists in the endpoints POST /99/ImportSQLTable and POST /3/SaveToHiveTable, where…

  • CVE-2024-7765Mar 20, 2025
    risk 0.00cvss epss 0.01

    In h2oai/h2o-3 version 3.46.0.2, a vulnerability exists where uploading and repeatedly parsing a large GZIP file can cause a denial of service. The server becomes unresponsive due to memory exhaustion and a large number of concurrent slow-running jobs. This issue arises from the…

  • CVE-2024-8862Sep 14, 2024
    risk 0.00cvss epss 0.01

    A vulnerability, which was classified as critical, has been found in h2oai h2o-3 3.46.0.4. This issue affects the function getConnectionSafe of the file /dtale/chart-data/1 of the component JDBC Connection Handler. The manipulation of the argument query leads to deserialization.…

  • CVE-2024-5979Jun 27, 2024
    risk 0.00cvss epss 0.01

    In h2oai/h2o-3 version 3.46.0, the `run_tool` command in the `rapids` component allows the `main` function of any class under the `water.tools` namespace to be called. One such class, `MojoConvertTool`, crashes the server when invoked with an invalid argument, causing a denial…

  • CVE-2024-5550Jun 6, 2024
    risk 0.00cvss epss 0.01

    In h2oai/h2o-3 version 3.40.0.4, an exposure of sensitive information vulnerability exists due to an arbitrary system path lookup feature. This vulnerability allows any remote user to view full paths in the entire file system where h2o-3 is hosted. Specifically, the issue…

  • CVE-2024-1456Apr 16, 2024
    risk 0.00cvss epss 0.00

    An S3 bucket takeover vulnerability was identified in the h2oai/h2o-3 repository. The issue involves the S3 bucket 'http://s3.amazonaws.com/h2o-training', which was found to be vulnerable to unauthorized takeover.

  • CVE-2023-6569Dec 14, 2023
    risk 0.00cvss epss 0.01

    External Control of File Name or Path in h2oai/h2o-3

  • CVE-2023-6013Nov 16, 2023
    risk 0.00cvss epss 0.01

    H2O is vulnerable to stored XSS vulnerability which can lead to a Local File Include attack.

  • CVE-2023-6017Nov 16, 2023
    risk 0.00cvss epss 0.01

    H2O included a reference to an S3 bucket that no longer existed allowing an attacker to take over the S3 bucket URL.