The AI Agent API endpoint (POST /apps/:appId/agent) lacks authentication. Unauthenticated remote attackers can send requests to the endpoint and perform arbitrary database operations against any connected Parse Server using the master key.
The fix adds authentication middleware to the agent endpoint.
Remove the agent configuration block from your dashboard configuration. Dashboards without an agent config are not affected.
{
"github_reviewed": true,
"cwe_ids": [
"CWE-306"
],
"nvd_published_at": "2026-02-25T03:16:04Z",
"github_reviewed_at": "2026-02-25T18:37:53Z",
"severity": "CRITICAL"
}