Information Exposure Through an Error Message in Parse Server - CVE-2026-66008
Published: September 15, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose hidden schema class names.
The vulnerability exists due to generation of error messages containing sensitive information in GraphQL validation and input-coercion error handling when processing GraphQL operations that reference Pointer or Relation field names. A remote attacker can elicit error messages containing target class names to disclose hidden schema class names.
The GraphQL API must be mounted with public schema introspection disabled; only schema metadata is exposed, not object data, credentials, or user records.