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
This commit is contained in:
advisory-database[bot]
2025-05-17 14:03:05 +00:00
parent 0f298ebfde
commit 2f125922d8
6 changed files with 407 additions and 108 deletions
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}