Vulnerability in OpenStack Keystone
CVE-2026-40683
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.
EPSS: 0.003 (26.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.7 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H.
Affected products
- Openstack Keystone — versions 8.0.0, 26.0.0, 27.0.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-40683?
- CVE-2026-40683 is a high-severity vulnerability in OpenStack Keystone, classified under Access of Resource Using Incompatible Type (Type Confusion). CVSS score: 7.7/10. Published 2026-04-14.
- How severe is CVE-2026-40683?
- High severity. CVSS v3 base score is 7.7 out of 10.