CVE-2026-31828
published 2026-03-10CVE-2026-31828: Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.2-alpha.13 and 8.6.26, the LDAP…
PriorityP359high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.42%
33.9th percentile
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.2-alpha.13 and 8.6.26, the LDAP authentication adapter is vulnerable to LDAP injection. User-supplied input (authData.id) is interpolated directly into LDAP Distinguished Names (DN) and group search filters without escaping special characters. This allows an attacker with valid LDAP credentials to manipulate the bind DN structure and to bypass group membership checks. This enables privilege escalation from any authenticated LDAP user to a member of any restricted group. The vulnerability affects Parse Server deployments that use the LDAP authentication adapter with group-based access control. This vulnerability is fixed in 9.5.2-alpha.13 and 8.6.26.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| parse-community | parse-server | < 8.6.26 | 8.6.26 |
| parse-community | parse-server | — | — |
| parse-community | parse-server | >= 0 < 8.6.26 | 8.6.26 |
| parse-community | parse-server | >= 9.0.0-alpha.1 < 9.5.2-alpha.13 | 9.5.2-alpha.13 |
| parseplatform | parse-server | < 8.6.26 | 8.6.26 |
| parseplatform | parse-server | — | — |
| parseplatform | parse-server | >= 9.0.0 < 9.5.2 | 9.5.2 |
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvdv4.06.0MEDIUMCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/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
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.
GHSA
Parse Server vulnerable to LDAP injection via unsanitized user input in DN and group filter construction
ghsa·2026-03-11
CVE-2026-31828 [MEDIUM] CWE-90 Parse Server vulnerable to LDAP injection via unsanitized user input in DN and group filter construction
Parse Server vulnerable to LDAP injection via unsanitized user input in DN and group filter construction
### Impact
The LDAP authentication adapter is vulnerable to LDAP injection. User-supplied input (`authData.id`) is interpolated directly into LDAP Distinguished Names (DN) and group search filters without escaping special characters. This allows an attacker with valid LDAP credentials to manipulate the bind DN structure and to bypass group membership checks. This enables privilege escalation from any authenticated LDAP user to a member of any restricted group.
The vulnerability affects Parse Server deployments that use the LDAP authentication adapter with group-based access control.
### Patches
The vulnerability is fixed by escaping user input before interpolation into DN strings (
OSV
Parse Server vulnerable to LDAP injection via unsanitized user input in DN and group filter construction
osv·2026-03-11
CVE-2026-31828 [MEDIUM] Parse Server vulnerable to LDAP injection via unsanitized user input in DN and group filter construction
Parse Server vulnerable to LDAP injection via unsanitized user input in DN and group filter construction
### Impact
The LDAP authentication adapter is vulnerable to LDAP injection. User-supplied input (`authData.id`) is interpolated directly into LDAP Distinguished Names (DN) and group search filters without escaping special characters. This allows an attacker with valid LDAP credentials to manipulate the bind DN structure and to bypass group membership checks. This enables privilege escalation from any authenticated LDAP user to a member of any restricted group.
The vulnerability affects Parse Server deployments that use the LDAP authentication adapter with group-based access control.
### Patches
The vulnerability is fixed by escaping user input before interpolation into DN strings (
No detection rules found.
No public exploits indexed.
2026-03-10
Published