Description
In OpenStack Keystone before 28.0.1, the LDAP identity backend does not convert the user enabled attribute to a boolean when the user_enabled_invert configuration option is False (the default). The _ldap_res_to_model method in the UserApi class only performed string-to-boolean conversion when user_enabled_invert was True. When False, the raw string value from LDAP (e.g., "FALSE") was used directly. Since non-empty strings are truthy in Python, users marked as disabled in LDAP were treated as enabled by Keystone, allowing them to authenticate and perform actions. All deployments using the LDAP identity backend without user_enabled_invert=True or user_enabled_emulation are affected.
Problem types
CWE-843 Access of Resource Using Incompatible Type ('Type Confusion')
Product status
8.0.0 (semver) before 25.0.1
26.0.0 (semver) before 26.1.1
27.0.0 (semver) before 27.0.1
28.0.0 (semver) before 28.0.1
References
bugs.launchpad.net/keystone/+bug/2121152
bugs.launchpad.net/keystone/+bug/2141713
www.openwall.com/lists/oss-security/2026/04/14/9