CVE-2026-87806 PUBLISHED

Parse Server 9.0.0 Authentication Bypass via LDAP Empty Password

Assigner: VulnCheck
Reserved: 09.09.2026 Published: 09.09.2026 Updated: 09.09.2026

Parse Server versions <= 8.6.87 and >= 9.0.0 < 9.10.1-alpha.7 contain an authentication bypass in the built-in LDAP authentication adapter. The adapter forwarded the client-supplied password to the directory without verifying that a password had been supplied, and treated any non-error response from the directory as proof of authentication. A zero-length credential turns an LDAP simple bind into the unauthenticated authentication mechanism described in RFC 4513 section 5.1.2, which some directories (including Active Directory in its default configuration) answer with success while mapping the connection to anonymous. As a result, an unauthenticated attacker who knows a directory username can obtain a valid session token for that account, resulting in account takeover. Only deployments that enable the LDAP authentication adapter are affected, and deployments whose directory refuses unauthenticated simple bind (such as a stock OpenLDAP configuration) are not exploitable. The issue is fixed in 8.6.88 and 9.10.1-alpha.7, which require the password to be a non-empty string and reject the request before contacting the directory.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 9.1

Product Status

Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 9.0.0 to 9.10.1-alpha.7 (excl.)
  • Version 9.10.1-alpha.7 is unaffected
Vendor parse-community
Product parse-server
Versions Default: unaffected
  • affected from 0 to 8.6.88 (excl.)
  • Version 8.6.88 is unaffected

Credits

  • Guigu98 reporter
  • mtrezza coordinator

References

Problem Types

  • Improper Authentication CWE