Skip to content
Threat Feed
critical advisory

Authentication Bypass in 389 Directory Server via SASL Bind State Confusion

A vulnerability in 389 Directory Server allows unauthenticated attackers to elevate privileges by exploiting state confusion during SASL authentication, leading to unauthorized Directory Manager access.

CVE search metadata

CVE search record: CVE-2026-18922. Severity: critical. CVSS: 9.8. KEV: no. Product: 389 Directory Server. Brief: Authentication Bypass in 389 Directory Server via SASL Bind State Confusion. Brief link: https://feed.craftedsignal.io/briefs/2026-09-07-389-directory-server-auth-bypass/

CVE-2026-18922 describes a critical authentication bypass vulnerability in 389 Directory Server. The issue stems from improper handling of identity state during SASL PLAIN authentication. When a bind operation fails, the server fails to properly clear the identity properties associated with the connection. A subsequent successful bind, using any SASL mechanism, allows the stale identity from the previous failed attempt to be incorrectly applied to the new security context. An attacker can deliberately trigger a failed SASL PLAIN bind as 'cn=Directory Manager' and then complete a second bind (such as an anonymous bind or a low-privileged account bind) to inherit the privileges of the identity used in the first failed attempt. This flaw grants an unauthorized attacker administrative access to the directory server without requiring valid credentials.

Impact

Successful exploitation results in full administrative control over the 389 Directory Server. An attacker can read, modify, or delete directory data, manage users, or alter security configurations, leading to a complete compromise of the identity store and downstream systems dependent on the directory for authentication or authorization.

Recommendation

  • Monitor 389 Directory Server access logs for unusual sequences of failed bind operations followed by immediate successful binds on the same connection.
  • Review directory server configuration for strict enforcement of authentication policies.
  • Apply patches provided by the vendor for 389 Directory Server to resolve the identity property handling flaw.

Immediate actions

Patch 389 Directory Server to the version provided by the vendor.

IT Operations 48h

Threat Hunt

Log sequences showing failed bind followed by successful bind

T1550 high medium confidence hunt now

Data: Directory Server access logs

Mitigations

Patch 389 Directory Server

immediate IT Operations

CVE-2026-18922