From 742d860340ab44d271b0e51130bbdbdd48caa2fd 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:23:16 +0000 Subject: [PATCH] Publish Advisories GHSA-4rqf-8pfm-p36r GHSA-qvg9-vp87-h3hr --- .../GHSA-4rqf-8pfm-p36r.json | 34 ++++++++++++++++--- .../GHSA-qvg9-vp87-h3hr.json | 33 +++++++++++++++--- 2 files changed, 59 insertions(+), 8 deletions(-) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json (66%) rename advisories/{unreviewed => github-reviewed}/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json (59%) diff --git a/advisories/unreviewed/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json b/advisories/github-reviewed/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json similarity index 66% rename from advisories/unreviewed/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json rename to advisories/github-reviewed/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json index b05033c5bb2..c67fd1078b7 100644 --- a/advisories/unreviewed/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json +++ b/advisories/github-reviewed/2025/03/GHSA-4rqf-8pfm-p36r/GHSA-4rqf-8pfm-p36r.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-4rqf-8pfm-p36r", - "modified": "2025-03-20T12:32:49Z", + "modified": "2025-03-21T03:21:56Z", "published": "2025-03-20T12:32:49Z", "aliases": [ "CVE-2024-8859" ], + "summary": "MLflow has a Local File Read/Path Traversal in dbfs", "details": "A path traversal vulnerability exists in mlflow/mlflow version 2.15.1. When users configure and use the dbfs service, concatenating the URL directly into the file protocol results in an arbitrary file read vulnerability. This issue occurs because only the path part of the URL is checked, while parts such as query and parameters are not handled. The vulnerability is triggered if the user has configured the dbfs service, and during usage, the service is mounted to a local directory.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "mlflow" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.17.0rc0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -23,6 +44,10 @@ "type": "WEB", "url": "https://github.com/mlflow/mlflow/commit/7791b8cdd595f21b5f179c7b17e4b5eb5cbbe654" }, + { + "type": "PACKAGE", + "url": "https://github.com/mlflow/mlflow" + }, { "type": "WEB", "url": "https://huntr.com/bounties/2259b88b-a0c6-4c7c-b434-6aacf6056dcb" @@ -30,11 +55,12 @@ ], "database_specific": { "cwe_ids": [ + "CWE-22", "CWE-29" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T03:21:56Z", "nvd_published_at": "2025-03-20T10:15:44Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json b/advisories/github-reviewed/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json similarity index 59% rename from advisories/unreviewed/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json rename to advisories/github-reviewed/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json index 5c30449a2d2..6aace173a64 100644 --- a/advisories/unreviewed/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json +++ b/advisories/github-reviewed/2025/03/GHSA-qvg9-vp87-h3hr/GHSA-qvg9-vp87-h3hr.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qvg9-vp87-h3hr", - "modified": "2025-03-20T12:32:49Z", + "modified": "2025-03-21T03:21:37Z", "published": "2025-03-20T12:32:49Z", "aliases": [ "CVE-2024-8952" ], + "summary": "composio Server-Side Request Forgery (SSRF) vulnerability", "details": "A Server-Side Request Forgery (SSRF) vulnerability exists in composiohq/composio version v0.4.2, specifically in the /api/actions/execute/WEBTOOL_SCRAPE_WEBSITE_CONTENT endpoint. This vulnerability allows an attacker to read files, access AWS metadata, and interact with local services on the system.", "severity": [ { @@ -13,12 +14,36 @@ "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.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-8952" }, + { + "type": "PACKAGE", + "url": "https://github.com/ComposioHQ/composio" + }, { "type": "WEB", "url": "https://huntr.com/bounties/d1acdd38-10d7-45df-9df0-9fc71f0e1c2a" @@ -29,8 +54,8 @@ "CWE-918" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T03:21:37Z", "nvd_published_at": "2025-03-20T10:15:44Z" } } \ No newline at end of file