From b6cb3258c59bf0a8d8067c8b3b4aeaa218733135 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:08:19 +0000 Subject: [PATCH] Publish Advisories GHSA-83qj-6fr2-vhqg GHSA-h7xg-cmpp-48hf --- .../GHSA-83qj-6fr2-vhqg.json | 10 +++++- .../GHSA-h7xg-cmpp-48hf.json | 35 ++++++++++++++++--- 2 files changed, 39 insertions(+), 6 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json (65%) diff --git a/advisories/github-reviewed/2025/03/GHSA-83qj-6fr2-vhqg/GHSA-83qj-6fr2-vhqg.json b/advisories/github-reviewed/2025/03/GHSA-83qj-6fr2-vhqg/GHSA-83qj-6fr2-vhqg.json index e990234bb63..272453d4fae 100644 --- a/advisories/github-reviewed/2025/03/GHSA-83qj-6fr2-vhqg/GHSA-83qj-6fr2-vhqg.json +++ b/advisories/github-reviewed/2025/03/GHSA-83qj-6fr2-vhqg/GHSA-83qj-6fr2-vhqg.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-83qj-6fr2-vhqg", - "modified": "2025-03-19T15:22:12Z", + "modified": "2025-03-20T19:06:00Z", "published": "2025-03-10T18:31:56Z", "aliases": [ "CVE-2025-24813" @@ -163,6 +163,14 @@ "type": "WEB", "url": "https://lists.apache.org/thread/j5fkjv2k477os90nczf2v9l61fb0kkgq" }, + { + "type": "WEB", + "url": "https://www.vicarius.io/vsociety/posts/cve-2025-24813-detect-apache-tomcat-rce" + }, + { + "type": "WEB", + "url": "https://www.vicarius.io/vsociety/posts/cve-2025-24813-mitigate-apache-tomcat-rce" + }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2025/03/10/5" diff --git a/advisories/unreviewed/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json b/advisories/github-reviewed/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json similarity index 65% rename from advisories/unreviewed/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json rename to advisories/github-reviewed/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json index d2b15fffacb..ceb4edf587f 100644 --- a/advisories/unreviewed/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json +++ b/advisories/github-reviewed/2025/03/GHSA-h7xg-cmpp-48hf/GHSA-h7xg-cmpp-48hf.json @@ -1,19 +1,40 @@ { "schema_version": "1.4.0", "id": "GHSA-h7xg-cmpp-48hf", - "modified": "2025-03-20T12:32:39Z", + "modified": "2025-03-20T19:07:18Z", "published": "2025-03-20T12:32:39Z", "aliases": [ "CVE-2024-10553" ], - "details": "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 user-controlled JDBC URLs are passed to DriverManager.getConnection, leading to deserialization if a MySQL or PostgreSQL driver is available in the classpath. This issue is fixed in version 3.47.0.", + "summary": "H2O Deserialization of Untrusted Data Vulnerability", + "details": "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 user-controlled JDBC URLs are passed to DriverManager.getConnection, leading to deserialization if a MySQL or PostgreSQL driver is available in the classpath. This issue is fixed in version 3.46.0.6.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "h2o" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.46.0.6" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/h2oai/h2o-3/commit/ac1d642b4d86f10a02d75974055baf2a4b2025ac" }, + { + "type": "PACKAGE", + "url": "https://github.com/h2oai/h2o-3" + }, { "type": "WEB", "url": "https://huntr.com/bounties/e6f550dd-eda2-428c-a740-ed8f893a084b" @@ -33,8 +58,8 @@ "CWE-502" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T19:07:18Z", "nvd_published_at": "2025-03-20T10:15:17Z" } } \ No newline at end of file