CVE-2026-30939
EPSS 0.18%Parse Server has Denial of Service (DoS) and Cloud Function Dispatch Bypass via Prototype Chain Resolution
描述
### Impact An unauthenticated attacker can crash the Parse Server process by calling a Cloud Function endpoint with a prototype property name as the function name. The server recurses infinitely, causing a call stack size error that terminates the process. Other prototype property names bypass Cloud Function dispatch validation and return HTTP 200 responses, even though no such Cloud Functions are defined. The same applies to dot-notation traversal. All Parse Server deployments that expose the Cloud Function endpoint are affected. ### Patches The internal handler registries for Cloud Functions, Jobs, Triggers, and Validators have been changed to prevent prototype chain properties from being resolved. ### Workarounds Place a reverse proxy or WAF in front of Parse Server and block requests to `Object.prototype` property names. ### References - GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-5j86-7r7m-p8h6 - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.1-alpha.2 - Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.13
受影響套件(2)
- Bitnami/parsefrom 0, < 8.6.13, >= 9.0.0, < 9.5.1
- npm/parse-serverfrom 0, < 8.6.13
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N |
參考連結(5)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2026-30939
- PATCHhttps://github.com/parse-community/parse-server
- WEBhttps://github.com/parse-community/parse-server/releases/tag/8.6.13
- WEBhttps://github.com/parse-community/parse-server/releases/tag/9.5.1-alpha.2
- WEBhttps://github.com/parse-community/parse-server/security/advisories/GHSA-5j86-7r7m-p8h6