CVE-2026-34574 Details
Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.69 and 9.7.0-alpha.14, 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. This issue has been patched in versions 8.6.69 and 9.7.0-alpha.14.
A vulnerability exists in Parse Server versions prior to 8.6.69 and 9.7.0-alpha.14, allowing authenticated users to bypass the immutability guard on session fields such as 'expiresAt' and 'createdWith'. By sending a null value in a PUT request to the session update endpoint, users can nullify the session expiry, making the session valid indefinitely and circumventing established session length policies.
Users can update to Parse Server versions 8.6.69 or 9.7.0-alpha.14, where this vulnerability has been patched. The patch involves replacing the truthiness-based guard checks with key-presence checks that reject any value for protected session fields, including null.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 1, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-697 | Incorrect Comparison | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| parseplatform parse-server | < 8.6.69 >= 9.0.0, < 9.7.0 9.7.0 alpha1 9.7.0 alpha10 9.7.0 alpha11 9.7.0 alpha12 9.7.0 alpha13 9.7.0 alpha2 9.7.0 alpha3 9.7.0 alpha4 9.7.0 alpha5 9.7.0 alpha6 9.7.0 alpha7 9.7.0 alpha8 9.7.0 alpha9 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 2, 2026 | Initial Analysis | [email protected] |
| Mar 31, 2026 | New CVE Received | [email protected] |