CVE-2024-53253 – Sentry's improper error handling leaks Application Integration Client Secret
https://notcve.org/view.php?id=CVE-2024-53253
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 UI component with the `async` flag set to true (default: true); auser types types into the Search Component which creates a request to the third-party for search or query results; and that third-party response may then fail validation and Sentry would return the `select-requester.invalid-response` error code along with a serialized version of a Sentry application containing the integration Client Secret. Should this error be found, it's reasonable to assume the potential exposure of an integration Client Secret. • https://github.com/getsentry/sentry/pull/79377 https://github.com/getsentry/sentry/pull/81038 https://github.com/getsentry/sentry/security/advisories/GHSA-v5h2-q2w4-gpcx • CWE-209: Generation of Error Message Containing Sensitive Information •