From d678b30f1bced1657593b1b87158c299774cc245 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 03:25:48 +0000 Subject: [PATCH] Publish Advisories GHSA-38mg-wm59-g64x GHSA-5cpq-9538-jm2j --- .../GHSA-38mg-wm59-g64x.json | 37 +++++++++++++++++-- .../GHSA-5cpq-9538-jm2j.json | 33 +++++++++++++++-- 2 files changed, 62 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json (53%) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json (62%) diff --git a/advisories/unreviewed/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json b/advisories/github-reviewed/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json similarity index 53% rename from advisories/unreviewed/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json rename to advisories/github-reviewed/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json index 40d4900e8dc..f6983338fe2 100644 --- a/advisories/unreviewed/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json +++ b/advisories/github-reviewed/2025/03/GHSA-38mg-wm59-g64x/GHSA-38mg-wm59-g64x.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-38mg-wm59-g64x", - "modified": "2025-03-20T12:32:49Z", + "modified": "2025-03-21T03:24:41Z", "published": "2025-03-20T12:32:49Z", "aliases": [ "CVE-2024-8955" ], + "summary": "composio allows Server-Side Request Forgery (SSRF) in BROWSERTOOL", "details": "A Server-Side Request Forgery (SSRF) vulnerability exists in composiohq/composio version v0.4.4. This vulnerability allows an attacker to read the contents of any file in the system by exploiting the BROWSERTOOL_GOTO_PAGE and BROWSERTOOL_GET_PAGE_DETAILS actions.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "composio-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.4.4" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8955" }, + { + "type": "PACKAGE", + "url": "https://github.com/ComposioHQ/composio" + }, + { + "type": "WEB", + "url": "https://github.com/ComposioHQ/composio/blob/master/python/composio/tools/local/browsertool/actions/goto_page.py#L1" + }, { "type": "WEB", "url": "https://huntr.com/bounties/13bc0399-2d9b-449e-95f2-6e9a7e39383d" @@ -29,8 +58,8 @@ "CWE-643" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T03:24:41Z", "nvd_published_at": "2025-03-20T10:15:45Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json b/advisories/github-reviewed/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json similarity index 62% rename from advisories/unreviewed/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json rename to advisories/github-reviewed/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json index 401d07cfb2b..2d64a1f9b9d 100644 --- a/advisories/unreviewed/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json +++ b/advisories/github-reviewed/2025/03/GHSA-5cpq-9538-jm2j/GHSA-5cpq-9538-jm2j.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-5cpq-9538-jm2j", - "modified": "2025-03-20T12:32:49Z", + "modified": "2025-03-21T03:24:15Z", "published": "2025-03-20T12:32:49Z", "aliases": [ "CVE-2024-8966" ], + "summary": "Gradio DOS in multipart boundry while uploading the file", "details": "A vulnerability in the file upload process of gradio-app/gradio version @gradio/video@0.10.2 allows for a Denial of Service (DoS) attack. An attacker can append a large number of characters to the end of a multipart boundary, causing the system to continuously process each character and issue warnings. This can render Gradio inaccessible for extended periods, disrupting services and causing significant downtime.", "severity": [ { @@ -13,12 +14,36 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "gradio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "5.22.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8966" }, + { + "type": "PACKAGE", + "url": "https://github.com/gradio-app/gradio" + }, { "type": "WEB", "url": "https://huntr.com/bounties/7b5932bb-58d1-4e71-b85c-43dc40522ff2" @@ -29,8 +54,8 @@ "CWE-400" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T03:24:15Z", "nvd_published_at": "2025-03-20T10:15:45Z" } } \ No newline at end of file