Vulnerability Details : CVE-2023-41058
Parse Server is an open source backend server. In affected versions the Parse Cloud trigger `beforeFind` is not invoked in certain conditions of `Parse.Query`. This can pose a vulnerability for deployments where the `beforeFind` trigger is used as a security layer to modify the incoming query. The vulnerability has been fixed by refactoring the internal query pipeline for a more concise code structure and implementing a patch to ensure the `beforeFind` trigger is invoked. This fix was introduced in commit `be4c7e23c6` and has been included in releases 6.2.2 and 5.5.5. Users are advised to upgrade. Users unable to upgrade should make use of parse server's security layers to manage access levels with Class-Level Permissions and Object-Level Access Control that should be used instead of custom security layers in Cloud Code triggers.
Products affected by CVE-2023-41058
- cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
- cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-41058
0.11%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 45 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-41058
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
NIST | |
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
GitHub, Inc. |
CWE ids for CVE-2023-41058
-
The code contains a control flow path that does not reflect the algorithm that the path is intended to implement, leading to incorrect behavior any time this path is navigated.Assigned by: security-advisories@github.com (Primary)
References for CVE-2023-41058
-
https://github.com/parse-community/parse-server/releases/tag/5.5.5
Release 5.5.5 · parse-community/parse-server · GitHubRelease Notes
-
https://github.com/parse-community/parse-server/commit/be4c7e23c63a2fb690685665cebed0de26be05c5
fix: Parse Pointer allows to access internal Parse Server classes and… · parse-community/parse-server@be4c7e2 · GitHubPatch
-
https://docs.parseplatform.org/parse-server/guide/#security
Parse Server Guide | ParseProduct
-
https://github.com/parse-community/parse-server/security/advisories/GHSA-fcv6-fg5r-jm9q
Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger · Advisory · parse-community/parse-server · GitHubMitigation;Vendor Advisory
-
https://github.com/parse-community/parse-server/releases/tag/6.2.2
Release 6.2.2 · parse-community/parse-server · GitHubRelease Notes
Jump to