Safety vulnerability ID: 72260
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Affected versions of Sentry's Python SDK are vulnerable to unintentional exposure of environment variables 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 expectation is not fulfilled, and all environment variables are being passed to subprocesses instead.
As a workaround, and if passing environment variables to child processes poses a security risk for you, you can disable all default integrations.
Latest version: 2.19.2
Python client for Sentry (https://sentry.io)
This vulnerability has no description
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application