Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/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:N/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
Lifecycle Timeline
4DescriptionGitHub 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.71 and 9.7.1-alpha.1, file downloads via HTTP Range requests bypass the afterFind(Parse.File) trigger and its validators on storage adapters that support streaming (e.g. the default GridFS adapter). This allows access to files that should be protected by afterFind trigger authorization logic or built-in validators such as requireUser. This issue has been patched in versions 8.6.71 and 9.7.1-alpha.1.
AnalysisAI
Parse Server versions prior to 8.6.71 and 9.7.1-alpha.1 allow HTTP Range requests to bypass the afterFind trigger and its validators when downloading files from streaming-capable storage adapters like GridFS, enabling unauthorized access to protected files that should be restricted by authentication or authorization logic. This authentication bypass affects all deployments using affected versions with file protection policies enforced via afterFind triggers.
Technical ContextAI
Parse Server is a Node.js-based backend framework that uses storage adapters (such as GridFS for MongoDB) to manage file objects. The afterFind trigger is a critical hook that runs after file retrieval and is commonly used to enforce authorization policies, validate access permissions, and apply requireUser constraints before returning file data. HTTP Range requests, which request specific byte ranges of a file (typically used for resumable downloads, video streaming, and partial content delivery), were processed by streaming adapters in a code path that bypassed the standard afterFind trigger execution. The vulnerability stems from CWE-285 (Improper Authorization) where the streaming download handler failed to invoke the same authorization validation chain used for standard (non-Range) file downloads. This creates a logical flaw where Range-based requests circumvent access control mechanisms that would otherwise protect sensitive files.
RemediationAI
Upgrade Parse Server to version 8.6.71 or later (for 8.x branch) or 9.7.1-alpha.1 or later (for 9.x branch). Vendor-released patches are available via https://github.com/parse-community/parse-server/pull/10361 and https://github.com/parse-community/parse-server/pull/10362, with commits 053109b3ee71815bc39ed84116c108ff9edbf337 and a0b0c69fc44f87f80d793d257344e7dcbf676e22 implementing the fix. As an interim mitigation pending upgrade, restrict HTTP Range request processing at the reverse proxy or load balancer level (e.g., disable Range header forwarding to Parse Server), though this may impact legitimate streaming clients. Verify that file protection policies are implemented via afterFind triggers and audit file access logs to detect any prior unauthorized Range-based downloads.
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
Directory traversal vulnerability in lib/app/index.js in Geddy before 13.0.8 for Node.js allows remote attackers to read
Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio
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
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
Same weakness CWE-285 – Improper Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17608
GHSA-hpm8-9qx6-jvwv