From cdf68277c9cfe8982c4b17c27633a86981efc3c9 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:49:02 +0000 Subject: [PATCH] Publish GHSA-v9q6-fm48-rx74 --- .../GHSA-v9q6-fm48-rx74.json | 31 ++++++++++++++++--- 1 file changed, 27 insertions(+), 4 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json (69%) diff --git a/advisories/unreviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json b/advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json similarity index 69% rename from advisories/unreviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json rename to advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json index aa4bcfda8ac..03551089008 100644 --- a/advisories/unreviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json +++ b/advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-v9q6-fm48-rx74", - "modified": "2024-06-06T21:30:37Z", + "modified": "2024-06-06T22:47:24Z", "published": "2024-06-06T21:30:37Z", "aliases": [ "CVE-2024-3408" ], + "summary": "Authentication bypass in dtale", "details": "man-group/dtale version 3.10.0 is vulnerable to an authentication bypass and remote code execution (RCE) due to improper input validation. The vulnerability arises from a hardcoded `SECRET_KEY` in the flask configuration, allowing attackers to forge a session cookie if authentication is enabled. Additionally, the application fails to properly restrict custom filter queries, enabling attackers to execute arbitrary code on the server by bypassing the restriction on the `/update-settings` endpoint, even when `enable_custom_filters` is not enabled. This vulnerability allows attackers to bypass authentication mechanisms and execute remote code on the server.", "severity": [ { @@ -14,13 +15,35 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "dtale" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "3.10.0" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3408" }, + { + "type": "PACKAGE", + "url": "https://github.com/man-group/dtale" + }, { "type": "WEB", "url": "https://huntr.com/bounties/57a06666-ff85-4577-af19-f3dfb7b02f91" @@ -31,8 +54,8 @@ "CWE-20" ], "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-06-06T22:47:24Z", "nvd_published_at": "2024-06-06T19:16:01Z" } } \ No newline at end of file