GHSA-h29g-q5c2-9h4f
Parse Server email verification resend page leaks user existence
상세
### Impact
The Pages route and legacy PublicAPI route for resending email verification links return distinguishable responses depending on whether the provided username exists and has an unverified email. This allows an unauthenticated attacker to enumerate valid usernames by observing different redirect targets. The existing `emailVerifySuccessOnInvalidEmail` configuration option, which is enabled by default and protects the API route against this, did not apply to these routes.
### Patches
The email verification resend routes now respect the `emailVerifySuccessOnInvalidEmail` option. When set to `true` (the default), both routes redirect to the success page regardless of the outcome, preventing user enumeration.
### Workarounds
There is no known workaround to prevent the information disclosure other than upgrading.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/parse-community/parse-server/security/advisories/GHSA-h29g-q5c2-9h4f [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-33323 [ADVISORY]
- https://github.com/parse-community/parse-server/pull/10238 [WEB]
- https://github.com/parse-community/parse-server/pull/10243 [WEB]
- https://github.com/parse-community/parse-server/commit/967aa57732202009b2389ce9ecb3130d53d657e5 [WEB]
- https://github.com/parse-community/parse-server/commit/fbda4cb0c5cbc8fad08a216823b6b64d4ae289c3 [WEB]
- https://github.com/parse-community/parse-server [PACKAGE]