CVE-2022-39231
published 2022-09-23CVE-2022-39231: 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.16, or from 5.0.0 to 5.2.6…
PriorityP416low3.7CVSS 3.1
AVNACHPRNUINSUCNILAN
EPSS
0.43%
34.2th percentile
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.16, or from 5.0.0 to 5.2.6, validation of the authentication adapter app ID for _Facebook_ and _Spotify_ may be circumvented. Configurations which allow users to authenticate using the Parse Server authentication adapter where `appIds` is set as a string instead of an array of strings authenticate requests from an app with a different app ID than the one specified in the `appIds` configuration. For this vulnerability to be exploited, an attacker needs to be assigned an app ID by the authentication provider which is a sub-set of the server-side configured app ID. This issue is patched in versions 4.10.16 and 5.2.7. There are no known workarounds.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| parse-community | parse-server | < 4.10.16 | 4.10.16 |
| parse-community | parse-server | — | — |
| parse-community | parse-server | >= 0 < 4.10.16 | 4.10.16 |
| parse-community | parse-server | >= 5.0.0 < 5.2.7 | 5.2.7 |
| parseplatform | parse-server | < 4.10.16 | 4.10.16 |
| parseplatform | parse-server | >= 5.0.0 < 5.2.7 | 5.2.7 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
parse-server auth adapter app ID validation can be circumvented
osv·2022-09-21
CVE-2022-39231 [LOW] parse-server auth adapter app ID validation can be circumvented
parse-server auth adapter app ID validation can be circumvented
### Impact
Validation of the authentication adapter app ID for _Facebook_ and _Spotify_ may be circumvented.
This fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for _Facebook_ or _Spotify_ and where the server-side authentication adapter configuration `appIds` is set as a string (e.g. `abc`) instead of an array of strings (e.g. `["abc"]`). The vulnerability makes it possible to authenticate requests which are coming from a _Facebook_ or _Spotify_ app with a different app ID than the one specified in the `appIds` configuration.
Both adapters still validate the access token with the respective authentication provider. An app ID is automaticall
GHSA
parse-server auth adapter app ID validation can be circumvented
ghsa·2022-09-21
CVE-2022-39231 [LOW] CWE-287 parse-server auth adapter app ID validation can be circumvented
parse-server auth adapter app ID validation can be circumvented
### Impact
Validation of the authentication adapter app ID for _Facebook_ and _Spotify_ may be circumvented.
This fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for _Facebook_ or _Spotify_ and where the server-side authentication adapter configuration `appIds` is set as a string (e.g. `abc`) instead of an array of strings (e.g. `["abc"]`). The vulnerability makes it possible to authenticate requests which are coming from a _Facebook_ or _Spotify_ app with a different app ID than the one specified in the `appIds` configuration.
Both adapters still validate the access token with the respective authentication provider. An app ID is automaticall
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2022-09-23
Published