CVE-2025-64502
published 2025-11-10CVE-2025-64502: Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. The MongoDB `explain()` method provides detailed…
PriorityP342medium6.9CVSS 4.0
AVNACLATNPRNUINVCNVINVANSCLSINSANEXCRXIRXARXMAVXMACXMATXMPRXMUIXMVCXMVIXMVAXMSCXMSIXMSAXSXAUXRXVXREXUX
EPSS
0.37%
29.1th percentile
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. The MongoDB `explain()` method provides detailed information about query execution plans, including index usage, collection scanning behavior, and performance metrics. Prior to version 8.5.0-alpha.5, Parse Server permits any client to execute explain queries without requiring the master key. This exposes database schema structure and field names, index configurations and query optimization details, query execution statistics and performance metrics, and potential attack vectors for database performance exploitation. In version 8.5.0-alpha.5, a new `databaseOptions.allowPublicExplain` configuration option has been introduced that allows to restrict `explain` queries to the master key. The option defaults to `true` for now to avoid a breaking change in production systems that depends on public `explain` availability. In addition, a security warning is logged when the option is not explicitly set, or set to `true`. In a future major release of Parse Server, the default will change to `false`. As a workaround, implement middleware to block explain queries from non-master-key requests, or monitor and alert on explain query usage in production environments.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| parse-community | parse-server | < 8.5.0-alpha.5 | 8.5.0-alpha.5 |
| parse-community | parse-server | >= 0 < 8.5.0-alpha.5 | 8.5.0-alpha.5 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Parse Server allows public `explain` queries which may expose sensitive database performance information and schema details
ghsa·2025-11-13
CVE-2025-64502 [MEDIUM] CWE-201 Parse Server allows public `explain` queries which may expose sensitive database performance information and schema details
Parse Server allows public `explain` queries which may expose sensitive database performance information and schema details
### Impact
The MongoDB `explain()` method provides detailed information about query execution plans, including index usage, collection scanning behavior, and performance metrics. Parse Server permits any client to execute explain queries without requiring the master key. This exposes:
- Database schema structure and field names
- Index configurations and query optimization details
- Query execution statistics and performance metrics
- Potential attack vectors for database performance exploitation
### Patches
A new `databaseOptions.allowPublicExplain` configuration option has been introduced that allows to restrict `explain` queries to the master key. The option d
OSV
Parse Server allows public `explain` queries which may expose sensitive database performance information and schema details
osv·2025-11-13
CVE-2025-64502 [MEDIUM] Parse Server allows public `explain` queries which may expose sensitive database performance information and schema details
Parse Server allows public `explain` queries which may expose sensitive database performance information and schema details
### Impact
The MongoDB `explain()` method provides detailed information about query execution plans, including index usage, collection scanning behavior, and performance metrics. Parse Server permits any client to execute explain queries without requiring the master key. This exposes:
- Database schema structure and field names
- Index configurations and query optimization details
- Query execution statistics and performance metrics
- Potential attack vectors for database performance exploitation
### Patches
A new `databaseOptions.allowPublicExplain` configuration option has been introduced that allows to restrict `explain` queries to the master key. The option d
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2025-11-10
Published