CVE-2026-66008 PUBLISHED

Parse Server 9.0.0 Information Disclosure via GraphQL Error Messages

Assigner: VulnCheck
Reserved: 23.07.2026 Published: 24.07.2026 Updated: 24.07.2026

Parse Server versions >= 9.0.0 before 9.10.0-alpha.6 and >= 8.2.2 before 8.6.87 disclose Pointer and Relation target class names through GraphQL validation and input-coercion error messages when public schema introspection is disabled (graphQLPublicIntrospection: false, the default). Because these errors are produced before authentication, authorization, or any resolver runs, an unauthenticated client possessing only the public application ID can trigger errors on Pointer or Relation fields to reconstruct hidden schema class names, partially defeating the schema-hiding protection. Only schema metadata (class names) is exposed; no object data, credentials, or user records are disclosed.

Metrics

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

Product Status

Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 9.0.0 to 9.10.0-alpha.6 (excl.)
  • Version 9.10.0-alpha.6 is unaffected
Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 8.2.2 to 8.6.87 (excl.)
  • Version 8.6.87 is unaffected

Credits

  • mtrezza coordinator

References

Problem Types

  • Generation of Error Message Containing Sensitive Information CWE