Publish Advisories

GHSA-54m3-95j9-v89j
GHSA-v345-w9f2-mpm5
This commit is contained in:
advisory-database[bot]
2024-09-17 17:56:54 +00:00
parent 8d5975ef34
commit fcc4f85574
2 changed files with 138 additions and 0 deletions
@@ -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
}
}
@@ -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
}
}