From 7c75ad6bc6e758976d28478f0e79faed07b28a02 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:08:22 +0000 Subject: [PATCH] Publish Advisories GHSA-973g-55hp-3frw GHSA-973g-55hp-3frw --- .../GHSA-973g-55hp-3frw.json | 65 +++++++++++++++++++ .../GHSA-973g-55hp-3frw.json | 38 ----------- 2 files changed, 65 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json delete mode 100644 advisories/unreviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json diff --git a/advisories/github-reviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json b/advisories/github-reviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json new file mode 100644 index 00000000000..35ab5524dd8 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-973g-55hp-3frw", + "modified": "2024-06-06T22:06:58Z", + "published": "2024-06-06T18:30:58Z", + "aliases": [ + "CVE-2024-4325" + ], + "summary": "Server-Side Request Forgery in gradio", + "details": "A Server-Side Request Forgery (SSRF) vulnerability exists in the gradio-app/gradio and was discovered in version 4.21.0, specifically within the `/queue/join` endpoint and the `save_url_to_cache` function. The vulnerability arises when the `path` value, obtained from the user and expected to be a URL, is used to make an HTTP request without sufficient validation checks. This flaw allows an attacker to send crafted requests that could lead to unauthorized access to the local network or the AWS metadata endpoint, thereby compromising the security of internal servers.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "gradio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "4.36.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4325" + }, + { + "type": "WEB", + "url": "https://github.com/gradio-app/gradio/pull/8301" + }, + { + "type": "PACKAGE", + "url": "https://github.com/gradio-app/gradio" + }, + { + "type": "WEB", + "url": "https://huntr.com/bounties/b34f084b-7d14-4f00-bc10-048a3a5aaf88" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-918" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-06-06T22:06:57Z", + "nvd_published_at": "2024-06-06T18:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json b/advisories/unreviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json deleted file mode 100644 index e2f9fee4e17..00000000000 --- a/advisories/unreviewed/2024/06/GHSA-973g-55hp-3frw/GHSA-973g-55hp-3frw.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-973g-55hp-3frw", - "modified": "2024-06-06T18:30:58Z", - "published": "2024-06-06T18:30:58Z", - "aliases": [ - "CVE-2024-4325" - ], - "details": "A Server-Side Request Forgery (SSRF) vulnerability exists in the gradio-app/gradio version 4.21.0, specifically within the `/queue/join` endpoint and the `save_url_to_cache` function. The vulnerability arises when the `path` value, obtained from the user and expected to be a URL, is used to make an HTTP request without sufficient validation checks. This flaw allows an attacker to send crafted requests that could lead to unauthorized access to the local network or the AWS metadata endpoint, thereby compromising the security of internal servers.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4325" - }, - { - "type": "WEB", - "url": "https://huntr.com/bounties/b34f084b-7d14-4f00-bc10-048a3a5aaf88" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-918" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-06-06T18:15:18Z" - } -} \ No newline at end of file