From ea8d49762fe6915ce2801fd908a12c69a8a7fc41 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:16:33 +0000 Subject: [PATCH] Publish Advisories GHSA-wj4j-qc2m-fgh7 GHSA-wj4j-qc2m-fgh7 --- .../GHSA-wj4j-qc2m-fgh7.json | 69 +++++++++++++++++++ .../GHSA-wj4j-qc2m-fgh7.json | 38 ---------- 2 files changed, 69 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json delete mode 100644 advisories/unreviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json diff --git a/advisories/github-reviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json b/advisories/github-reviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json new file mode 100644 index 00000000000..2d06fa27d88 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wj4j-qc2m-fgh7", + "modified": "2024-09-16T20:14:50Z", + "published": "2024-09-16T14:37:28Z", + "aliases": [ + "CVE-2024-39613" + ], + "summary": "Mattermost Desktop App Uncontrolled Search Path Vulnerability", + "details": "Mattermost Desktop App versions <=5.8.0 fail to specify an absolute path when searching the cmd.exe file, which allows a local attacker who is able to put an cmd.exe file in the Downloads folder of a user's machine to cause remote code execution on that machine.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "mattermost-desktop" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "5.9.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39613" + }, + { + "type": "WEB", + "url": "https://docs.mattermost.com/about/desktop-app-changelog.html" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/desktop" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-427" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-09-16T20:14:50Z", + "nvd_published_at": "2024-09-16T07:15:02Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json b/advisories/unreviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json deleted file mode 100644 index f76df72f568..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-wj4j-qc2m-fgh7/GHSA-wj4j-qc2m-fgh7.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-wj4j-qc2m-fgh7", - "modified": "2024-09-16T14:37:28Z", - "published": "2024-09-16T14:37:28Z", - "aliases": [ - "CVE-2024-39613" - ], - "details": "Mattermost Desktop App versions <=5.8.0 fail to specify an absolute path when searching the cmd.exe file, which allows a local attacker who is able to put an cmd.exe file in the Downloads folder of a user's machine to cause remote code execution on that machine.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39613" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-427" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-16T07:15:02Z" - } -} \ No newline at end of file