5.3
CVE-2026-39381
- EPSS 0.04%
- Veröffentlicht 07.04.2026 19:51:03
- Zuletzt bearbeitet 15.04.2026 15:57:20
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.8.0-alpha.7 and 8.6.75, the GET /sessions/me endpoint returns _Session fields that the server operator explicitly configured as protected via the protectedFields server option. Any authenticated user can retrieve their own session's protected fields with a single request. The equivalent GET /sessions and GET /sessions/:objectId endpoints correctly strip protected fields. This vulnerability is fixed in 9.8.0-alpha.7 and 8.6.75.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Parseplatform ≫ Parse-server SwPlatformnode.js Version < 8.6.75
Parseplatform ≫ Parse-server SwPlatformnode.js Version >= 9.0.0 < 9.8.0
Parseplatform ≫ Parse-server Version9.8.0 Updatealpha1 SwPlatformnode.js
Parseplatform ≫ Parse-server Version9.8.0 Updatealpha2 SwPlatformnode.js
Parseplatform ≫ Parse-server Version9.8.0 Updatealpha3 SwPlatformnode.js
Parseplatform ≫ Parse-server Version9.8.0 Updatealpha4 SwPlatformnode.js
Parseplatform ≫ Parse-server Version9.8.0 Updatealpha5 SwPlatformnode.js
Parseplatform ≫ Parse-server Version9.8.0 Updatealpha6 SwPlatformnode.js
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.04% | 0.108 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 4.3 | 2.8 | 1.4 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
|
| security-advisories@github.com | 5.3 | 0 | 0 |
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
|
CWE-863 Incorrect Authorization
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.