diff --git a/advisories/github-reviewed/2025/03/GHSA-3gpx-p63p-pr5r/GHSA-3gpx-p63p-pr5r.json b/advisories/github-reviewed/2025/03/GHSA-3gpx-p63p-pr5r/GHSA-3gpx-p63p-pr5r.json new file mode 100644 index 00000000000..ab2b533acc8 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-3gpx-p63p-pr5r/GHSA-3gpx-p63p-pr5r.json @@ -0,0 +1,121 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3gpx-p63p-pr5r", + "modified": "2025-03-21T21:25:30Z", + "published": "2025-03-21T09:30:35Z", + "aliases": [ + "CVE-2025-30179" + ], + "summary": "Mattermost Fails to Enforce Certain Search APIs", + "details": "Mattermost versions 10.4.x <= 10.4.2, 10.3.x <= 10.3.3, 9.11.x <= 9.11.8 fail to enforce MFA on certain search APIs, which allows authenticated attackers to bypass MFA protections via user search, channel search, or team search queries.", + "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.4.0" + }, + { + "fixed": "10.4.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.3.0" + }, + { + "fixed": "10.3.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.1" + } + ] + } + ], + "versions": [ + "10.5.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30179" + }, + { + "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-03-21T21:25:30Z", + "nvd_published_at": "2025-03-21T09:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/03/GHSA-72qv-j8vr-xvfv/GHSA-72qv-j8vr-xvfv.json b/advisories/github-reviewed/2025/03/GHSA-72qv-j8vr-xvfv/GHSA-72qv-j8vr-xvfv.json new file mode 100644 index 00000000000..9ef39088ab0 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-72qv-j8vr-xvfv/GHSA-72qv-j8vr-xvfv.json @@ -0,0 +1,121 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-72qv-j8vr-xvfv", + "modified": "2025-03-21T21:25:27Z", + "published": "2025-03-21T09:30:34Z", + "aliases": [ + "CVE-2025-25068" + ], + "summary": "Mattermost Fails to Enforce MFA on Plugin Endpoints", + "details": "Mattermost versions 10.4.x <= 10.4.2, 10.3.x <= 10.3.3, 9.11.x <= 9.11.8, 10.5.x <= 10.5.0 fail to enforce MFA on plugin endpoints, which allows authenticated attackers to bypass MFA protections via API requests to plugin-specific routes.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.4.0" + }, + { + "fixed": "10.4.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.3.0" + }, + { + "fixed": "10.3.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.11.0" + }, + { + "fixed": "9.11.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.5.0" + }, + { + "fixed": "10.5.1" + } + ] + } + ], + "versions": [ + "10.5.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25068" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-306" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-21T21:25:27Z", + "nvd_published_at": "2025-03-21T09:15:12Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-3gpx-p63p-pr5r/GHSA-3gpx-p63p-pr5r.json b/advisories/unreviewed/2025/03/GHSA-3gpx-p63p-pr5r/GHSA-3gpx-p63p-pr5r.json deleted file mode 100644 index 97444983e9c..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-3gpx-p63p-pr5r/GHSA-3gpx-p63p-pr5r.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-3gpx-p63p-pr5r", - "modified": "2025-03-21T09:30:35Z", - "published": "2025-03-21T09:30:35Z", - "aliases": [ - "CVE-2025-30179" - ], - "details": "Mattermost versions 10.4.x <= 10.4.2, 10.3.x <= 10.3.3, 9.11.x <= 9.11.8 fail to enforce MFA on certain search APIs, which allows authenticated attackers to bypass MFA protections via user search, channel search, or team search queries.", - "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-30179" - }, - { - "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-03-21T09:15:13Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-72qv-j8vr-xvfv/GHSA-72qv-j8vr-xvfv.json b/advisories/unreviewed/2025/03/GHSA-72qv-j8vr-xvfv/GHSA-72qv-j8vr-xvfv.json deleted file mode 100644 index 6b87bb7503e..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-72qv-j8vr-xvfv/GHSA-72qv-j8vr-xvfv.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-72qv-j8vr-xvfv", - "modified": "2025-03-21T09:30:34Z", - "published": "2025-03-21T09:30:34Z", - "aliases": [ - "CVE-2025-25068" - ], - "details": "Mattermost versions 10.4.x <= 10.4.2, 10.3.x <= 10.3.3, 9.11.x <= 9.11.8, 10.5.x <= 10.5.0 fail to enforce MFA on plugin endpoints, which allows authenticated attackers to bypass MFA protections via API requests to plugin-specific routes.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25068" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-306" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-21T09:15:12Z" - } -} \ No newline at end of file