VYPR
High severityNVD Advisory· Published Apr 18, 2024· Updated Aug 2, 2024

Sentry's superuser cleartext password leaked in logs

CVE-2024-32474

Description

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 level and only generate logs for levels at WARNING or more.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
sentryPyPI
>= 24.3.0, < 24.4.124.4.1

Affected products

1

Patches

1
d5b34568d9f1

chore(auth): explicitly log challenge and response for debugging (#69148)

https://github.com/getsentry/sentryCathy TengApr 17, 2024via ghsa
1 file changed · +0 1
  • src/sentry/api/endpoints/auth_index.py+0 1 modified
    @@ -140,7 +140,6 @@ def _validate_superuser(
             logger.info(
                 "auth-index.validate_superuser",
                 extra={
    -                "validator": validator,
                     "user": request.user.id,
                     "raise_exception": not DISABLE_SSO_CHECK_FOR_LOCAL_DEV,
                     "verify_authenticator": verify_authenticator,
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.