Parse Dashboard is Missing CSRF Protection for its Agent Endpoint
High severity
GitHub Reviewed
Published
Feb 23, 2026
in
parse-community/parse-dashboard
•
Updated Feb 25, 2026
Package
Affected versions
>= 7.3.0-alpha.42, < 9.0.0-alpha.8
Patched versions
9.0.0-alpha.8
Description
Published by the National Vulnerability Database
Feb 25, 2026
Published to the GitHub Advisory Database
Feb 25, 2026
Reviewed
Feb 25, 2026
Last updated
Feb 25, 2026
Impact
The AI Agent API endpoint (
POST /apps/:appId/agent) lacks CSRF protection. An attacker can craft a malicious page that, when visited by an authenticated dashboard user, submits requests to the agent endpoint using the victim's session.Patches
The fix adds CSRF middleware to the agent endpoint and embeds a CSRF token in the dashboard page.
Workarounds
Remove the
agentconfiguration block from your dashboard configuration. Dashboards without anagentconfig are not affected.Resources
References