CVE-2026-30850: Parse Server: File metadata endpoint bypasses `beforeFind` / `afterFind` trigger authorization

Published Mar 7, 2026
·
Updated

Impact

The file metadata endpoint (GET /files/:appId/metadata/:filename) does not enforce beforeFind / afterFind file triggers. When these triggers are used as access-control gates, the metadata endpoint bypasses them entirely, allowing unauthorized access to file metadata.

This affects any deployment that relies on Parse.Cloud.beforeFind(Parse.File, ...) to restrict file access. Only file metadata (user-defined key-value pairs set via addMetadata) is exposed; file content remains protected.

Patches

The metadata handler now runs beforeFind and afterFind triggers and returns HTTP 403 when a trigger denies access.

Workarounds

Disable the metadata endpoint by overriding the route with a middleware that rejects all requests:

js // Add before mounting Parse Server app.get('/parse/files/:appId/metadata/:filename', (req, res) => { res.status(403).json({ error: 'Forbidden' }); });

Adjust the path prefix (/parse) to match your mountPath.

References

- GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-hwx8-q9cg-mqmc - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.0-alpha.9 - Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.9

Other sources

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.9 and 9.5.0-alpha.9, the file metadata endpoint (GET /files/:appId/metadata/:filename) does not enforce beforeFind / afterFind file triggers. When these triggers are used as access-control gates, the metadata endpoint bypasses them entirely, allowing unauthorized access to file metadata. This issue has been patched in versions 8.6.9 and 9.5.0-alpha.9.

MITRE

Affected Software

15 affected componentsFixes available
npm/parse-server<8.6.9
npm/parse-server<9.5.0-alpha.9
npm/parse-server>=9.0.0-alpha.1<9.5.0-alpha.9
9.5.0-alpha.9
npm/parse-server<8.6.9
8.6.9
parseplatform Parse-server Node.js<8.6.9
parseplatform Parse-server Node.js>=9.0.0<9.5.0
parseplatform Parse-server Node.js=9.5.0
parseplatform Parse-server Node.js=9.5.0-alpha1
parseplatform Parse-server Node.js=9.5.0-alpha2
parseplatform Parse-server Node.js=9.5.0-alpha3
parseplatform Parse-server Node.js=9.5.0-alpha4
parseplatform Parse-server Node.js=9.5.0-alpha5
parseplatform Parse-server Node.js=9.5.0-alpha6
parseplatform Parse-server Node.js=9.5.0-alpha7
parseplatform Parse-server Node.js=9.5.0-alpha8

Event History

Mar 7, 2026
CVE Published
via MITRE·04:21 PM
Data Sourced
via MITRE·04:21 PM
DescriptionWeakness
Data Sourced
via NVD·05:15 PM
DescriptionSeverityWeaknessAffected Software
Mar 9, 2026
Advisory Published
via GitHub·05:42 PM
Data Sourced
via GitHub·05:42 PM
DescriptionWeaknessAffected Software
Feb 17, 58167
Event
via FIRST·10:37 PM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-30850?

CVE-2026-30850 has a high severity as it allows unauthorized access to file metadata.

2

How do I fix CVE-2026-30850?

To fix CVE-2026-30850, upgrade your Parse Server to version 8.6.9 or later, or 9.5.0-alpha.9 or later.

3

What versions of Parse Server are affected by CVE-2026-30850?

Parse Server versions prior to 8.6.9 and 9.5.0-alpha.9 are affected by CVE-2026-30850.

4

What is the impact of CVE-2026-30850?

The impact of CVE-2026-30850 is that attackers may bypass authorization checks for file metadata endpoints.

5

Is CVE-2026-30850 a remote vulnerability?

Yes, CVE-2026-30850 is considered a remote vulnerability as it can be exploited over the network.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203