Skip to main content

Node.js CVE-2026-34532

| EUVDEUVD-2026-17473 CRITICAL
Incorrect Authorization (CWE-863)
2026-03-31 GitHub_M GHSA-vpj2-qq7w-5qq6
9.1
CVSS 4.0 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
9.1 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch released
Apr 01, 2026 - 02:30 nvd
Patch available
EUVD ID Assigned
Mar 31, 2026 - 15:01 euvd
EUVD-2026-17473
Analysis Generated
Mar 31, 2026 - 15:01 vuln.today
CVE Published
Mar 31, 2026 - 14:42 nvd
CRITICAL 9.1

DescriptionGitHub Advisory

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.67 and 9.7.0-alpha.11, an attacker can bypass Cloud Function validator access controls by appending "prototype.constructor" to the function name in the URL. When a Cloud Function handler is declared using the function keyword and its validator is a plain object or arrow function, the trigger store traversal resolves the handler through its own prototype chain while the validator store fails to mirror this traversal, causing all access control enforcement to be skipped. This allows unauthenticated callers to invoke Cloud Functions that are meant to be protected by validators such as requireUser, requireMaster, or custom validation logic. This issue has been patched in versions 8.6.67 and 9.7.0-alpha.11.

AnalysisAI

Parse Server Cloud Function validator bypass allows unauthenticated remote attackers to execute protected server-side functions by exploiting prototype chain traversal. Attackers append 'prototype.constructor' to Cloud Function URLs to circumvent access controls (requireUser, requireMaster, custom validators), enabling unauthorized execution of backend business logic. Affects Parse Server versions prior to 8.6.67 and 9.7.0-alpha.11. No public exploit identified at time of analysis, though the attack vector is network-accessible with low complexity (CVSS:4.0 AV:N/AC:L/PR:N). The vulnerability stems from inconsistent prototype chain resolution between handler and validator stores (CWE-863: Incorrect Authorization).

Technical ContextAI

Parse Server is a Node.js-based open-source backend framework (parse-community/parse-server) that provides cloud functions for executing server-side logic. The vulnerability arises from a prototype chain traversal inconsistency in how Cloud Function handlers and validators are resolved from their respective stores. When developers declare handlers using the function keyword (as opposed to arrow functions or other patterns) and attach validators as plain objects or arrow functions, the trigger store correctly resolves the handler by walking up JavaScript's prototype chain. However, the validator store fails to perform equivalent prototype chain traversal. This asymmetry allows attackers to reference handlers through prototype properties (e.g., appending '.prototype.constructor' to function names in HTTP requests) that exist in the handler resolution path but bypass the validator lookup entirely. The root cause is CWE-863 (Incorrect Authorization), where access control checks are structurally decoupled from the protected resource resolution mechanism, creating an exploitable gap in enforcement.

RemediationAI

Upgrade Parse Server immediately to version 8.6.67 (for production 8.x deployments) or 9.7.0-alpha.11 (for users tracking development builds). Vendor-released patches are available via GitHub commits 4fc48cf28f22eea200d74d883505f485234a48d7 (8.x branch) and dc59e272665644083c5b7f6862d88ce1ef0b2674 (9.x branch), implemented through pull requests 10342 and 10343. The fixes enforce consistent prototype chain handling between validator and handler resolution mechanisms. Update package dependencies using npm (npm install parse-server@8.6.67) or yarn, then restart Parse Server instances. Review Cloud Function implementations to identify functions using function keyword declarations with object-based validators, as these represent the vulnerable configuration pattern. No effective workarounds exist short of refactoring all protected Cloud Functions to use alternative declaration patterns or removing validator-based access controls in favor of inline authorization checks, which is impractical for most deployments. Consult the GitHub Security Advisory (GHSA-vpj2-qq7w-5qq6) at https://github.com/parse-community/parse-server/security/advisories/GHSA-vpj2-qq7w-5qq6 for additional context and vendor recommendations.

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2015-5688 MEDIUM POC
5.0 Sep 04

Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2014-7192 CRITICAL POC
10.0 Dec 11

Eval injection vulnerability in index.js in the syntax-error package before 1.1.1 for Node.js 0.10.x, as used in IBM Rat

CVE-2013-4450 MEDIUM POC
5.0 Oct 21

The HTTP server in Node.js 0.10.x before 0.10.21 and 0.8.x before 0.8.26 allows remote attackers to cause a denial of se

Share

CVE-2026-34532 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy