Information Exposure Through an Error Message in Parse Server - CVE-2026-66009
Published: September 15, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose the names of required custom input fields.
The vulnerability exists due to generation of error messages containing sensitive information in GraphQL validation error messages when submitting GraphQL requests that omit required custom input fields. A remote attacker can submit a request that omits required custom input fields to disclose the names of required custom input fields.
Public introspection must be disabled. The disclosure is limited to required non-null custom field names on classes already referenced by name.