
CVE-2025-22146 – Improper authentication on SAML SSO process allows user impersonation in sentry
https://notcve.org/view.php?id=CVE-2025-22146
15 Jan 2025 — Sentry is a developer-first error tracking and performance monitoring tool. A critical vulnerability was discovered in the SAML SSO implementation of Sentry. It was reported to us via our private bug bounty program. The vulnerability allows an attacker to take over any user account by using a malicious SAML Identity Provider and another organization on the same Sentry instance. The victim email address must be known in order to exploit this vulnerability. • https://github.com/getsentry/sentry/pull/83407 • CWE-287: Improper Authentication •

CVE-2024-53253 – Sentry's improper error handling leaks Application Integration Client Secret
https://notcve.org/view.php?id=CVE-2024-53253
22 Nov 2024 — Sentry is an error tracking and performance monitoring platform. Version 24.11.0, and only version 24.11.0, is vulnerable to a scenario where a specific error message generated by the Sentry platform could include a plaintext Client ID and Client Secret for an application integration. The Client ID and Client Secret would not be displayed in the UI, but would be returned in the underlying HTTP response to the end user. This could occur under the following conditions: An app installation made use of a Search... • https://github.com/getsentry/sentry/pull/79377 • CWE-209: Generation of Error Message Containing Sensitive Information •

CVE-2024-45605 – Improper authorization on deletion of user issue alert notifications in sentry
https://notcve.org/view.php?id=CVE-2024-45605
17 Sep 2024 — Sentry is a developer-first error tracking and performance monitoring platform. An authenticated user delete the user issue alert notifications for arbitrary users given a know alert ID. A patch was issued to ensure authorization checks are properly scoped on requests to delete user alert notifications. Sentry SaaS users do not need to take any action. Self-Hosted Sentry users should upgrade to version 24.9.0 or higher. • https://github.com/getsentry/self-hosted • CWE-639: Authorization Bypass Through User-Controlled Key •

CVE-2024-45606 – Improper authorization on muting of alert rules in sentry
https://notcve.org/view.php?id=CVE-2024-45606
17 Sep 2024 — Sentry is a developer-first error tracking and performance monitoring platform. An authenticated user can mute alert rules from arbitrary organizations and projects with a know rule ID. The user does not need to be a member of the organization or have permissions on the project. In our review, we have identified no instances where alerts have been muted by unauthorized parties. A patch was issued to ensure authorization checks are properly scoped on requests to mute alert rules. • https://github.com/getsentry/self-hosted • CWE-639: Authorization Bypass Through User-Controlled Key •

CVE-2024-41656 – Sentry vulnerable to stored Cross-Site Scripting (XSS)
https://notcve.org/view.php?id=CVE-2024-41656
23 Jul 2024 — Sentry is an error tracking and performance monitoring platform. Starting in version 10.0.0 and prior to version 24.7.1, an unsanitized payload sent by an Integration platform integration allows storing arbitrary HTML tags on the Sentry side with the subsequent rendering them on the Issues page. Self-hosted Sentry users may be impacted in case of untrustworthy Integration platform integrations sending external issues from their side to Sentry. A patch has been released in Sentry 24.7.1. For Sentry SaaS cust... • https://github.com/getsentry/self-hosted/releases/tag/24.7.1 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •

CVE-2024-40647 – Unintentional exposure of environment variables to subprocesses in sentry-sdk
https://notcve.org/view.php?id=CVE-2024-40647
18 Jul 2024 — sentry-sdk is the official Python SDK for Sentry.io. A bug in Sentry's Python SDK < 2.8.0 allows the environment variables to be passed to subprocesses despite the `env={}` setting. In Python's `subprocess` calls, all environment variables are passed to subprocesses by default. However, if you specifically do not want them to be passed to subprocesses, you may use `env` argument in `subprocess` calls. Due to the bug in Sentry SDK, with the Stdlib integration enabled (which is enabled by default), this expec... • https://docs.python.org/3/library/subprocess.html • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVE-2024-35196 – Slack integration leaks sensitive information in logs in Sentry
https://notcve.org/view.php?id=CVE-2024-35196
31 May 2024 — Sentry is a developer-first error tracking and performance monitoring platform. Sentry's Slack integration incorrectly records the incoming request body in logs. This request data can contain sensitive information, including the deprecated Slack verification token. With this verification token, it is possible under specific configurations, an attacker can forge requests and act as the Slack integration. The request body is leaked in log entries matching `event == "slack.*" && name == "sentry.integrations.sl... • https://api.slack.com/authentication/verifying-requests-from-slack#app-management-updates • CWE-532: Insertion of Sensitive Information into Log File •

CVE-2024-32474 – Sentry's superuser cleartext password leaked in logs
https://notcve.org/view.php?id=CVE-2024-32474
18 Apr 2024 — Sentry is an error tracking and performance monitoring platform. Prior to 24.4.1, when authenticating as a superuser to Sentry with a username and password, the password is leaked as cleartext in logs under the _event_: `auth-index.validate_superuser`. An attacker with access to the log data could use these leaked credentials to login to the Sentry system as superuser. Self-hosted users on affected versions should upgrade to 24.4.1 or later. Users can configure the logging level to exclude logs of the `INFO... • https://github.com/getsentry/sentry/commit/d5b34568d9f1c41362ccb62141532a0a2169512f • CWE-117: Improper Output Neutralization for Logs CWE-312: Cleartext Storage of Sensitive Information •