CVE-2026-32269
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedParse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.13 and 8.6.39, the OAuth2 authentication adapter does not correctly validate app IDs when appidField and appIds are configured. During app ID validation, a malformed value is sent to the token introspection endpoint instead of the user's actual access token. Depending on the introspection endpoint's behavior, this could either cause all OAuth2 logins to fail, or allow authentication from disallowed app contexts if the endpoint returns valid-looking data for the malformed request. Deployments using the OAuth2 adapter with appidField and appIds configured are affected. This vulnerability is fixed in 9.6.0-alpha.13 and 8.6.39.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe OAuth2 authentication adapter in Parse Server incorrectly validates app IDs when appidField and appIds are configured. During validation, a malformed value is sent to the token introspection endpoint instead of the user's actual access token, which can either cause all OAuth2 logins to fail or potentially allow authentication from disallowed app contexts if the endpoint returns valid-looking data for the malformed request.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 8.0.2, < 8.6.39>= 9.0.0, < 9.6.0= 9.6.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Parse Server versionRun `npm list parse-server` or check your package.json to identify the installed version of parse-serverAffected if Installed version is >= 8.0.2 and < 8.6.39; OR >= 9.0.0 and < 9.6.0; OR exactly 9.6.0
-
Identify OAuth2 authentication configurationExamine your Parse Server configuration files and authentication setup to determine if OAuth2 adapter is in use. Look for OAuth2-related configuration in your authentication providers setupAffected if OAuth2 authentication adapter is configured and in use
-
Verify appidField configurationInspect your OAuth2 adapter configuration for the presence of an appidField parameter. This is typically set in the OAuth2 authentication options or configuration fileAffected if appidField is explicitly configured in the OAuth2 adapter settings
-
Check appIds configurationInspect your OAuth2 adapter configuration for the presence of an appIds parameter. This is typically an array or list of allowed app IDs defined in the OAuth2 authentication optionsAffected if appIds is configured with one or more app IDs in the OAuth2 adapter settings
You are affected if your Parse Server version falls within the affected ranges AND you use OAuth2 authentication with both appidField and appIds configured together.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped8.6.399.6.0
Upgrade Parse Server to version 9.6.0-alpha.13 or 8.6.39. Until patched, avoid using OAuth2 adapter with appidField and appIds configuration.
parse-server 8.6.39 (8.x branch) or 9.6.1+/9.6.0-alpha.13 (9.x branch)
- 1. Identify current Parse Server version by checking package.json or running `parse-server --version`
- 2. If running 8.x branch (>= 8.0.2): upgrade to parse-server version 8.6.39 or later (e.g., npm install [email protected])
- 3. If running 9.x branch (>= 9.0.0, including 9.6.0): upgrade to parse-server version 9.6.1 or later if available, or to 9.6.0-alpha.13 as a temporary measure until a stable 9.6.x fix is released
- 4. After upgrading, verify OAuth2 authentication still works correctly with your configured appidField and appIds
- 5. Test that the token introspection endpoint receives the correct access token value (not a malformed value)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,376.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-32269 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-32269 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data