CVE-2022-39225

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In versions prior to 4.10.15, or 5.0.0 and above prior to 5.2.6, a user can write to the session object of another user if the session object ID is known. For example, an attacker can assign the session object to their own user by writing to the `user` field and then read any custom fields of that session object. Note that assigning a session to another user does not usually change the privileges of either of the two users, and a user cannot assign their own session to another user. This issue is patched in version 4.10.15 and above, and 5.2.6 and above. To mitigate this issue in unpatched versions add a `beforeSave` trigger to the `_Session` class and prevent writing if the requesting user is different from the user in the session object.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*

History

28 Sep 2022, 13:50

Type Values Removed Values Added
CPE cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 3.1
First Time Parseplatform
Parseplatform parse-server
References (CONFIRM) https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp - (CONFIRM) https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp - Third Party Advisory

23 Sep 2022, 07:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-09-23 07:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-39225

Mitre link : CVE-2022-39225

CVE.ORG link : CVE-2022-39225


JSON object : View

Products Affected

parseplatform

  • parse-server
CWE
CWE-669

Incorrect Resource Transfer Between Spheres