From c0f40ebbd70a79dacb83d88cef004afe65f98642 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:15:36 +0000 Subject: [PATCH] Publish GHSA-g6c9-f4xm-9j4x --- .../GHSA-g6c9-f4xm-9j4x.json | 31 ++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json (67%) diff --git a/advisories/unreviewed/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json b/advisories/github-reviewed/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json similarity index 67% rename from advisories/unreviewed/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json rename to advisories/github-reviewed/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json index 82d943f0d66..58a2a890ee3 100644 --- a/advisories/unreviewed/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json +++ b/advisories/github-reviewed/2024/06/GHSA-g6c9-f4xm-9j4x/GHSA-g6c9-f4xm-9j4x.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-g6c9-f4xm-9j4x", - "modified": "2024-06-22T06:30:37Z", + "modified": "2024-06-24T21:14:32Z", "published": "2024-06-22T06:30:37Z", "aliases": [ "CVE-2024-4940" ], + "summary": "Open redirect in gradio", "details": "An open redirect vulnerability exists in the gradio-app/gradio, affecting the latest version. The vulnerability allows an attacker to redirect users to arbitrary websites, which can be exploited for phishing attacks, Cross-site Scripting (XSS), Server-Side Request Forgery (SSRF), amongst others. This issue is due to improper validation of user-supplied input in the handling of URLs. Attackers can exploit this vulnerability by crafting a malicious URL that, when processed by the application, redirects the user to an attacker-controlled web page.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "gradio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.36.1" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4940" }, + { + "type": "PACKAGE", + "url": "https://github.com/gradio-app/gradio" + }, { "type": "WEB", "url": "https://huntr.com/bounties/35aaea93-6895-4f03-9c1b-cd992665aa60" @@ -31,8 +54,8 @@ "CWE-601" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-06-24T21:14:32Z", "nvd_published_at": "2024-06-22T06:15:11Z" } } \ No newline at end of file