CVE-2026-66009 MEDIUM

CVE-2026-66009: 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 28, 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.5 and >= 8.2.2 before 8.6.86 return GraphQL validation error messages that name required custom input fields even when public introspection is disabled (graphQLPublicIntrospection: false, the default). A client holding only the public application id — with no user session, master key, or maintenance key — can trigger validation errors to learn the names of required (non-null) custom fields on classes it already references by name, partially defeating the schema-hiding intent of disabling public introspection. No stored data, credentials, optional field names, unreferenced class names, or Cloud Code function names are exposed.

Key dates

02Disclosure timeline

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

Related vulnerabilities

04Related CVE