CVE-2026-30854: Parse Server: GraphQL `__type` introspection bypass via inline fragments when public introspection is disabled
When graphQLPublicIntrospection is disabled, __type queries nested inside inline fragments (e.g. ... on Query { __type(name:"User") { name } }) bypass the introspection control, allowing unauthenticated users to perform type reconnaissance. __schema introspection is not affected.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-30854 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →