CVE-2026-33323
JavaScript vulnerability analysis and mitigation

Overview

CVE-2026-33323 is a username enumeration vulnerability in Parse Server, an open-source Node.js backend platform, classified as "Email verification resend page leaks user existence." The flaw affects all Parse Server versions prior to 8.6.51 and versions 9.0.0 through 9.6.0-alpha.39. It was disclosed on March 19, 2026, via a GitHub Security Advisory. The vulnerability carries a CVSS v3.1 base score of 5.3 (Medium) and a CVSS v4.0 base score of 6.3 (Medium) (GitHub Advisory).

Technical details

The root cause is an Observable Response Discrepancy (CWE-204) in Parse Server's Pages route and legacy PublicAPI route used for resending email verification links. These routes return distinguishable HTTP redirect targets depending on whether the submitted username exists in the system and has an unverified email address, allowing an attacker to infer account existence from the redirect destination. The existing emailVerifySuccessOnInvalidEmail configuration option — which is enabled by default and normalizes responses on the API route — was not applied to the Pages or legacy PublicAPI routes, leaving them unprotected. No authentication or special privileges are required to exploit this flaw; an attacker only needs network access to the server's public-facing endpoints (GitHub Advisory, Parse Server PR #10238).

Impact

Successful exploitation allows an unauthenticated attacker to systematically enumerate valid usernames registered on a Parse Server instance by submitting email verification resend requests and observing the differing redirect targets in the HTTP response. This information disclosure is limited to confidentiality (no integrity or availability impact), but the resulting list of valid accounts can be leveraged for downstream attacks such as credential stuffing, targeted phishing, or brute-force login attempts against identified users (GitHub Advisory).

Exploitability

There is no public proof-of-concept exploit code and no evidence of in-the-wild exploitation as of the time of disclosure (Feedly). The vulnerability is remotely exploitable with no authentication, no user interaction, and low attack complexity, making it straightforward to automate. The EPSS score is approximately 0.052% (0.000520), indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.

Exploitation steps

  1. Reconnaissance: Identify a publicly accessible Parse Server instance with email verification enabled (i.e., emailVerifyEnabled: true in server configuration).
  2. Locate the vulnerable endpoint: Target the Pages route for resending email verification, typically accessible at a URL such as https://<server>/apps/<appId>/resend_verification_email or the equivalent legacy PublicAPI route.
  3. Submit enumeration requests: Send HTTP POST requests to the resend verification endpoint with a candidate username in the request body (e.g., username=targetuser).
  4. Observe redirect targets: Analyze the HTTP 303 redirect response location header — a redirect to the success page indicates the username exists and has an unverified email, while a redirect to the failure page indicates the username does not exist or is already verified.
  5. Automate enumeration: Repeat the process with a wordlist of candidate usernames to build a list of valid accounts for use in follow-on attacks such as credential stuffing or phishing (GitHub Advisory, Parse Server PR #10238).

Indicators of compromise

  • Network: High volume of HTTP POST requests to the email verification resend endpoint (e.g., /apps/<appId>/resend_verification_email) from a single IP or a rotating set of IPs in a short time window.
  • Logs: Server access logs showing repeated 303 redirect responses to the resend verification route with varying username parameters; patterns consistent with sequential or dictionary-based username probing.
  • Behavioral: Requests originating from automated tools (e.g., unusual User-Agent strings, high request rates, no browser-typical referrer headers) targeting the verification resend route.

Mitigation and workarounds

Parse Server has released patches in versions 8.6.51 (for the 8.x branch) and 9.6.0-alpha.40 (for the 9.x alpha branch), with the fix also included in the stable 9.6.0 release. The fix ensures that the emailVerifySuccessOnInvalidEmail configuration option (enabled by default) is respected by both the Pages route and the legacy PublicAPI route, causing both to redirect to the success page regardless of whether the username exists. There is no known configuration-based workaround for unpatched versions other than upgrading. Administrators should upgrade immediately and verify that emailVerifySuccessOnInvalidEmail remains set to true (the default) (GitHub Advisory, Parse Server PR #10238).

Community reactions

The vulnerability was reported by security researcher fancymalware and coordinated by Parse Server maintainer mtrezza, who authored and merged the fix (GitHub Advisory). No significant broader media coverage or notable community commentary beyond the GitHub advisory and associated pull request discussion has been identified.

Additional resources


SourceThis report was generated using AI

Related JavaScript vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-77415CRITICAL9.3
  • JavaScript logoJavaScript
  • jsonata
NoYesAug 21, 2026
CVE-2026-77414CRITICAL9.3
  • JavaScript logoJavaScript
  • jsonata
NoYesAug 21, 2026
CVE-2026-77413CRITICAL9.3
  • JavaScript logoJavaScript
  • jsonata
NoYesAug 21, 2026
CVE-2026-63421HIGH7.5
  • JavaScript logoJavaScript
  • @keystone-6/core
NoYesAug 21, 2026
CVE-2026-53509MEDIUM5.7
  • JavaScript logoJavaScript
  • @aborruso/ckan-mcp-server
NoYesAug 21, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management