CVE-2026-47248 PUBLISHED

Parse Server: GraphQL "Did you mean" validation suggestions disclose schema to unauthenticated callers

Assigner: GitHub_M
Reserved: 18.05.2026 Published: 12.06.2026 Updated: 12.06.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.78 and 9.9.1-alpha.2, Parse Server's GraphQL endpoint discloses schema metadata to unauthenticated callers through Did you mean ...? suggestions embedded in GraphQL validation-error messages. An unauthenticated caller who knows only the public application id can iteratively send malformed queries to reconstruct class names, field names, argument names, mutation names, and input-object fields. This issue has been patched in versions 8.6.78 and 9.9.1-alpha.2.

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
  • Version < 8.6.78 is affected
  • Version >= 9.0.0, < 9.9.1-alpha.2 is affected

References

Problem Types

  • CWE-209: Generation of Error Message Containing Sensitive Information CWE