GHSA-7xg7-rqf6-pw6c
Parse Server: Classes `_GraphQLConfig` and `_Audience` master key bypass via generic class routes
상세
### Impact
The `_GraphQLConfig` and `_Audience` internal classes can be read, modified, and deleted via the generic `/classes/_GraphQLConfig` and `/classes/_Audience` REST API routes without master key authentication. This bypasses the master key enforcement that exists on the dedicated `/graphql-config` and `/push_audiences` endpoints. An attacker can read, modify and delete GraphQL configuration and push audience data.
### Patches
The fix adds the affected internal classes to the `classesWithMasterOnlyAccess` list, ensuring that the generic `/classes/` routes enforce master key access consistently with the dedicated endpoints.
### Workarounds
There is no known workaround.
### References
- GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-7xg7-rqf6-pw6c - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.2-alpha.12 - Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.25
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
9.0.0-alpha.1 수정 버전: 9.5.2-alpha.12 npm install parse-server@9.5.2-alpha.12 참고
- https://github.com/parse-community/parse-server/security/advisories/GHSA-7xg7-rqf6-pw6c [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-31800 [ADVISORY]
- https://github.com/parse-community/parse-server [PACKAGE]
- https://github.com/parse-community/parse-server/releases/tag/8.6.25 [WEB]
- https://github.com/parse-community/parse-server/releases/tag/9.5.2-alpha.12 [WEB]