Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. keystone
  4. ›
  5. CVE-2026-40683

CVE-2026-40683: OpenStack Keystone: LDAP identity backend does not convert enabled attribute to boolean

April 14, 2026 (updated April 16, 2026)

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.

References

  • bugs.launchpad.net/keystone/+bug/2121152
  • bugs.launchpad.net/keystone/+bug/2141713
  • github.com/advisories/GHSA-pfx2-9x9m-7ghx
  • github.com/openstack/keystone
  • nvd.nist.gov/vuln/detail/CVE-2026-40683
  • review.opendev.org/958205
  • www.openwall.com/lists/oss-security/2026/04/14/9

Code Behaviors & Features

Detect and mitigate CVE-2026-40683 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 28.0.1

Fixed versions

  • 28.0.1

Solution

Upgrade to version 28.0.1 or above.

Impact 7.7 HIGH

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:H

Learn more about CVSS

Weakness

  • CWE-843: Access of Resource Using Incompatible Type ('Type Confusion')

Source file

pypi/keystone/CVE-2026-40683.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 09 May 2026 12:20:27 +0000.