CVE-2026-34373 PUBLISHED

Parse Server: GraphQL API endpoint ignores CORS origin restriction

Assigner: GitHub_M
Reserved: 27.03.2026 Published: 31.03.2026 Updated: 31.03.2026

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.66 and 9.7.0-alpha.10, the GraphQL API endpoint does not respect the allowOrigin server option and unconditionally allows cross-origin requests from any website. This bypasses origin restrictions that operators configure to control which websites can interact with the Parse Server API. The REST API correctly enforces the configured allowOrigin restriction. This issue has been patched in versions 8.6.66 and 9.7.0-alpha.10.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor parse-community
Product parse-server
Versions
  • Version < 8.6.66 is affected
  • Version >= 9.0.0, < 9.7.0-alpha.10 is affected

References

Problem Types

  • CWE-346: Origin Validation Error CWE