CVE-2026-27610 HIGH

CVE-2026-27610: Parse Dashboard Has a Cache Key Collision that Leaks Master Key to Read-Only Sessions

Vendor Parse-Community
Product parse-dashboard
Weakness CWE-1289
Published February 25, 2026
Last update February 27, 2026

CVSS base score

7.0/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:H/SA:N

What the vulnerability does

01Description

Parse Dashboard is a standalone dashboard for managing Parse Server apps. In versions 7.3.0-alpha.42 through 9.0.0-alpha.7, the `ConfigKeyCache` uses the same cache key for both master key and read-only master key when resolving function-typed keys. Under specific timing conditions, a read-only user can receive the cached full master key, or a regular user can receive the cached read-only master key. The fix in version 9.0.0-alpha.8 uses distinct cache keys for master key and read-only master key. As a workaround, avoid using function-typed master keys, or remove the `agent` configuration block from your dashboard configuration.

Key dates

02Disclosure timeline

February 25, 2026 CVE published
February 27, 2026 Record updated