GHSA-g4v2-qx3q-4p64
Parse Server's Endpoint `/sessions/me` bypasses `_Session` `protectedFields`
상세
### Impact
The `GET /sessions/me` endpoint returns `_Session` fields that the server operator explicitly configured as protected via the `protectedFields` server option. Any authenticated user can retrieve their own session's protected fields with a single request. The equivalent `GET /sessions` and `GET /sessions/:objectId` endpoints correctly strip protected fields.
### Patches
The `GET /sessions/me` handler now re-fetches the session with the caller's auth context after validating the session token, ensuring `protectedFields` and CLP apply consistently with other session endpoints.
### Workarounds
None.
### References
- GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-g4v2-qx3q-4p64 - Fix Parse Server 9: https://github.com/parse-community/parse-server/pull/10406 - Fix Parse Server 8: https://github.com/parse-community/parse-server/pull/10407
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/parse-community/parse-server/security/advisories/GHSA-g4v2-qx3q-4p64 [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-39381 [ADVISORY]
- https://github.com/parse-community/parse-server/pull/10406 [WEB]
- https://github.com/parse-community/parse-server/pull/10407 [WEB]
- https://github.com/parse-community/parse-server [PACKAGE]