Parse Server has a session field immutability bypass via falsy-value guard
- Severity:
- Medium
Description
An authenticated user can bypass the immutability guard on session fields (expiresAt, createdWith) by sending a null value in a PUT request to the session update endpoint. This allows nullifying the session expiry, making the session valid indefinitely and bypassing configured session length policies.
Recommendation
Update the parse-server package to the latest compatible version. Followings are version details:
Affected version(s): **< 8.6.69 >= 9.0.0, < 9.7.0-alpha.14** Patched version(s): **8.6.69 9.7.0-alpha.14**
References
Related Issues
- Parse Server has a LiveQuery protected-field guard bypass via array-like logical operator value - CVE-2026-34595
- Parse Server has a stored XSS filter bypass via Content-Type MIME parameter and missing XML extension blocklist entries - CVE-2026-32728
- Parse Server has a protected field change detection oracle via LiveQuery watch parameter - CVE-2026-33429
- Parse Server has a query condition depth bypass via pre-validation transform pipeline - CVE-2026-33498
You might also like:
- Tags:
- npm
- parse-server
Anything's wrong? Let us know Last updated on April 01, 2026


