
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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.
emailVerifyEnabled: true in server configuration).https://<server>/apps/<appId>/resend_verification_email or the equivalent legacy PublicAPI route.username=targetuser)./apps/<appId>/resend_verification_email) from a single IP or a rotating set of IPs in a short time window.username parameters; patterns consistent with sequential or dictionary-based username probing.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).
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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."