Loading...
Skip to main content

CVE-2026-32248

CRITICAL

Parse Server: Account takeover via operator injection in authentication data identifier

Published March 12, 2026Updated March 16, 2026Source: osv

Summary

### Impact An unauthenticated attacker can take over any user account that was created with an authentication provider that does not validate the format of the user identifier (e.g. anonymous authentication). By sending a crafted login request, the attacker can cause the server to perform a pattern-matching query instead of an exact-match lookup, allowing the attacker to match an existing user and obtain a valid session token for that user's account. Both MongoDB and PostgreSQL database backends are affected. Any Parse Server deployment that allows anonymous authentication (enabled by default) is vulnerable. ### Patches The fix enforces that the user identifier in authentication data is a string before using it in a database query. Non-string values are rejected with a validation error. ### Workarounds There is no known workaround. ### References - GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-5fw2-8jcv-xh87 - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.6.0-alpha.12 - Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.38

Remediation

Upgrade to the fixed version using your package manager.

npm
Update parse-server to 9.6.0-alpha.12 or later
npm install parse-server@9.6.0-alpha.12
npm
Update parse-server to 8.6.38 or later
npm install parse-server@8.6.38

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
parse-server
npm
All versions9.6.0-alpha.12
parse-server
npm
All versions8.6.38

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 9.1 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Confidentiality
Integrity
Availability

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Frequently Asked Questions

What is CVE-2026-32248?
Parse Server: Account takeover via operator injection in authentication data identifier This vulnerability has been assigned a severity rating of CRITICAL (CVSS score: 9.1/10).
How do I check if my project is affected by CVE-2026-32248?
CVE-2026-32248 affects parse-server. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2026-32248 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
9.1

Exploitation is straightforward and causes maximum impact. Patch immediately.

Also Known As

GHSA-5fw2-8jcv-xh87
BIT-parse-2026-32248

Related CVEs

  • CVE-2023-36475
    CRITICAL

    Parse Server vulnerable to remote code execution via MongoDB BSON parser through prototype pollution

  • CVE-2026-27804
    CRITICAL

    Parse Server: Account takeover via JWT algorithm confusion in Google auth adapter

  • CVE-2026-30966
    CRITICAL

    Parse Server has role escalation and CLP bypass via direct `_Join` table write

  • CVE-2024-27298
    CRITICAL

    ZDI-CAN-19105: Parse Server literalizeRegexPart SQL Injection

  • CVE-2026-30965
    CRITICAL

    Parse Server vulnerable to session token exfiltration via `redirectClassNameForKey` query parameter

  • CVE-2024-39309
    CRITICAL

    ZDI-CAN-23894: Parse Server literalizeRegexPart SQL Injection Authentication Bypass Vulnerability

  • CVE-2026-31871
    CRITICAL

    Parse Server vulnerable to SQL Injection via dot-notation sub-key name in `Increment` operation on PostgreSQL

  • CVE-2026-31800
    HIGH

    Parse Server: Classes `_GraphQLConfig` and `_Audience` master key bypass via generic class routes

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies