{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-53364/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-53364/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-53364/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-53364/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-53364/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-53364"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-53364"
    }
  },
  "enrichments": {
    "cisa-kev": {
      "kev": false
    },
    "epss": {
      "epss": 0.00889,
      "kev": false,
      "percentile": 0.57572
    },
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2025/CVE-2025-53364.yaml",
      "nuclei_template_severity": "medium",
      "nuclei_template_yaml": "id: CVE-2025-53364\n\ninfo:\n  name: Parse Server - GraphQL Schema Information Disclosure\n  author: securitytaters\n  severity: medium\n  description: |\n    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.\n  impact: |\n    Unauthenticated attackers can access GraphQL schema metadata without authentication, potentially expanding the attack surface through exposure of API structure and query capabilities.\n  remediation: |\n    Upgrade Parse Server to the latest version that requires authentication for GraphQL schema introspection.\n  reference:\n    - https://github.com/parse-community/parse-server/security/advisories/GHSA-48q3-prgv-gm4w\n    - https://www.miggo.io/vulnerability-database/cve/CVE-2025-53364\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-53364\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: parseplatform\n    product: parse-server\n    shodan-query:\n      - http.title:\"parse server\" || \"parse-server\"\n      - http.title:\"parse dashboard\"\n    fofa-query: title=\"parse dashboard\"\n  tags: cve,cve2025,parse,graphql,exposure,vuln,vkev\n\nvariables:\n  appid: \"{{appid}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /graphql HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n        X-Parse-Application-Id: {{appid}}\n\n        {\"query\":\"{\\n  __schema {\\n    types {\\n      name\\n    }\\n  }\\n}\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '{\"data\":{\"__schema\":{\"types\":[{\"name\":\"Upload\"},'\n\n      - type: word\n        part: header\n        words:\n          - \"application/json\"\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402202e66fd1e90e8b2fd24840e3561605488bd80c7adb7d2c1ae6a7d4a62255a2ed4022007774c9c5716f3c2bdd43748669e2b36261219159ecd2ef03ab03929fb0cfd99:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2025-53364"
}