From 6419931de2ba05f86f23de66c1b66b52a6f0de42 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:47:51 +0000 Subject: [PATCH] Publish GHSA-fm88-hc3v-3www --- .../GHSA-fm88-hc3v-3www.json | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 advisories/github-reviewed/2024/07/GHSA-fm88-hc3v-3www/GHSA-fm88-hc3v-3www.json diff --git a/advisories/github-reviewed/2024/07/GHSA-fm88-hc3v-3www/GHSA-fm88-hc3v-3www.json b/advisories/github-reviewed/2024/07/GHSA-fm88-hc3v-3www/GHSA-fm88-hc3v-3www.json new file mode 100644 index 00000000000..d8dd87ec317 --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-fm88-hc3v-3www/GHSA-fm88-hc3v-3www.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fm88-hc3v-3www", + "modified": "2024-07-23T20:46:39Z", + "published": "2024-07-23T20:46:39Z", + "aliases": [ + "CVE-2024-41656" + ], + "summary": "Sentry vulnerable to stored Cross-Site Scripting (XSS)", + "details": "### Impact\nAn unsanitized payload sent by an Integration platform integration allows the storage of arbitrary HTML tags on the Sentry side. This payload could subsequently be rendered on the Issues page, creating a Stored Cross-Site Scripting (XSS) vulnerability. This vulnerability might lead to the execution of arbitrary scripts in the context of a user’s browser.\n\nSelf-hosted Sentry users may be impacted if untrustworthy Integration platform integrations send external issues to their Sentry instance.\n\n### Patches\nThe patch has been released in [Sentry 24.7.1](https://github.com/getsentry/self-hosted/releases/tag/24.7.1)\n\n### Workarounds\nFor Sentry SaaS customers, no action is needed. This has been patched on July 22, and even prior to the fix, the exploitation was not possible due to the strict Content Security Policy deployed on sentry.io site.\n\nFor self-hosted users, we strongly recommend upgrading Sentry to the latest version. If it is not possible, you could [enable CSP on your self-hosted installation](https://develop.sentry.dev/self-hosted/csp/) with `CSP_REPORT_ONLY = False` (enforcing mode). This will mitigate the risk of XSS.\n\n### References\n* Sentry Docs: [Integration platform / Create an External Issue](https://docs.sentry.io/api/integration/create-an-external-issue/)\n* Sentry Docs: [Self-hosted CSP](https://develop.sentry.dev/self-hosted/csp/)\n* The fix: https://github.com/getsentry/sentry/pull/74648\n* PortSwigger: [Stored XSS](https://portswigger.net/web-security/cross-site-scripting/stored)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "sentry" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "24.7.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/security/advisories/GHSA-fm88-hc3v-3www" + }, + { + "type": "WEB", + "url": "https://github.com/getsentry/sentry/pull/74648" + }, + { + "type": "WEB", + "url": "https://github.com/getsentry/self-hosted/releases/tag/24.7.1" + }, + { + "type": "PACKAGE", + "url": "https://github.com/getsentry/sentry" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-80" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-23T20:46:39Z", + "nvd_published_at": null + } +} \ No newline at end of file