From fedfdcfbc60426f9baf01a7c6a239b1c1babcb9e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 20:05:58 +0000 Subject: [PATCH] Publish Advisories GHSA-p2vc-m5fv-9w9m GHSA-p2vc-m5fv-9w9m --- .../GHSA-p2vc-m5fv-9w9m.json | 84 +++++++++++++++++++ .../GHSA-p2vc-m5fv-9w9m.json | 36 -------- 2 files changed, 84 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json diff --git a/advisories/github-reviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json b/advisories/github-reviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json new file mode 100644 index 00000000000..01676b36782 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p2vc-m5fv-9w9m", + "modified": "2025-03-20T20:04:27Z", + "published": "2025-03-20T12:32:46Z", + "aliases": [ + "CVE-2024-7768" + ], + "summary": "H2O Vulnerable to Denial of Service (DoS) via `/3/ImportFiles` Endpoint", + "details": "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 endpoint, eventually filling up the request queue and leaving the server unable to handle other requests.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "h2o" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.46.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "ai.h2o:h2o-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.46.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7768" + }, + { + "type": "PACKAGE", + "url": "https://github.com/h2oai/h2o-3" + }, + { + "type": "WEB", + "url": "https://github.com/h2oai/h2o-3/blob/7d418fa19d3ab434f742818e37f891bef9102c97/h2o-core/src/main/java/water/api/ImportFilesHandler.java#L19" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/3fe640df-bef4-4072-8890-0d12bc2818f6" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-20T20:04:27Z", + "nvd_published_at": "2025-03-20T10:15:37Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json b/advisories/unreviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json deleted file mode 100644 index c6bc14be3fb..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-p2vc-m5fv-9w9m/GHSA-p2vc-m5fv-9w9m.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-p2vc-m5fv-9w9m", - "modified": "2025-03-20T12:32:46Z", - "published": "2025-03-20T12:32:46Z", - "aliases": [ - "CVE-2024-7768" - ], - "details": "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 endpoint, eventually filling up the request queue and leaving the server unable to handle other requests.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-7768" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/3fe640df-bef4-4072-8890-0d12bc2818f6" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-400" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-20T10:15:37Z" - } -} \ No newline at end of file