CVE-2026-66008 MEDIUM

CVE-2026-66008: Parse Server 9.0.0 Information Disclosure via GraphQL Error Messages

Vendor Parse-Community
Product parse-server
Weakness CWE-209 · Error message info leak
Published July 24, 2026
Last update July 24, 2026

CVSS base score

6.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

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

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

July 24, 2026 CVE published
July 24, 2026 Record updated

Related vulnerabilities

04Related CVE