CVE-2026-34784 Details
Description
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.
A vulnerability in Parse Server prior to versions 8.6.71 and 9.7.1-alpha.1 allows HTTP Range requests to bypass the afterFind(Parse.File) trigger and its associated validators on storage adapters that support streaming, such as the default GridFS adapter. This flaw enables unauthorized access to files that should be protected by the afterFind trigger's authorization logic or built-in validators like requireUser. The issue arises because the afterFind trigger is not executed before processing Range requests, leaving a gap in file access control.
Users can update to Parse Server versions 8.6.71 or 9.7.1-alpha.1, where this vulnerability has been patched. Alternatively, as a temporary workaround, the beforeFind(Parse.File) trigger can be used for file access authorization, as it applies to all download methods, including streaming.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-285 | Improper Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| parseplatform parse-server | < 8.6.71 >= 9.0.0, < 9.7.1 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 1, 2026 | Initial Analysis | [email protected] |
| Mar 31, 2026 | New CVE Received | [email protected] |