From fcc4f85574c5415bc6561368ee6b672db258cedf Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:56:54 +0000 Subject: [PATCH] Publish Advisories GHSA-54m3-95j9-v89j GHSA-v345-w9f2-mpm5 --- .../GHSA-54m3-95j9-v89j.json | 69 +++++++++++++++++++ .../GHSA-v345-w9f2-mpm5.json | 69 +++++++++++++++++++ 2 files changed, 138 insertions(+) create mode 100644 advisories/github-reviewed/2024/09/GHSA-54m3-95j9-v89j/GHSA-54m3-95j9-v89j.json create mode 100644 advisories/github-reviewed/2024/09/GHSA-v345-w9f2-mpm5/GHSA-v345-w9f2-mpm5.json diff --git a/advisories/github-reviewed/2024/09/GHSA-54m3-95j9-v89j/GHSA-54m3-95j9-v89j.json b/advisories/github-reviewed/2024/09/GHSA-54m3-95j9-v89j/GHSA-54m3-95j9-v89j.json new file mode 100644 index 00000000000..d71d315db04 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-54m3-95j9-v89j/GHSA-54m3-95j9-v89j.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-54m3-95j9-v89j", + "modified": "2024-09-17T17:55:29Z", + "published": "2024-09-17T17:55:29Z", + "aliases": [ + "CVE-2024-45605" + ], + "summary": "Sentry improperly authorizes deletion of user issue alert notifications", + "details": "### Impact\nAn authenticated user may delete user issue alert notifications for arbitrary users given a known alert ID. \n\n### Patches\nA patch was issued to ensure authorization checks are properly scoped on requests to delete user alert notifications.\n\nSentry SaaS users do not need to take any action. [Self-Hosted Sentry](https://github.com/getsentry/self-hosted) users should upgrade to version **24.9.0** or higher.\n\n### References\n- [Prevent muting user alerts](https://github.com/getsentry/sentry/pull/77093/)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "sentry" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "23.9.0" + }, + { + "fixed": "24.9.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/security/advisories/GHSA-54m3-95j9-v89j" + }, + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/pull/77093" + }, + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/commit/590258255bcb3a5fa4c56f21297b6c99131cfb9d" + }, + { + "type": "PACKAGE", + "url": "https://github.com/getsentry/sentry" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-639" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-09-17T17:55:29Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/09/GHSA-v345-w9f2-mpm5/GHSA-v345-w9f2-mpm5.json b/advisories/github-reviewed/2024/09/GHSA-v345-w9f2-mpm5/GHSA-v345-w9f2-mpm5.json new file mode 100644 index 00000000000..90e16b9de3a --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-v345-w9f2-mpm5/GHSA-v345-w9f2-mpm5.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v345-w9f2-mpm5", + "modified": "2024-09-17T17:55:38Z", + "published": "2024-09-17T17:55:38Z", + "aliases": [ + "CVE-2024-45606" + ], + "summary": "Sentry improperly authorizes muting of alert rules", + "details": "### Impact\nAn authenticated user can mute alert rules from arbitrary organizations and projects given a known given rule ID. The user does not need to be a member of the organization or have permissions on the project. \n\nIn our review, we have identified no instances where alerts have been muted by unauthorized parties. \n\n### Patches\nA patch was issued to ensure authorization checks are properly scoped on requests to mute alert rules. Authenticated users who do not have the necessary permissions are no longer able to mute alerts. \n\nSentry SaaS users do not need to take any action. [Self-Hosted Sentry](https://github.com/getsentry/self-hosted) users should upgrade to version **24.9.0** or higher.\n\n### Affected Versions\nThe rule mute feature was generally available as of 23.6.0 but users with early access may have had the feature as of 23.4.0. \n\n### References\n- [Prevent muting alerts](https://github.com/getsentry/sentry/pull/77016)\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "sentry" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "23.4.0" + }, + { + "fixed": "24.9.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/security/advisories/GHSA-v345-w9f2-mpm5" + }, + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/pull/77016" + }, + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/commit/e8e71708758e1f9f56ce815ace73fe60d9e608dc" + }, + { + "type": "PACKAGE", + "url": "https://github.com/getsentry/sentry" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-639" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-17T17:55:38Z", + "nvd_published_at": null + } +} \ No newline at end of file