From df419c43a1fdf61348575c1243336fd12466dd4f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:02:57 +0000 Subject: [PATCH] Publish Advisories GHSA-6rqh-8465-2xcw GHSA-6rqh-8465-2xcw --- .../GHSA-6rqh-8465-2xcw.json | 103 ++++++++++++++++++ .../GHSA-6rqh-8465-2xcw.json | 36 ------ 2 files changed, 103 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json delete mode 100644 advisories/unreviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json diff --git a/advisories/github-reviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json b/advisories/github-reviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json new file mode 100644 index 00000000000..3897e022974 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json @@ -0,0 +1,103 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6rqh-8465-2xcw", + "modified": "2025-04-14T22:00:56Z", + "published": "2025-04-14T15:31:59Z", + "aliases": [ + "CVE-2025-2475" + ], + "summary": "Mattermost vulnerable to Incorrect Implementation of Authentication Algorithm", + "details": "Mattermost versions 10.5.x <= 10.5.1, 10.4.x <= 10.4.3, 9.11.x <= 9.11.9 fail to invalidate the cache when a user account is converted to a bot which allows an attacker to login to the bot exactly one time via normal credentials.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/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.5.0" + }, + { + "fixed": "10.5.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.0.0-20250220161544-fd356b62b4dd" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2475" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/fd356b62b4dd3318d2c8019d2310abdd6ce24c8c" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-303" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-14T22:00:55Z", + "nvd_published_at": "2025-04-14T15:15:24Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json b/advisories/unreviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json deleted file mode 100644 index cefaf645080..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-6rqh-8465-2xcw/GHSA-6rqh-8465-2xcw.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-6rqh-8465-2xcw", - "modified": "2025-04-14T15:31:59Z", - "published": "2025-04-14T15:31:59Z", - "aliases": [ - "CVE-2025-2475" - ], - "details": "Mattermost versions 10.5.x <= 10.5.1, 10.4.x <= 10.4.3, 9.11.x <= 9.11.9 fail to invalidate the cache when a user account is converted to a bot which allows an attacker to login to the bot exactly one time via normal credentials.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2475" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-303" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-14T15:15:24Z" - } -} \ No newline at end of file