Katalog CVE

CVE-2026-40683

WysokieCVSS 7.7
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.32%

Percentyl 24 - wyżej niż 24% wszystkich znanych CVE

Streszczenie

W OpenStack Keystone przed wersją 28.0.1, backend tożsamości LDAP nie konwertuje atrybutu enabled użytkownika na wartość logiczną, gdy opcja konfiguracyjna user_enabled_invert ma wartość False (domyślnie). Powoduje to, że użytkownicy wyłączeni w LDAP są traktowani jako włączeni przez Keystone, co pozwala im na uwierzytelnianie i wykonywanie działań.

Ocena ryzyka

Użytkownicy, którzy powinni być zablokowani (np. byli pracownicy), mogą nadal logować się i wykonywać operacje w systemie, co stanowi poważne naruszenie bezpieczeństwa.

Rekomendacja

Zaktualizuj OpenStack Keystone do wersji 28.0.1 lub nowszej, która zawiera poprawkę. Alternatywnie, ustaw user_enabled_invert=True lub włącz user_enabled_emulation.

Inne podatności w OpenStack Keystone

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS