diff --git a/advisories/github-reviewed/2024/12/GHSA-69pr-78gv-7c6h/GHSA-69pr-78gv-7c6h.json b/advisories/github-reviewed/2024/12/GHSA-69pr-78gv-7c6h/GHSA-69pr-78gv-7c6h.json new file mode 100644 index 00000000000..16e24fcf1e8 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-69pr-78gv-7c6h/GHSA-69pr-78gv-7c6h.json @@ -0,0 +1,118 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-69pr-78gv-7c6h", + "modified": "2024-12-16T19:23:55Z", + "published": "2024-12-16T09:31:10Z", + "aliases": [ + "CVE-2024-54083" + ], + "summary": "Mattermost Improper Validation of Specified Type of Input vulnerability", + "details": "Mattermost versions 10.1.x <= 10.1.2, 10.0.x <= 10.0.2, 9.11.x <= 9.11.4, 9.5.x <= 9.5.12 fail to properly validate the type of callProps which allows a user to cause a client side (webapp and mobile) DoS to users of particular channels, by sending a specially crafted post.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.1.0" + }, + { + "fixed": "10.1.13" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "10.0.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.5.0" + }, + { + "fixed": "9.5.13" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-54083" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1287" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-16T19:23:55Z", + "nvd_published_at": "2024-12-16T08:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-69pr-78gv-7c6h/GHSA-69pr-78gv-7c6h.json b/advisories/unreviewed/2024/12/GHSA-69pr-78gv-7c6h/GHSA-69pr-78gv-7c6h.json deleted file mode 100644 index da8c6b9649b..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-69pr-78gv-7c6h/GHSA-69pr-78gv-7c6h.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-69pr-78gv-7c6h", - "modified": "2024-12-16T09:31:10Z", - "published": "2024-12-16T09:31:10Z", - "aliases": [ - "CVE-2024-54083" - ], - "details": "Mattermost versions 10.1.x <= 10.1.2, 10.0.x <= 10.0.2, 9.11.x <= 9.11.4, 9.5.x <= 9.5.12 fail to properly validate the type of callProps which allows a user to cause a client side (webapp and mobile) DoS to users of particular channels, by sending a specially crafted post.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-54083" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-1287" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-16T08:15:05Z" - } -} \ No newline at end of file