diff --git a/advisories/github-reviewed/2024/08/GHSA-5cf7-cxrf-mq73/GHSA-5cf7-cxrf-mq73.json b/advisories/github-reviewed/2024/08/GHSA-5cf7-cxrf-mq73/GHSA-5cf7-cxrf-mq73.json new file mode 100644 index 00000000000..40f64887ade --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-5cf7-cxrf-mq73/GHSA-5cf7-cxrf-mq73.json @@ -0,0 +1,77 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5cf7-cxrf-mq73", + "modified": "2024-08-02T01:20:13Z", + "published": "2024-08-02T01:20:13Z", + "aliases": [ + "CVE-2024-41962" + ], + "summary": "Bostr Improper Authorization vulnerability", + "details": "Even with `authorized_keys` is filled with allowed pubkeys, If `noscraper` is enabled, It will allow anyone to use bqouncer even it's pubkey is not in `authorized_keys`.\n\n### Impact\n- Private bouncer\n\n### Patches\nAvailable on version [3.0.10](https://github.com/Yonle/bostr/releases/tag/3.0.10)\n\n### Workarounds\nDisable `noscraper` if you have `authorized_keys` being set in config\n\n### References\nThis [line of code](https://github.com/Yonle/bostr/blob/8665374a66e2afb9f92d0414b0d6f420a95d5d2d/auth.js#L21) is the cause.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "bostr" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.0.10" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/Yonle/bostr/security/advisories/GHSA-5cf7-cxrf-mq73" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41962" + }, + { + "type": "WEB", + "url": "https://github.com/Yonle/bostr/commit/49181f4ec9ae1472c6675cab56bbc01e723855af" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Yonle/bostr" + }, + { + "type": "WEB", + "url": "https://github.com/Yonle/bostr/blob/8665374a66e2afb9f92d0414b0d6f420a95d5d2d/auth.js#L21" + }, + { + "type": "WEB", + "url": "https://github.com/Yonle/bostr/releases/tag/3.0.10" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-02T01:20:13Z", + "nvd_published_at": "2024-08-01T17:16:09Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/08/GHSA-9fpw-c9x7-cv3j/GHSA-9fpw-c9x7-cv3j.json b/advisories/github-reviewed/2024/08/GHSA-9fpw-c9x7-cv3j/GHSA-9fpw-c9x7-cv3j.json new file mode 100644 index 00000000000..4b164dd4d03 --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-9fpw-c9x7-cv3j/GHSA-9fpw-c9x7-cv3j.json @@ -0,0 +1,87 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9fpw-c9x7-cv3j", + "modified": "2024-08-02T01:19:49Z", + "published": "2024-08-01T15:32:23Z", + "aliases": [ + "CVE-2024-41926" + ], + "summary": "Mattermost allows remote actor to set arbitrary RemoteId values for synced users", + "details": "Mattermost versions 9.9.x <= 9.9.0 and 9.5.x <= 9.5.6 fail to validate the source of sync messages and only allow the correct remote IDs, which allows a malicious remote to set arbitrary RemoteId values for synced users and therefore claim that a user was synced from another remote.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.5.0" + }, + { + "fixed": "9.5.7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/mattermost/mattermost/server/v8" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "9.9.0" + }, + { + "fixed": "9.9.1" + } + ] + } + ], + "versions": [ + "9.9.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41926" + }, + { + "type": "PACKAGE", + "url": "https://github.com/mattermost/mattermost" + }, + { + "type": "WEB", + "url": "https://mattermost.com/security-updates" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-08-02T01:19:49Z", + "nvd_published_at": "2024-08-01T15:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/08/GHSA-9fpw-c9x7-cv3j/GHSA-9fpw-c9x7-cv3j.json b/advisories/unreviewed/2024/08/GHSA-9fpw-c9x7-cv3j/GHSA-9fpw-c9x7-cv3j.json deleted file mode 100644 index fe4a53bee55..00000000000 --- a/advisories/unreviewed/2024/08/GHSA-9fpw-c9x7-cv3j/GHSA-9fpw-c9x7-cv3j.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9fpw-c9x7-cv3j", - "modified": "2024-08-01T15:32:23Z", - "published": "2024-08-01T15:32:23Z", - "aliases": [ - "CVE-2024-41926" - ], - "details": "Mattermost versions 9.9.x <= 9.9.0 and 9.5.x <= 9.5.6 fail to validate the source of sync messages and only allow the correct remote IDs, which allows a malicious remote to set arbitrary RemoteId values for synced users and therefore claim that a user was synced from another remote.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-41926" - }, - { - "type": "WEB", - "url": "https://mattermost.com/security-updates" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-284" - ], - "severity": "LOW", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-08-01T15:15:13Z" - } -} \ No newline at end of file