diff --git a/advisories/github-reviewed/2024/08/GHSA-762m-4cx6-6mf4/GHSA-762m-4cx6-6mf4.json b/advisories/github-reviewed/2024/08/GHSA-762m-4cx6-6mf4/GHSA-762m-4cx6-6mf4.json new file mode 100644 index 00000000000..6b1966e2cba --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-762m-4cx6-6mf4/GHSA-762m-4cx6-6mf4.json @@ -0,0 +1,125 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-762m-4cx6-6mf4", + "modified": "2024-08-01T23:07:42Z", + "published": "2024-08-01T15:32:23Z", + "aliases": [ + "CVE-2024-39832" + ], + "summary": "Mattermost allows a remote actor to permanently delete local data by abusing dangerous error handling", + "details": "Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5, 9.8.x <= 9.8.1 fail to properly safeguard an error handling which allows a malicious remote to permanently delete local data by abusing dangerous error handling, when share channels were enabled.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.5.0" + }, + { + "fixed": "9.5.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.7.0" + }, + { + "fixed": "9.7.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.8.0" + }, + { + "fixed": "9.8.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.9.0" + }, + { + "fixed": "9.9.1" + } + ] + } + ], + "versions": [ + "9.9.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39832" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-754" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-01T23:07:42Z", + "nvd_published_at": "2024-08-01T15:15:12Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-762m-4cx6-6mf4/GHSA-762m-4cx6-6mf4.json b/advisories/unreviewed/2024/08/GHSA-762m-4cx6-6mf4/GHSA-762m-4cx6-6mf4.json deleted file mode 100644 index 0b1fe4e337c..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-762m-4cx6-6mf4/GHSA-762m-4cx6-6mf4.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-762m-4cx6-6mf4", - "modified": "2024-08-01T15:32:23Z", - "published": "2024-08-01T15:32:23Z", - "aliases": [ - "CVE-2024-39832" - ], - "details": "Mattermost versions 9.9.x <= 9.9.0, 9.5.x <= 9.5.6, 9.7.x <= 9.7.5, 9.8.x <= 9.8.1 fail to properly safeguard an error handling which allows a malicious remote to permanently delete local data by abusing dangerous error handling, when share channels were enabled.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39832" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-754" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-01T15:15:12Z" - } -} \ No newline at end of file