Information disclosure in Parse Server - CVE-2026-53725

 

Information disclosure in Parse Server - CVE-2026-53725

Published: June 30, 2026


Vulnerability identifier: #VU135968
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-53725
CWE-ID: CWE-200
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Parse Community
Affected software:
Parse Server

Detailed vulnerability description

The vulnerability allows a remote user to disclose sensitive information.

The vulnerability exists due to exposure of sensitive information in the /login and /verifyPassword endpoints when re-fetching the user through the access-controlled query pipeline after successful password verification. A remote user can submit valid username and password credentials to disclose sensitive information.

Only applications that enable MFA and deny get access on the _User class via class-level permissions are affected. When protectedFieldsOwnerExempt is false, fields hidden by protectedFields may also be exposed. The /verifyPassword endpoint can return MFA TOTP secrets and recovery codes without requiring a session or MFA token.


How to mitigate CVE-2026-53725

Install security update from vendor's website.

Sources