Skip to content

Commit 5f9fdc9

Browse files
1 parent 1614495 commit 5f9fdc9

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qwc3-h9mg-4582",
4+
"modified": "2026-02-25T18:37:53Z",
5+
"published": "2026-02-25T18:37:53Z",
6+
"aliases": [
7+
"CVE-2026-27595"
8+
],
9+
"summary": "Parse Dashboard has incomplete authentication on AI Agent endpoint",
10+
"details": "### Impact\n\nThe 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.\n\n### Patches\n\nThe fix adds authentication middleware to the agent endpoint.\n\n### Workarounds\n\nRemove the `agent` configuration block from your dashboard configuration. Dashboards without an `agent` config are not affected.\n\n### Resources\n\n- GitHub advisory: https://github.com/parse-community/parse-dashboard/security/advisories/GHSA-qwc3-h9mg-4582\n- Fixed in: https://github.com/parse-community/parse-dashboard/releases/tag/9.0.0-alpha.8",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "parse-dashboard"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "7.3.0-alpha.42"
29+
},
30+
{
31+
"fixed": "9.0.0-alpha.8"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/parse-community/parse-dashboard/security/advisories/GHSA-qwc3-h9mg-4582"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27595"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/parse-community/parse-dashboard/commit/f92a9ef5246d57e51696bd881a15f3b133b2bb50"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/parse-community/parse-dashboard"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/parse-community/parse-dashboard/releases/tag/9.0.0-alpha.8"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-306"
63+
],
64+
"severity": "CRITICAL",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-02-25T18:37:53Z",
67+
"nvd_published_at": "2026-02-25T03:16:04Z"
68+
}
69+
}

0 commit comments

Comments
 (0)