From acfbc2ee6dc1ce62d1f04b176c221feda63a50dd Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:27:24 +0000 Subject: [PATCH] Publish Advisories GHSA-826h-p4c3-477p GHSA-826h-p4c3-477p --- .../GHSA-826h-p4c3-477p.json | 118 ++++++++++++++++++ .../GHSA-826h-p4c3-477p.json | 36 ------ 2 files changed, 118 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json delete mode 100644 advisories/unreviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json diff --git a/advisories/github-reviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json b/advisories/github-reviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json new file mode 100644 index 00000000000..3fc0a0b452a --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json @@ -0,0 +1,118 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-826h-p4c3-477p", + "modified": "2024-12-16T19:25:10Z", + "published": "2024-12-16T09:31:10Z", + "aliases": [ + "CVE-2024-48872" + ], + "summary": "Mattermost Race Condition vulnerability", + "details": "Mattermost versions 10.1.x <= 10.1.2, 10.0.x <= 10.0.2, 9.11.x <= 9.11.4, and 9.5.x <= 9.5.12 fail to prevent concurrently checking and updating the failed login attempts. which allows an attacker to bypass of \"Max failed attempts\" restriction and send a big number of login attempts before being blocked via simultaneously sending multiple login requests", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" + } + ], + "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-48872" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-362" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-12-16T19:25:10Z", + "nvd_published_at": "2024-12-16T08:15:04Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json b/advisories/unreviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json deleted file mode 100644 index a1fd55962fb..00000000000 --- a/advisories/unreviewed/2024/12/GHSA-826h-p4c3-477p/GHSA-826h-p4c3-477p.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-826h-p4c3-477p", - "modified": "2024-12-16T09:31:10Z", - "published": "2024-12-16T09:31:10Z", - "aliases": [ - "CVE-2024-48872" - ], - "details": "Mattermost versions 10.1.x <= 10.1.2, 10.0.x <= 10.0.2, 9.11.x <= 9.11.4, and 9.5.x <= 9.5.12 fail to prevent concurrently checking and updating the failed login attempts. which allows an attacker to bypass of \"Max failed attempts\" restriction and send a big number of login attempts before being blocked via simultaneously sending multiple login requests", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48872" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-362" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-12-16T08:15:04Z" - } -} \ No newline at end of file