Parse Server exposes the data schema via GraphQL API

链接: https://github.com/advisories/GHSA-48q3-prgv-gm4w

仓库 Star: 21215

CVSS 评分: 5.3

参考链接:

描述:

Impact

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.

Patches

The issue has been addressed by requiring the master key for schema introspection. Additionally, a new Parse Server configuration option, graphQLPublicIntrospection, has been introduced. This option allows developers to re-enable public schema introspection if their application relies on it. However, it is strongly recommended to use this option only temporarily and to update the application to function without depending on public introspection.

Workarounds

None available.

References


Parse Server exposes the data schema via GraphQL API
http://example.com/2025/07/10/github_3252391773/
作者
lianccc
发布于
2025年7月10日
许可协议