With a known valid invite link (i.e. not already accepted or expired) an unauthenticated attacker can manipulate the cookie to allow the same invite link to be reused on multiple accounts when joining an organization.
An attacker with a valid invite link can create multiple users and join the organization from which the invite link was generated.
This issue was patched in version 22.11.0.
Sentry SaaS customers do not need to take action.
Self-hosted Sentry installs can disable the invite functionality until they are ready to deploy the patched version by editing their sentry.conf.py
file (usually located at ~/.sentry/
).
sentry.conf.py
:
SENTRY_FEATURES["organizations:invite-members"] = False
docker compose restart web
If you have any questions or comments about this advisory: * Visit our FAQs on this CVE * Open an issue in getsentry/sentry * Email us at security[@]sentry.io
{ "nvd_published_at": "2022-12-10T01:15:00Z", "cwe_ids": [ "CWE-269", "CWE-284" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-12-12T21:27:09Z" }