CVE-2026-64627 PUBLISHED

Parse Server 9.0.0 Schema Disclosure via GraphQL Variable Coercion

Assigner: VulnCheck
Reserved: 20.07.2026 Published: 21.07.2026 Updated: 21.07.2026

Parse Server versions >= 9.0.0 before 9.10.0-alpha.4 and versions before 8.6.85 contain a schema disclosure vulnerability. When the GraphQL API is mounted with public introspection disabled (graphQLPublicIntrospection: false, the default), schema-derived 'Did you mean ...?' suggestions were still returned in GraphQL error messages produced during variable coercion, which were not covered by the introspection-hardening control (that only handled validation errors). An unauthenticated caller possessing only the public application id can iteratively recover hidden schema identifiers — including registered Cloud Code function names and Parse class and field names — by submitting queries or mutations whose variables contain near-miss enum values or input-object field names. This is a follow-up bypass of GHSA-8cph-rgr4-g5vj. The issue is fixed in 9.10.0-alpha.4 and 8.6.85.

Metrics

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

Product Status

Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 9.0.0 to 9.10.0-alpha.4 (excl.)
  • Version 9.10.0-alpha.4 is unaffected
Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 0 to 8.6.85 (excl.)
  • Version 8.6.85 is unaffected

Credits

  • offset reporter
  • mtrezza coordinator

References

Problem Types

  • Generation of Error Message Containing Sensitive Information CWE