info: name: Parse Server - GraphQL Schema Information Disclosure author: securitytaters severity: medium description: | Parse Server contains a GraphQL schema information disclosure vulnerability. The GraphQL API allows public access to the schema without requiring a session token or the master key, potentially exposing metadata that could expand the attack surface. impact: | An attacker can retrieve GraphQL schema metadata without authentication, potentially revealing application structure and expanding the attack surface for subsequent attacks. remediation: | Disable GraphQL schema introspection in production environments or implement proper authentication controls for schema access. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score:5.3 cve-id: CVE-2025-53364 cwe-id: CWE-200 cpe: cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:*:*:* metadata: verified:true max-request:1 vendor: parseplatform product: parse-server shodan-query: 'http.title:"Parse Server"||"parse-server"' reference: - https://nvd.nist.gov/vuln/detail/CVE-2025-53364 - https://github.com/parse-community/parse-server/security/advisories/GHSA-48q3-prgv-gm4w - https://parseplatform.org tags: cve,cve2025,parse,parseplatform,graphql,info-disclosure