CVE-2024-47183
published 2024-10-04CVE-2024-47183: Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. If the Parse Server option allowCustomObjectId: true is…
PriorityP345high8.1CVSS 3.1
AVNACLPRLUINSUCHIHAN
EPSS
0.41%
33.1th percentile
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. If the Parse Server option allowCustomObjectId: true is set, an attacker that is allowed to create a new user can set a custom object ID for that new user that exploits the vulnerability and acquires privileges of a specific role. This vulnerability is fixed in 6.5.9 and 7.3.0.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| parse-community | parse-server | < 6.5.9 | 6.5.9 |
| parse-community | parse-server | — | — |
| parse-community | parse-server | >= 0 < 6.5.9 | 6.5.9 |
| parse-community | parse-server | >= 7.0.0 < 7.3.0 | 7.3.0 |
| parseplatform | parse-server | < 6.5.9 | 6.5.9 |
| parseplatform | parse-server | >= 7.0.0 < 7.3.0 | 7.3.0 |
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's custom object ID allows to acquire role privileges
osv·2024-10-04
CVE-2024-47183 [HIGH] Parse Server's custom object ID allows to acquire role privileges
Parse Server's custom object ID allows to acquire role privileges
### Impact
If the Parse Server option `allowCustomObjectId: true` is set, an attacker that is allowed to create a new user can set a custom object ID for that new user that exploits the vulnerability and acquires privileges of a specific role.
### Patches
Improved validation for custom user object IDs. Session tokens for existing users with an object ID that exploits the vulnerability are now rejected.
### Workarounds
- Disable custom object IDs by setting `allowCustomObjectId: false` or not setting the option which defaults to `false`.
- Use a Cloud Code Trigger to validate that a new user's object ID doesn't start with the prefix `role:`.
### References
- https://github.com/parse-community/parse-server/security/adv
GHSA
Parse Server's custom object ID allows to acquire role privileges
ghsa·2024-10-04
CVE-2024-47183 [HIGH] CWE-285 Parse Server's custom object ID allows to acquire role privileges
Parse Server's custom object ID allows to acquire role privileges
### Impact
If the Parse Server option `allowCustomObjectId: true` is set, an attacker that is allowed to create a new user can set a custom object ID for that new user that exploits the vulnerability and acquires privileges of a specific role.
### Patches
Improved validation for custom user object IDs. Session tokens for existing users with an object ID that exploits the vulnerability are now rejected.
### Workarounds
- Disable custom object IDs by setting `allowCustomObjectId: false` or not setting the option which defaults to `false`.
- Use a Cloud Code Trigger to validate that a new user's object ID doesn't start with the prefix `role:`.
### References
- https://github.com/parse-community/parse-server/security/adv
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
https://github.com/parse-community/parse-server/commit/13ee52f0d19ef3a3524b3d79aea100e587eb3cfchttps://github.com/parse-community/parse-server/commit/1bfbccf9ee7ea77533b2b2aa7c4c69f3bd35e66fhttps://github.com/parse-community/parse-server/pull/9317https://github.com/parse-community/parse-server/pull/9318https://github.com/parse-community/parse-server/security/advisories/GHSA-8xq9-g7ch-35hg
2024-10-04
Published