SCA: security update for sentry (GHSA-c2g2-gx4j-rj3j)

low Tenable Self-Hosted Container Security Plugin ID 413581

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.slack" && request_data == *`. The deprecated slack verification token, will be found
in the `request_data.token` key. **SaaS users** do not need to take any action. **Self-hosted users**
should upgrade to version 24.5.0 or higher, rotate their Slack verification token, and use the Slack
Signing Secret instead of the verification token. For users only using the `slack.signing-secret` in their
self-hosted configuration, the legacy verification token is not used to verify the webhook payload. It is
ignored. Users unable to upgrade should either set the `slack.signing-secret` instead of
`slack.verification-token`. The signing secret is Slack's recommended way of authenticating webhooks. By
having `slack.singing-secret` set, Sentry self-hosted will no longer use the verification token for
authentication of the webhooks, regardless of whether `slack.verification-token` is set or not.
Alternatively if the self-hosted instance is unable to be upgraded or re-configured to use the
`slack.signing-secret`, the logging configuration can be adjusted to not generate logs from the
integration. The default logging configuration can be found in `src/sentry/conf/server.py`. **Services
should be restarted once the configuration change is saved.** (CVE-2024-35196)

See Also

https://github.com/advisories/GHSA-c2g2-gx4j-rj3j

Plugin Details

Severity: Low

ID: 413581

Version: Revision 1.20

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: Low

Base Score: 1.7

Temporal Score: 1.3

Vector: CVSS2#AV:N/AC:H/Au:M/C:P/I:N/A:N

CVSS Score Source: CVE-2024-35196

CVSS v3

Risk Factor: Low

Base Score: 2

Temporal Score: 1.8

Vector: CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/2/2024

Vulnerability Publication Date: 5/31/2024

Reference Information

CVE: CVE-2024-35196

cwe: CWE-532