From 312a9499272163eea26cfeaff4c4c4da1db8d4bb Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:45:35 +0000 Subject: [PATCH] Publish Advisories GHSA-4r67-4x4p-fprg GHSA-jwhw-xf5v-qgxc GHSA-4r67-4x4p-fprg GHSA-jwhw-xf5v-qgxc --- .../GHSA-4r67-4x4p-fprg.json | 157 ++++++++++++++++++ .../GHSA-jwhw-xf5v-qgxc.json | 107 ++++++++++++ .../GHSA-4r67-4x4p-fprg.json | 36 ---- .../GHSA-jwhw-xf5v-qgxc.json | 36 ---- 4 files changed, 264 insertions(+), 72 deletions(-) create mode 100644 advisories/github-reviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json create mode 100644 advisories/github-reviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json delete mode 100644 advisories/unreviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json delete mode 100644 advisories/unreviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json diff --git a/advisories/github-reviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json b/advisories/github-reviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json new file mode 100644 index 00000000000..55f0fec1680 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json @@ -0,0 +1,157 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4r67-4x4p-fprg", + "modified": "2025-06-11T15:44:17Z", + "published": "2025-06-11T12:30:36Z", + "aliases": [ + "CVE-2025-4573" + ], + "summary": "Mattermost allows authenticated administrator to execute LDAP search filter injection", + "details": "Mattermost versions 10.7.x <= 10.7.1, 10.6.x <= 10.6.3, 10.5.x <= 10.5.4, 9.11.x <= 9.11.13 fail to properly validate LDAP group ID attributes, allowing an authenticated administrator with PermissionSysconsoleWriteUserManagementGroups permission to execute LDAP search filter injection via the PUT /api/v4/ldap/groups/{remote_id}/link API when objectGUID is configured as the Group ID Attribute.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "8.0.0-20250414112942-77892234944b" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.7.0" + }, + { + "fixed": "10.7.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.6.0" + }, + { + "fixed": "10.6.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.14" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4573" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/1f9c688a30847eeb7bfb1574dc7bbb9f011afbf7" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/64a65c6107877382040297b3ef215c689caaed74" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/77892234944bc7476b20794e516538bcac717de9" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/b33926709b956a59558cc7fef80c0e75a769ce81" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/b47e89c4f98cb6ad9f1dceb79325aa94e80f963a" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-90" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-11T15:44:17Z", + "nvd_published_at": "2025-06-11T11:15:23Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json b/advisories/github-reviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json new file mode 100644 index 00000000000..58eb12d3bf9 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json @@ -0,0 +1,107 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jwhw-xf5v-qgxc", + "modified": "2025-06-11T15:44:39Z", + "published": "2025-06-11T12:30:36Z", + "aliases": [ + "CVE-2025-4128" + ], + "summary": "Mattermost allows guest users to view information about public teams they are not members of", + "details": "Mattermost versions 10.5.x <= 10.5.4, 9.11.x <= 9.11.13 fail to properly restrict API access to team information, allowing guest users to bypass permissions and view information about public teams they are not members of via a direct API call to /api/v4/teams/{team_id}.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/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": "0" + }, + { + "fixed": "8.0.0-20250422131222-701ddc896a10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.14" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4128" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/2138a5f2ca6f75e2b99f6a04ea569d0f680c4fab" + }, + { + "type": "WEB", + "url": "https://github.com/mattermost/mattermost/commit/701ddc896a107b13f457fbdbe229bce5019fc516" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-863" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2025-06-11T15:44:39Z", + "nvd_published_at": "2025-06-11T11:15:23Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json b/advisories/unreviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json deleted file mode 100644 index 130b5ccdeb7..00000000000 --- a/advisories/unreviewed/2025/06/GHSA-4r67-4x4p-fprg/GHSA-4r67-4x4p-fprg.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4r67-4x4p-fprg", - "modified": "2025-06-11T12:30:36Z", - "published": "2025-06-11T12:30:36Z", - "aliases": [ - "CVE-2025-4573" - ], - "details": "Mattermost versions 10.7.x <= 10.7.1, 10.6.x <= 10.6.3, 10.5.x <= 10.5.4, 9.11.x <= 9.11.13 fail to properly validate LDAP group ID attributes, allowing an authenticated administrator with PermissionSysconsoleWriteUserManagementGroups permission to execute LDAP search filter injection via the PUT /api/v4/ldap/groups/{remote_id}/link API when objectGUID is configured as the Group ID Attribute.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4573" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-90" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-06-11T11:15:23Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json b/advisories/unreviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json deleted file mode 100644 index 8253acff235..00000000000 --- a/advisories/unreviewed/2025/06/GHSA-jwhw-xf5v-qgxc/GHSA-jwhw-xf5v-qgxc.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jwhw-xf5v-qgxc", - "modified": "2025-06-11T12:30:36Z", - "published": "2025-06-11T12:30:36Z", - "aliases": [ - "CVE-2025-4128" - ], - "details": "Mattermost versions 10.5.x <= 10.5.4, 9.11.x <= 9.11.13 fail to properly restrict API access to team information, allowing guest users to bypass permissions and view information about public teams they are not members of via a direct API call to /api/v4/teams/{team_id}.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/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-4128" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-863" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-06-11T11:15:23Z" - } -} \ No newline at end of file