From 190506e31a633aa6fc49fc35089285ed2d704d9f Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:01:59 +0000 Subject: [PATCH] Publish Advisories GHSA-w496-f5qq-m58j GHSA-w496-f5qq-m58j --- .../GHSA-w496-f5qq-m58j.json | 121 ++++++++++++++++++ .../GHSA-w496-f5qq-m58j.json | 38 ------ 2 files changed, 121 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json delete mode 100644 advisories/unreviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json diff --git a/advisories/github-reviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json b/advisories/github-reviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json new file mode 100644 index 00000000000..5e3f3a49965 --- /dev/null +++ b/advisories/github-reviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json @@ -0,0 +1,121 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-w496-f5qq-m58j", + "modified": "2023-11-08T15:00:48Z", + "published": "2023-11-06T18:30:19Z", + "aliases": [ + "CVE-2023-5969" + ], + "summary": "Mattermost vulnerable to excessive memory consumption", + "details": "Mattermost fails to properly sanitize the request to `/api/v4/redirect_location` allowing an attacker, sending a specially crafted request to `/api/v4/redirect_location`, to fill up the memory due to caching large items.\n\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost-server/v6" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "7.8.12" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.0.0" + }, + { + "fixed": "8.0.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "8.1.0" + }, + { + "fixed": "8.1.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.0.0" + }, + { + "fixed": "9.0.1" + } + ] + } + ], + "versions": [ + "9.0.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5969" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-11-08T15:00:48Z", + "nvd_published_at": "2023-11-06T16:15:42Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json b/advisories/unreviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json deleted file mode 100644 index 9b534190b3d..00000000000 --- a/advisories/unreviewed/2023/11/GHSA-w496-f5qq-m58j/GHSA-w496-f5qq-m58j.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-w496-f5qq-m58j", - "modified": "2023-11-06T18:30:19Z", - "published": "2023-11-06T18:30:19Z", - "aliases": [ - "CVE-2023-5969" - ], - "details": "Mattermost fails to properly sanitize the request to /api/v4/redirect_location allowing an attacker, sending a specially crafted request to /api/v4/redirect_location, to fill up the memory due to caching large items.\n\n", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-5969" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-400" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-11-06T16:15:42Z" - } -} \ No newline at end of file