CVE-2025-53364
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-07-15
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| parse | parse_server | 8.2.2 |
| parse | parse_server | 7.5.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-497 | The product does not properly prevent sensitive system-level information from being accessed by unauthorized actors who do not have the same level of access to the underlying system as the product does. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Parse Server's GraphQL API allowed public access to the GraphQL schema without requiring authentication via a session token or master key. Although the schema introspection only reveals metadata about the API and not actual user data, exposing this metadata can increase the potential attack surface for malicious actors.
How can this vulnerability impact me? :
The vulnerability can impact you by exposing metadata about your GraphQL API schema to unauthorized users. While no actual data is disclosed, this information can help attackers understand the structure of your backend, potentially aiding in further attacks or exploitation.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Parse Server to version 7.5.3 or later, or 8.2.2 or later, where this vulnerability is fixed.