Lucene search

K
cve[email protected]CVE-2022-39225
HistorySep 23, 2022 - 7:15 a.m.

CVE-2022-39225

2022-09-2307:15:09
CWE-669
web.nvd.nist.gov
42
4
parse server
backend
node.js
security vulnerability
unauthorized access
session object
cve-2022-39225

4.3 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

3.7 Low

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

22.5%

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.

Affected configurations

Vulners
NVD
Node
parse-communityparse_serverRange<4.10.15
OR
parse-communityparse_serverRange5.0.05.2.6

CNA Affected

[
  {
    "product": "parse-server",
    "vendor": "parse-community",
    "versions": [
      {
        "status": "affected",
        "version": "< 4.10.15"
      },
      {
        "status": "affected",
        "version": ">= 5.0.0, < 5.2.6"
      }
    ]
  }
]

Social References

More

4.3 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

3.7 Low

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

22.5%

Related for CVE-2022-39225