---
id: CVE-2026-27610
title: Parse Dashboard is a standalone dashboard for managing Parse Server apps
summary: >-
  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…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-1289
published: '2026-02-25'
updated: '2026-06-26'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-27610'
references:
  - url: >-
      https://github.com/parse-community/parse-dashboard/commit/f92a9ef5246d57e51696bd881a15f3b133b2bb50
    label: security-advisories@github.com
  - url: >-
      https://github.com/parse-community/parse-dashboard/releases/tag/9.0.0-alpha.8
    label: security-advisories@github.com
  - url: >-
      https://github.com/parse-community/parse-dashboard/security/advisories/GHSA-jhp4-jvq3-w5xr
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00407
epssPercentile: 0.32139
ingestedAt: '2026-06-29T13:24:34.759Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
