From 2f125922d8235b86e5619b0b4868e4216e29df04 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 14:03:05 +0000 Subject: [PATCH] Publish Advisories GHSA-h356-3mfw-x368 GHSA-qgwx-rffp-6cx9 GHSA-r7r2-m3vr-c8qc GHSA-h356-3mfw-x368 GHSA-qgwx-rffp-6cx9 GHSA-r7r2-m3vr-c8qc --- .../GHSA-h356-3mfw-x368.json | 105 ++++++++++++ .../GHSA-qgwx-rffp-6cx9.json | 153 ++++++++++++++++++ .../GHSA-r7r2-m3vr-c8qc.json | 149 +++++++++++++++++ .../GHSA-h356-3mfw-x368.json | 36 ----- .../GHSA-qgwx-rffp-6cx9.json | 36 ----- .../GHSA-r7r2-m3vr-c8qc.json | 36 ----- 6 files changed, 407 insertions(+), 108 deletions(-) create mode 100644 advisories/github-reviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json create mode 100644 advisories/github-reviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json create mode 100644 advisories/github-reviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json delete mode 100644 advisories/unreviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json delete mode 100644 advisories/unreviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json delete mode 100644 advisories/unreviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json diff --git a/advisories/github-reviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json b/advisories/github-reviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json new file mode 100644 index 00000000000..fbf27f5c752 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json @@ -0,0 +1,105 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h356-3mfw-x368", + "modified": "2025-05-17T14:02:10Z", + "published": "2025-05-15T18:31:46Z", + "aliases": [ + "CVE-2025-2527" + ], + "summary": "Mattermost Fails to Verify User's Permissions When Accessing Groups", + "details": "Mattermost versions 10.5.x <= 10.5.2, 9.11.x <= 9.11.11 failed to properly verify a user's permissions when accessing groups, which allows an attacker to view group information via an API request.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.5.2" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.12" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 9.11.11" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.0.0-20250411064244-844447fbd57c" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2527" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-05-17T14:02:10Z", + "nvd_published_at": "2025-05-15T16:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json b/advisories/github-reviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json new file mode 100644 index 00000000000..8fee5fcf215 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json @@ -0,0 +1,153 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qgwx-rffp-6cx9", + "modified": "2025-05-17T14:01:55Z", + "published": "2025-05-15T12:30:26Z", + "aliases": [ + "CVE-2025-31947" + ], + "summary": "Mattermost Fails to Lockout LDAP Users After Repeated Login Failures", + "details": "Mattermost versions 10.6.x <= 10.6.1, 10.5.x <= 10.5.2, 10.4.x <= 10.4.4, 9.11.x <= 9.11.11 fail to lockout LDAP users following repeated login failures, which allows attackers to lock external LDAP accounts through repeated login failures through Mattermost.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.6.0" + }, + { + "fixed": "10.6.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.6.1" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.5.2" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.4.0" + }, + { + "fixed": "10.4.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.4.4" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.12" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 9.11.11" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.0.0-20250415054241-76ab3867b785" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31947" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/pull/30821" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-645" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-05-17T14:01:54Z", + "nvd_published_at": "2025-05-15T11:15:48Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json b/advisories/github-reviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json new file mode 100644 index 00000000000..5b5cd88eab0 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json @@ -0,0 +1,149 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-r7r2-m3vr-c8qc", + "modified": "2025-05-17T14:02:03Z", + "published": "2025-05-15T12:30:27Z", + "aliases": [ + "CVE-2025-3446" + ], + "summary": "Mattermost Fails to Validate Team Invite Permissions", + "details": "Mattermost versions 10.6.x <= 10.6.1, 10.5.x <= 10.5.2, 10.4.x <= 10.4.4, 9.11.x <= 9.11.11 fail to check the correct permissions which allows authenticated users who only have permission to invite non-guest users to a team to add guest users to that team via the API to add a single user to a team.", + "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": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.6.0" + }, + { + "fixed": "10.6.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.6.1" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.3" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.5.2" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.4.0" + }, + { + "fixed": "10.4.5" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 10.4.4" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.12" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 9.11.11" + } + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.0.0-20250415054241-76ab3867b785" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3446" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-05-17T14:02:03Z", + "nvd_published_at": "2025-05-15T11:15:48Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json b/advisories/unreviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json deleted file mode 100644 index ef627f8f077..00000000000 --- a/advisories/unreviewed/2025/05/GHSA-h356-3mfw-x368/GHSA-h356-3mfw-x368.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-h356-3mfw-x368", - "modified": "2025-05-15T18:31:46Z", - "published": "2025-05-15T18:31:46Z", - "aliases": [ - "CVE-2025-2527" - ], - "details": "Mattermost versions 10.5.x <= 10.5.2, 9.11.x <= 9.11.11 failed to properly verify a user's permissions when accessing groups, which allows an attacker to view group information via an API request.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-2527" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-05-15T16:15:33Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json b/advisories/unreviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json deleted file mode 100644 index 8a91b667d95..00000000000 --- a/advisories/unreviewed/2025/05/GHSA-qgwx-rffp-6cx9/GHSA-qgwx-rffp-6cx9.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-qgwx-rffp-6cx9", - "modified": "2025-05-15T12:30:27Z", - "published": "2025-05-15T12:30:26Z", - "aliases": [ - "CVE-2025-31947" - ], - "details": "Mattermost versions 10.6.x <= 10.6.1, 10.5.x <= 10.5.2, 10.4.x <= 10.4.4, 9.11.x <= 9.11.11 fail to lockout LDAP users following repeated login failures, which allows attackers to lock external LDAP accounts through repeated login failures through Mattermost.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31947" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-645" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-05-15T11:15:48Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json b/advisories/unreviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json deleted file mode 100644 index f888c61610c..00000000000 --- a/advisories/unreviewed/2025/05/GHSA-r7r2-m3vr-c8qc/GHSA-r7r2-m3vr-c8qc.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-r7r2-m3vr-c8qc", - "modified": "2025-05-15T12:30:27Z", - "published": "2025-05-15T12:30:27Z", - "aliases": [ - "CVE-2025-3446" - ], - "details": "Mattermost versions 10.6.x <= 10.6.1, 10.5.x <= 10.5.2, 10.4.x <= 10.4.4, 9.11.x <= 9.11.11 fail to check the correct permissions which allows authenticated users who only have permission to invite non-guest users to a team to add guest users to that team via the API to add a single user to a team.", - "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-2025-3446" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-05-15T11:15:48Z" - } -} \ No newline at end of file