From 3ffae4c1f6b2a666688315d0c011c195b29cbb10 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 22:04:16 +0000 Subject: [PATCH] Publish Advisories GHSA-4jhw-c53w-w5r7 GHSA-jvpf-xf32-2w4q GHSA-4jhw-c53w-w5r7 --- .../GHSA-4jhw-c53w-w5r7.json | 66 +++++++++++++++++++ .../GHSA-jvpf-xf32-2w4q.json | 33 ++++++++-- .../GHSA-4jhw-c53w-w5r7.json | 37 ----------- 3 files changed, 95 insertions(+), 41 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json (64%) delete mode 100644 advisories/unreviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json diff --git a/advisories/github-reviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json b/advisories/github-reviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json new file mode 100644 index 00000000000..8f7431019c1 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json @@ -0,0 +1,66 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4jhw-c53w-w5r7", + "modified": "2025-03-21T22:03:03Z", + "published": "2025-03-21T18:31:35Z", + "aliases": [ + "CVE-2024-53351" + ], + "summary": "PipeCD Vulnerable to Privilege Escalation", + "details": "Insecure permissions in pipecd v0.49 allow attackers to gain access to the service account's token, leading to escalation of privileges.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/pipe-cd/pipecd" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.49.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53351" + }, + { + "type": "WEB", + "url": "https://gist.github.com/HouqiyuA/948a808b8bd48b17b37a4d5e0b6fb005" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pipe-cd/pipecd" + }, + { + "type": "WEB", + "url": "https://pipecd.dev" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284", + "CWE-732" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T22:03:03Z", + "nvd_published_at": "2025-03-21T17:15:38Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json b/advisories/github-reviewed/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json similarity index 64% rename from advisories/unreviewed/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json rename to advisories/github-reviewed/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json index b921c9a08d0..81b7cacde83 100644 --- a/advisories/unreviewed/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json +++ b/advisories/github-reviewed/2025/03/GHSA-jvpf-xf32-2w4q/GHSA-jvpf-xf32-2w4q.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-jvpf-xf32-2w4q", - "modified": "2025-03-20T12:32:45Z", + "modified": "2025-03-21T22:02:26Z", "published": "2025-03-20T12:32:44Z", "aliases": [ "CVE-2024-12910" ], + "summary": "LlamaIndex Uncontrolled Resource Consumption vulnerability", "details": "A vulnerability in the `KnowledgeBaseWebReader` class of the run-llama/llama_index repository, version latest, allows an attacker to cause a Denial of Service (DoS) by controlling a URL variable to contain the root URL. This leads to infinite recursive calls to the `get_article_urls` method, exhausting system resources and potentially crashing the application.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.0/AV:P/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "llama-index" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.12.9" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/run-llama/llama_index/commit/159ce485a1168100bb219dc1b93133f1121579d9" }, + { + "type": "PACKAGE", + "url": "https://github.com/run-llama/llama_index" + }, { "type": "WEB", "url": "https://huntr.com/bounties/27883f22-35ff-49df-aaa5-05031c7d6ad8" @@ -33,8 +58,8 @@ "CWE-400" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T22:02:26Z", "nvd_published_at": "2025-03-20T10:15:31Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json b/advisories/unreviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json deleted file mode 100644 index 26451efd1a7..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-4jhw-c53w-w5r7/GHSA-4jhw-c53w-w5r7.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4jhw-c53w-w5r7", - "modified": "2025-03-21T18:31:35Z", - "published": "2025-03-21T18:31:35Z", - "aliases": [ - "CVE-2024-53351" - ], - "details": "Insecure permissions in pipecd v0.49 allow attackers to gain access to the service account's token, leading to escalation of privileges.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53351" - }, - { - "type": "WEB", - "url": "https://gist.github.com/HouqiyuA/948a808b8bd48b17b37a4d5e0b6fb005" - }, - { - "type": "WEB", - "url": "https://github.com/pipe-cd/pipecd" - }, - { - "type": "WEB", - "url": "https://pipecd.dev" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-21T17:15:38Z" - } -} \ No newline at end of file