From 91d8217faa21419a91ce940cec7bd4fde0b20938 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:07:26 +0000 Subject: [PATCH] Publish Advisories GHSA-f82r-jj5r-6g97 GHSA-qh6x-j82h-vpf9 --- .../GHSA-f82r-jj5r-6g97.json | 31 +++++++++++++--- .../GHSA-qh6x-j82h-vpf9.json | 35 ++++++++++++++++--- 2 files changed, 58 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json (65%) rename advisories/{unreviewed => github-reviewed}/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json (61%) diff --git a/advisories/unreviewed/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json b/advisories/github-reviewed/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json similarity index 65% rename from advisories/unreviewed/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json rename to advisories/github-reviewed/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json index c2bca4e1bdf..6c00d06b2dc 100644 --- a/advisories/unreviewed/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json +++ b/advisories/github-reviewed/2024/04/GHSA-f82r-jj5r-6g97/GHSA-f82r-jj5r-6g97.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-f82r-jj5r-6g97", - "modified": "2024-04-16T00:30:32Z", + "modified": "2024-04-16T18:06:16Z", "published": "2024-04-16T00:30:32Z", "aliases": [ "CVE-2024-1483" ], + "summary": "mlflow Path Traversal vulnerability", "details": "A path traversal vulnerability exists in mlflow/mlflow version 2.9.2, allowing attackers to access arbitrary files on the server. By crafting a series of HTTP POST requests with specially crafted 'artifact_location' and 'source' parameters, using a local URI with '#' instead of '?', an attacker can traverse the server's directory structure. The issue occurs due to insufficient validation of user-supplied input in the server's handlers.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "mlflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.9.2" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1483" }, + { + "type": "PACKAGE", + "url": "https://github.com/mlflow/mlflow" + }, { "type": "WEB", "url": "https://huntr.com/bounties/52a3855d-93ff-4460-ac24-9c7e4334198d" @@ -31,8 +54,8 @@ "CWE-22" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-16T18:06:16Z", "nvd_published_at": "2024-04-16T00:15:08Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json b/advisories/github-reviewed/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json similarity index 61% rename from advisories/unreviewed/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json rename to advisories/github-reviewed/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json index aad69517fc8..0d94680e3bf 100644 --- a/advisories/unreviewed/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json +++ b/advisories/github-reviewed/2024/04/GHSA-qh6x-j82h-vpf9/GHSA-qh6x-j82h-vpf9.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qh6x-j82h-vpf9", - "modified": "2024-04-16T00:30:32Z", + "modified": "2024-04-16T18:05:45Z", "published": "2024-04-16T00:30:32Z", "aliases": [ "CVE-2024-1183" ], + "summary": "gradio Server-Side Request Forgery vulnerability", "details": "An SSRF (Server-Side Request Forgery) vulnerability exists in the gradio-app/gradio repository, allowing attackers to scan and identify open ports within an internal network. By manipulating the 'file' parameter in a GET request, an attacker can discern the status of internal ports based on the presence of a 'Location' header or a 'File not allowed' error in the response.", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "gradio" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.10.0" + } + ] + } + ] + } ], "references": [ { @@ -25,6 +44,14 @@ "type": "WEB", "url": "https://github.com/gradio-app/gradio/commit/2ad3d9e7ec6c8eeea59774265b44f11df7394bb4" }, + { + "type": "WEB", + "url": "https://github.com/gradio-app/gradio/commit/7ba8c5da45b004edd12c0460be9222f5b5f5f055" + }, + { + "type": "PACKAGE", + "url": "https://github.com/gradio-app/gradio" + }, { "type": "WEB", "url": "https://huntr.com/bounties/103434f9-87d2-42ea-9907-194a3c25007c" @@ -35,8 +62,8 @@ "CWE-601" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-04-16T18:05:45Z", "nvd_published_at": "2024-04-16T00:15:07Z" } } \ No newline at end of file