From 96f8a62c34ae4ce4a4dbb9b1059d309d4003a8fe 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:55:01 +0000 Subject: [PATCH] Publish Advisories GHSA-47f6-5p7h-5f3h GHSA-47f6-5p7h-5f3h --- .../GHSA-47f6-5p7h-5f3h.json | 84 +++++++++++++++++++ .../GHSA-47f6-5p7h-5f3h.json | 36 -------- 2 files changed, 84 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json diff --git a/advisories/github-reviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json b/advisories/github-reviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json new file mode 100644 index 00000000000..363dd6b2a5c --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-47f6-5p7h-5f3h", + "modified": "2025-03-20T19:53:19Z", + "published": "2025-03-20T12:32:45Z", + "aliases": [ + "CVE-2024-6854" + ], + "summary": "H2O Vulnerable to Arbitrary File Overwrite via File Export", + "details": "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 target server with a trained model file, although the content of the overwrite is not controllable by the attacker.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "h2o" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.32.1.1" + }, + { + "last_affected": "3.46.0" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "ai.h2o:h2o-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.32.1.1" + }, + { + "last_affected": "3.46.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6854" + }, + { + "type": "PACKAGE", + "url": "https://github.com/h2oai/h2o-3" + }, + { + "type": "WEB", + "url": "https://github.com/h2oai/h2o-3/blob/a20b5b19b769866ee24b217ee78b820e64c1cd6a/h2o-core/src/main/java/hex/Model.java#L3366" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/97d013f9-ac51-4c80-8dd7-8dfde11f33b2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-36" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T19:53:19Z", + "nvd_published_at": "2025-03-20T10:15:34Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json b/advisories/unreviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json deleted file mode 100644 index 920940ce8da..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-47f6-5p7h-5f3h/GHSA-47f6-5p7h-5f3h.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-47f6-5p7h-5f3h", - "modified": "2025-03-20T12:32:45Z", - "published": "2025-03-20T12:32:45Z", - "aliases": [ - "CVE-2024-6854" - ], - "details": "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 target server with a trained model file, although the content of the overwrite is not controllable by the attacker.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6854" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/97d013f9-ac51-4c80-8dd7-8dfde11f33b2" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-36" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-20T10:15:34Z" - } -} \ No newline at end of file