CVE-2022-23485 – sentry
Package
Manager: pip
Name: sentry
Vulnerable Version: >=20.6.0 <22.11.0
Severity
Level: Medium
CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:L
CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:L/VA:L/SC:N/SI:N/SA:N
EPSS: 0.00066 pctl0.20726
Details
Sentry vulnerable to invite code reuse via cookie manipulation 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. ### Impact An attacker with a valid invite link can create multiple users and join the organization from which the invite link was generated. ### Patches This issue was patched in version 22.11.0. ### Workarounds 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/`). 1. Add the following line into `sentry.conf.py`: ```python SENTRY_FEATURES["organizations:invite-members"] = False ``` 2. Restart the Sentry web service. ``` docker compose restart web ``` ### For more information If you have any questions or comments about this advisory: * [Visit our FAQs on this CVE](https://help.sentry.io/account/security/cve-2022-23485-faqs/) * Open an issue in [getsentry/sentry](http://github.com/getsentry/sentry) * Email us at security[@]sentry.io
Metadata
Created: 2022-12-12T21:27:09Z
Modified: 2024-10-22T17:30:35Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/12/GHSA-jv85-mqxj-3f9j/GHSA-jv85-mqxj-3f9j.json
CWE IDs: ["CWE-269", "CWE-284"]
Alternative ID: GHSA-jv85-mqxj-3f9j
Finding: F039
Auto approve: 1