CVE-2026-30854

EPSS 0.02%

Parse Server: GraphQL `__type` introspection bypass via inline fragments when public introspection is disabled

發布日:2026/3/9修改日:2026/3/16
也稱為:GHSA-q5q9-2rhp-33qwBIT-parse-2026-30854

描述

### Impact 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. ### Patches The check was changed from a flat iteration over root-level selections to a recursive walk of all selection sets, detecting `__type` inside inline fragments at any depth. ### Workarounds Require master key authentication at the network layer (e.g. reverse proxy) for the GraphQL endpoint. ### References - GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-q5q9-2rhp-33qw - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.0-alpha.10

受影響套件(2)

CVSS 分數

來源版本嚴重程度向量
osvCVSS 4.0CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

參考連結(3)