CVE-2026-44671
HIGH7.5EPSS 0.12%ZITADEL has LDAP Filter Injection in Login Flow
描述
## Summary A vulnerability was discovered in Zitadel's LDAP identity provider implementation, which fails to properly escape user-provided usernames before incorporating them into LDAP search filters. This allows unauthenticated attackers to perform LDAP Filter Injection during the login process. ## Impact While this vulnerability does not allow for a full authentication bypass, an attacker can use LDAP metacharacters (such as `*`, `(`, `)`) to perform blind LDAP injection. By observing the different failure (or success) responses, an attacker can systematically enumerate valid usernames and extract sensitive attribute data from the connected LDAP directory. Note that an authentication bypass is not possible. ## Affected Versions Systems integrating LDAP as IdPs and running one of the following versions are affected: - **4.x**: `4.0.0` through `4.14.0` (including RC versions) - **3.x**: `3.1.0` through `3.4.9` - **2.x**: `2.71.11` through `2.71.19` ## Patches The vulnerability has been addressed in the latest releases. The patch resolves the issue by requiring the correct permission in case the verification flag is provided and only allows self-management of the email address, resp. phone number itself. - **4.x**: Upgrade to >=[4.15.0](https://github.com/zitadel/zitadel/releases/tag/v4.15.0) - **3.x**: Update to >=[3.4.10](https://github.com/zitadel/zitadel/releases/tag/v3.4.10) - **2.x**: Update to >=[3.4.10](https://github.com/zitadel/zitadel/releases/tag/v3.4.10) ## Workarounds The recommended solution is to upgrade to a patched version. If an immediate upgrade is not possible, developers should ensure their project's LDAP directory has strict access controls to limit the scope of information disclosure. ## Questions If there are any questions or comments about this advisory, please send an email to [[email protected]](mailto:[email protected]) ## Credits This vulnerability was identified and reported by **ProScan AppSec** ([https://proscan.one/](https://proscan.one)).
受影響套件(1)
- Go/github.com/zitadel/zitadel>= 4.0.0, < 4.15.0
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | HIGH7.5 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |