From 641a39aed3facde710abbe730e4d44f4d5d96fdd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:43:53 +0000 Subject: [PATCH] Publish GHSA-w36w-948j-xhfw --- .../GHSA-w36w-948j-xhfw.json | 37 ++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json (59%) diff --git a/advisories/unreviewed/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json b/advisories/github-reviewed/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json similarity index 59% rename from advisories/unreviewed/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json rename to advisories/github-reviewed/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json index 959aa2af1ca..57ab2232add 100644 --- a/advisories/unreviewed/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json +++ b/advisories/github-reviewed/2024/07/GHSA-w36w-948j-xhfw/GHSA-w36w-948j-xhfw.json @@ -1,26 +1,53 @@ { "schema_version": "1.4.0", "id": "GHSA-w36w-948j-xhfw", - "modified": "2024-07-21T12:30:48Z", + "modified": "2024-07-22T14:42:24Z", "published": "2024-07-21T12:30:48Z", "aliases": [ "CVE-2024-6960" ], + "summary": "H2O vulnerable to Deserialization of Untrusted Data", "details": "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 attacker can construct a crafted Iced model that uses Java gadgets and leads to arbitrary code execution when imported to the H2O platform.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "ai.h2o:h2o-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.46.0.4" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6960" }, + { + "type": "PACKAGE", + "url": "https://github.com/h2oai/h2o-3" + }, { "type": "WEB", "url": "https://research.jfrog.com/vulnerabilities/h2o-model-deserialization-rce-jfsa-2024-001035518" @@ -28,11 +55,11 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-502" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-07-22T14:42:24Z", "nvd_published_at": "2024-07-21T10:15:04Z" } } \ No newline at end of file