---
id: CVE-2026-27595
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 AI Agent API endpoint (POST
  `/apps/:appId/agent`) has multiple security vulnerabilities that, when
  chained, a…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'
cwe:
  - CWE-306
published: '2026-02-25'
updated: '2026-06-26'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-27595'
references:
  - 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-qwc3-h9mg-4582
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00636
epssPercentile: 0.48198
ingestedAt: '2026-06-29T13:24:34.645Z'
---

## 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 AI Agent API endpoint (POST `/apps/:appId/agent`) has multiple security vulnerabilities that, when chained, allow unauthenticated remote attackers to perform arbitrary read and write operations against any connected Parse Server database using the master key. The agent feature is opt-in; dashboards without an agent config are not affected. The fix in version 9.0.0-alpha.8 adds authentication, CSRF validation, and per-app authorization middleware to the agent endpoint. Read-only users are restricted to the `readOnlyMasterKey` with write permissions stripped server-side. A cache key collision between master key and read-only master key was also corrected. As a workaround, remove or comment out the agent configuration block from your Parse Dashboard configuration.

## Remediation

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