From 16242cfcb5aa8fc8e885451a16f7a6bc37f78669 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:40:14 +0000 Subject: [PATCH] Publish Advisories GHSA-6rq9-53c3-f7vj GHSA-g9xm-7538-mq8w --- .../GHSA-6rq9-53c3-f7vj.json | 47 +++++++++++++++++-- .../GHSA-g9xm-7538-mq8w.json | 5 +- 2 files changed, 44 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json (57%) diff --git a/advisories/unreviewed/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json b/advisories/github-reviewed/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json similarity index 57% rename from advisories/unreviewed/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json rename to advisories/github-reviewed/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json index f0824169da1..be702daa99c 100644 --- a/advisories/unreviewed/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json +++ b/advisories/github-reviewed/2024/06/GHSA-6rq9-53c3-f7vj/GHSA-6rq9-53c3-f7vj.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-6rq9-53c3-f7vj", - "modified": "2024-06-06T21:30:37Z", + "modified": "2024-10-23T17:39:17Z", "published": "2024-06-06T21:30:37Z", "aliases": [ "CVE-2024-5187" ], + "summary": "onnx allows Arbitrary File Overwrite in download_model_with_test_data", "details": "A vulnerability in the `download_model_with_test_data` function of the onnx/onnx framework, version 1.16.0, allows for arbitrary file overwrite due to inadequate prevention of path traversal attacks in malicious tar files. This vulnerability enables attackers to overwrite any file on the system, potentially leading to remote code execution, deletion of system, personal, or application files, thus impacting the integrity and availability of the system. The issue arises from the function's handling of tar file extraction without performing security checks on the paths within the tar file, as demonstrated by the ability to overwrite the `/home/kali/.ssh/authorized_keys` file by specifying an absolute path in the malicious tar file.", "severity": [ { @@ -14,13 +15,51 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "onnx" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.17.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5187" }, + { + "type": "WEB", + "url": "https://github.com/onnx/onnx/issues/6215" + }, + { + "type": "WEB", + "url": "https://github.com/onnx/onnx/pull/6145" + }, + { + "type": "WEB", + "url": "https://github.com/onnx/onnx/commit/1b70f9b673259360b6a2339c4bd97db9ea6e552f" + }, + { + "type": "WEB", + "url": "https://github.com/onnx/onnx/commit/3fc3845edb048df559aa2a839e39e95503a0ee34" + }, + { + "type": "PACKAGE", + "url": "https://github.com/onnx/onnx" + }, { "type": "WEB", "url": "https://huntr.com/bounties/50235ebd-3410-4ada-b064-1a648e11237e" @@ -31,8 +70,8 @@ "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-10-23T17:39:17Z", "nvd_published_at": "2024-06-06T19:16:06Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-g9xm-7538-mq8w/GHSA-g9xm-7538-mq8w.json b/advisories/github-reviewed/2024/10/GHSA-g9xm-7538-mq8w/GHSA-g9xm-7538-mq8w.json index e7b99c86a7a..4a2812cd05e 100644 --- a/advisories/github-reviewed/2024/10/GHSA-g9xm-7538-mq8w/GHSA-g9xm-7538-mq8w.json +++ b/advisories/github-reviewed/2024/10/GHSA-g9xm-7538-mq8w/GHSA-g9xm-7538-mq8w.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-g9xm-7538-mq8w", - "modified": "2024-10-18T14:49:44Z", + "modified": "2024-10-23T17:39:53Z", "published": "2024-10-17T17:12:21Z", "aliases": [ "CVE-2024-24826" @@ -32,9 +32,6 @@ } ] } - ], - "versions": [ - "0.16.0" ] } ],