Back to overview

CVE-2026-64627

MEDIUM
6.9
CVSS 4.0
Description
Parse Server versions >= 9.0.0 before 9.10.0-alpha.4 and versions before 8.6.85 contain a schema disclosure vulnerability. When the GraphQL API is mounted with public introspection disabled (graphQLPublicIntrospection: false, the default), schema-derived 'Did you mean ...?' suggestions were still returned in GraphQL error messages produced during variable coercion, which were not covered by the introspection-hardening control (that only handled validation errors). An unauthenticated caller possessing only the public application id can iteratively recover hidden schema identifiers — including registered Cloud Code function names and Parse class and field names — by submitting queries or mutations whose variables contain near-miss enum values or input-object field names. This is a follow-up bypass of GHSA-8cph-rgr4-g5vj. The issue is fixed in 9.10.0-alpha.4 and 8.6.85.

Metadata

CVE ID
CVE-2026-64627
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-07-20 11:58 UTC
Published
2026-07-21 11:39 UTC
Last updated
2026-07-21 14:55 UTC
Primary CWE
CWE-209
Generation of Error Message Containing Sensitive Information
Vendor / Product
parse-community / parse-server
Sources
cve.org  ·  NVD

Severity & Metrics

6.9 MEDIUM CVSS 4.0
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
SSVC — CISA Coordinator
Exploitation
none
Automatable
yes
Tech. Impact
partial
Affected products (2)
VendorProductPlatformVersions
parse-community parse-server 9.0.0 < 9.10.0-alpha.4, 9.10.0-alpha.4
parse-community parse-server 0 < 8.6.85, 8.6.85
Weakness (CWE)
CWESourceDescription
CWE-209 cna Generation of Error Message Containing Sensitive Information
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.9 MEDIUM 4.0 cna 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
References (2)
Back to overview