diff --git a/advisories/github-reviewed/2024/08/GHSA-vg67-chm7-8m3j/GHSA-vg67-chm7-8m3j.json b/advisories/github-reviewed/2024/08/GHSA-vg67-chm7-8m3j/GHSA-vg67-chm7-8m3j.json new file mode 100644 index 00000000000..db2caa1aa6b --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-vg67-chm7-8m3j/GHSA-vg67-chm7-8m3j.json @@ -0,0 +1,125 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vg67-chm7-8m3j", + "modified": "2024-08-02T01:19:26Z", + "published": "2024-08-01T15:32:23Z", + "aliases": [ + "CVE-2024-41144" + ], + "summary": "Mattermost allows remote actor to create/update/delete posts in arbitrary channels", + "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 validate synced posts, when shared channels are enabled,  which allows a malicious remote to create/update/delete arbitrary posts in arbitrary channels", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N" + } + ], + "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-41144" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-02T01:19:26Z", + "nvd_published_at": "2024-08-01T15:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/08/GHSA-vg6q-84p8-qvqh/GHSA-vg6q-84p8-qvqh.json b/advisories/github-reviewed/2024/08/GHSA-vg6q-84p8-qvqh/GHSA-vg6q-84p8-qvqh.json new file mode 100644 index 00000000000..be44849344c --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-vg6q-84p8-qvqh/GHSA-vg6q-84p8-qvqh.json @@ -0,0 +1,125 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vg6q-84p8-qvqh", + "modified": "2024-08-02T01:18:32Z", + "published": "2024-08-01T15:32:23Z", + "aliases": [ + "CVE-2024-39839" + ], + "summary": "Mattermost allows a user on a remote to set their remote username prop to an arbitrary string", + "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 disallow users to set their own remote username, when shared channels were enabled, which allows a user on a remote to set their remote username prop to an arbitrary string, which would be then synced to the local server as long as the user hadn't been synced before.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N" + } + ], + "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-39839" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-02T01:18:32Z", + "nvd_published_at": "2024-08-01T15:15:12Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-vg67-chm7-8m3j/GHSA-vg67-chm7-8m3j.json b/advisories/unreviewed/2024/08/GHSA-vg67-chm7-8m3j/GHSA-vg67-chm7-8m3j.json deleted file mode 100644 index 3eb30e2f35d..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-vg67-chm7-8m3j/GHSA-vg67-chm7-8m3j.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-vg67-chm7-8m3j", - "modified": "2024-08-01T15:32:23Z", - "published": "2024-08-01T15:32:23Z", - "aliases": [ - "CVE-2024-41144" - ], - "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 validate synced posts, when shared channels are enabled,  which allows a malicious remote to create/update/delete arbitrary posts in arbitrary channels", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41144" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-284" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-01T15:15:13Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-vg6q-84p8-qvqh/GHSA-vg6q-84p8-qvqh.json b/advisories/unreviewed/2024/08/GHSA-vg6q-84p8-qvqh/GHSA-vg6q-84p8-qvqh.json deleted file mode 100644 index be4726e32fa..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-vg6q-84p8-qvqh/GHSA-vg6q-84p8-qvqh.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-vg6q-84p8-qvqh", - "modified": "2024-08-01T15:32:23Z", - "published": "2024-08-01T15:32:23Z", - "aliases": [ - "CVE-2024-39839" - ], - "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 disallow users to set their own remote username, when shared channels were enabled, which allows a user on a remote to set their remote username prop to an arbitrary string, which would be then synced to the local server as long as the user hadn't been synced before.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39839" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-284" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-01T15:15:12Z" - } -} \ No newline at end of file