sentry-sdk@0.1.0rc12 vulnerabilities

Python client for Sentry (https://sentry.io)

Direct Vulnerabilities

Known vulnerabilities in the sentry-sdk package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • L
Information Exposure

Affected versions of this package are vulnerable to Information Exposure due to all environment variables being passed to the subprocesses when env={} is set. This vulnerability could lead to unintentional exposure of environment variables to subprocesses despite the env={} setting, unless the Sentry SDK's Stdlib integration is disabled.

Note:

The Stdlib integration is enabled by default.

How to fix Information Exposure?

Upgrade sentry-sdk to version 2.8.0 or higher.

[,2.8.0)
  • M
Race Condition

Affected versions of this package are vulnerable to Race Condition such that in some cases the start_child method can be called on the Transaction which _span_recorder has been already deleted from the instance.

How to fix Race Condition?

Upgrade sentry-sdk to version 1.4.1 or higher.

[,1.4.1)
  • M
Information Exposure

Affected versions of this package are vulnerable to Information Exposure in the Django integration, which leaks sensitive cookies values, including the session cookie to Sentry. An attacker with access to Sentry issues can use such cookies to escalate privileges within the application.

Note:

All of these conditions must be met for an application to be vulnerable:

  1. sendDefaultPII is set to True, which is not the default.

  2. SESSION_COOKIE_NAME or CSRF_COOKIE_NAME has a custom name in Django settings.

  3. Data scrubbing features are NOT being used to scrub the custom cookie names..

How to fix Information Exposure?

Upgrade sentry-sdk to version 1.14.0 or higher.

[,1.14.0)