PatchSiren cyber security CVE debrief
CVE-2026-34784 parse-community CVE debrief
CVE-2026-34784 is a high-severity vulnerability in Parse Server, an open-source backend that can be deployed to any infrastructure that can run Node.js. The vulnerability allows file downloads via HTTP Range requests to bypass the afterFind(Parse.File) trigger and its validators on storage adapters that support streaming, such as the default GridFS adapter. This could allow access to files that should be protected by afterFind trigger authorization logic or built-in validators like requireUser. The issue has been patched in versions 8.6.71 and 9.7.1-alpha.1.
- Vendor
- parse-community
- Product
- parse-server
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-03-31
- Original CVE updated
- 2026-07-24
- Advisory published
- 2026-03-31
- Advisory updated
- 2026-07-24
Who should care
Developers and administrators using Parse Server, especially those hosting sensitive data or applications, should be aware of this vulnerability. The high CVSS score of 8.2 indicates a significant risk, and users are advised to update to the patched versions as soon as possible.
Technical summary
The vulnerability exists in the file download functionality of Parse Server when using HTTP Range requests. This feature allows a client to request a specific part of a file, but in the case of Parse Server versions before 8.6.71 and 9.7.1-alpha.1, it was possible to bypass security checks meant to protect file access. Specifically, the afterFind(Parse.File) trigger and its validators, which are designed to control access to files stored on the server, were not applied when downloading files via range requests. This could lead to unauthorized access to files that should be restricted. The vulnerability affects storage adapters that support streaming, such as the default GridFS adapter.
Defensive priority
High
Recommended defensive actions
- Update Parse Server to version 8.6.71 or 9.7.1-alpha.1, or later.
- Review and adjust the afterFind(Parse.File) trigger and validator configurations to ensure proper authorization and access control for sensitive files.
- Monitor for any suspicious file access requests, especially those using HTTP Range requests.
- Consider implementing additional compensating controls, such as IP restrictions or VPN access, for sensitive data storage.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record was published on 2026-03-31T20:16:29.490Z and last modified on 2026-07-24T20:10:00.147Z. The NVD entry is currently Analyzed. The vulnerability has a CVSS score of 8.2 and is classified as HIGH severity. The issue was patched in versions 8.6.71 and 9.7.1-alpha.1.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-34784 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-34784
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-34784 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-34784
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/parse-community/parse-server/commit/053109b3ee71815bc39ed84116c108ff9edbf337
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/parse-community/parse-server/commit/a0b0c69fc44f87f80d793d257344e7dcbf676e22
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/parse-community/parse-server/pull/10361
[email protected] - Issue Tracking, Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/parse-community/parse-server/pull/10362
[email protected] - Issue Tracking, Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/parse-community/parse-server/security/advisories/GHSA-hpm8-9qx6-jvwv
[email protected] - Mitigation, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.