SentryApplication

CVE-2026-27197

CRITICAL · 9.1 CVSS v3.1 Published 2026-02-21
Fix available
A fix is available. Upgrade to 26.2.0 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Sentry is a developer-first error tracking and performance monitoring tool. Versions 21.12.0 through 26.1.0 have a critical vulnerability in its SAML SSO implementation which allows an attacker to take over any user account by using a malicious SAML Identity Provider and another organization on the same Sentry instance. Self-hosted users are only at risk if the following criteria is met: ore than one organizations are configured (SENTRY_SINGLE_ORGANIZATION = True), or malicious user has existing access and permissions to modify SSO settings for another organization in a multo-organization instance. This issue has been fixed in version 26.2.0. To workaround this issue, implement user account-based two-factor authentication to prevent an attacker from being able to complete authentication with a victim's user account. Organization administrators cannot do this on a user's behalf, this requires individual users to ensure 2FA has been enabled for their account.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Sentry versions 21.12.0-26.1.0 contain a critical SAML SSO vulnerability allowing account takeover via a malicious Identity Provider. The flaw exploits the multi-organization architecture, enabling an attacker to hijack any user account when multiple organizations exist on a single Sentry instance or when SENTRY_SINGLE_ORGANIZATION is enabled.

MitigationPrimary fix: upgrade to Sentry 26.2.0. Workaround: enforce user-based two-factor authentication to prevent authentication completion by attackers.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
SentryApplication
Affected:>= 21.12.0, < 26.2.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed Sentry version
    Check your Sentry installation's version by querying the Python package (pip show sentry) or checking the UI footer in the web interface. Compare this version number against the affected range: >= 21.12.0 and < 26.2.0
    Affected if The installed version falls within 21.12.0 through 26.1.x (any version before 26.2.0)
  2. Verify multi-organization architecture
    Query your Sentry database or use the CLI (sentry organizations list) to determine how many organizations exist on this Sentry instance. Alternatively, check the SENTRY_ORGANIZATION setting in your config file if present.
    Affected if More than one organization exists on the Sentry instance, or SENTRY_SINGLE_ORGANIZATION is not set to true (defaults to multi-tenant)
  3. Confirm SAML SSO is the authentication method
    Review your Sentry authentication settings in the UI under Organization Settings > Auth, or inspect your configuration files for SAML provider configuration (such as Okta, Azure AD, or other IdP integrations).
    Affected if SAML-based SSO authentication is enabled and configured for any organization on this instance

A Sentry instance is affected if it runs version 21.12.0 through 26.1.x, uses SAML authentication, and operates in multi-organization mode (multiple orgs present or SENTRY_SINGLE_ORGANIZATION not explicitly set to true).

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 26.2.0 or later
Fixed in 26.2.0
Interim mitigation

Primary fix: upgrade to Sentry 26.2.0. Workaround: enforce user-based two-factor authentication to prevent authentication completion by attackers.

Recommended fix High confidence

26.2.0

  1. Upgrade Sentry to version 26.2.0 or later to address the SAML SSO authentication bypass vulnerability
  2. After upgrading, verify the SAML SSO configuration is intact and functioning properly
  3. Review all organization SSO settings to ensure no unauthorized changes were made
  4. As an additional security measure, encourage all users to enable two-factor authentication on their accounts
  5. If unable to upgrade immediately, ensure SENTRY_SINGLE_ORGANIZATION is not set to True in multi-organization instances and audit user permissions for SSO configuration access
Caveat Review Sentry 26.x release notes for any potential breaking changes before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Sentry Scoped from the published advisory
  • Consultation6.0 h
  • Implementation12.0 h
  • Testing8.0 h
  • Review / QA4.0 h
30.0 hours of engineering $5,280
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,448.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-27197 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-27197 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data