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 metadata: verified:true max-request:1 vendor: parseplatform product: parse-server reference: - https://parseplatform.org - https://github.com/parse-community/parse-server/security/advisories/GHSA-48q3-prgv-gm4w - https://nvd.nist.gov/vuln/detail/CVE-2025-53364 tags: cve,cve2025,parse,parseplatform,graphql,info-disclosure
http: -method: POST path: -"{{BaseURL}}/graphql"
headers: X-Parse-Application-Id: test Content-Type: application/json