Skip to content

Commit 8d91822

Browse files
1 parent d7270eb commit 8d91822

1 file changed

Lines changed: 82 additions & 0 deletions

File tree

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-9xp9-j92r-p88v",
4+
"modified": "2026-03-17T17:35:53Z",
5+
"published": "2026-03-17T17:35:52Z",
6+
"aliases": [],
7+
"summary": "Parse Server crash via deeply nested query condition operators",
8+
"details": "### Impact\n\nAn unauthenticated attacker can crash the Parse Server process by sending a single request with deeply nested query condition operators. This terminates the server and denies service to all connected clients.\n\n### Patches\n\nA depth limit for query condition operator nesting has been added via the `requestComplexity.queryDepth` server option. The option is disabled by default to avoid a breaking change. To mitigate, upgrade and set the option to a value appropriate for your app.\n\n### Workarounds\n\nNone.",
9+
"severity": [
10+
{
11+
"type": "CVSS_V4",
12+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"
13+
}
14+
],
15+
"affected": [
16+
{
17+
"package": {
18+
"ecosystem": "npm",
19+
"name": "parse-server"
20+
},
21+
"ranges": [
22+
{
23+
"type": "ECOSYSTEM",
24+
"events": [
25+
{
26+
"introduced": "9.0.0"
27+
},
28+
{
29+
"fixed": "9.6.0-alpha.21"
30+
}
31+
]
32+
}
33+
]
34+
},
35+
{
36+
"package": {
37+
"ecosystem": "npm",
38+
"name": "parse-server"
39+
},
40+
"ranges": [
41+
{
42+
"type": "ECOSYSTEM",
43+
"events": [
44+
{
45+
"introduced": "0"
46+
},
47+
{
48+
"fixed": "8.6.45"
49+
}
50+
]
51+
}
52+
]
53+
}
54+
],
55+
"references": [
56+
{
57+
"type": "WEB",
58+
"url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-9xp9-j92r-p88v"
59+
},
60+
{
61+
"type": "WEB",
62+
"url": "https://github.com/parse-community/parse-server/pull/10202"
63+
},
64+
{
65+
"type": "WEB",
66+
"url": "https://github.com/parse-community/parse-server/pull/10203"
67+
},
68+
{
69+
"type": "PACKAGE",
70+
"url": "https://github.com/parse-community/parse-server"
71+
}
72+
],
73+
"database_specific": {
74+
"cwe_ids": [
75+
"CWE-674"
76+
],
77+
"severity": "HIGH",
78+
"github_reviewed": true,
79+
"github_reviewed_at": "2026-03-17T17:35:52Z",
80+
"nvd_published_at": null
81+
}
82+
}

0 commit comments

Comments
 (0)