Skip to content

H3-2025-0074

LDAP Channel Binding Not Required

Category SECURITY_MISCONFIGURATION
Base Score 1.0

Description

The LDAPS (LDAP over SSL/TLS) service on this host is configured to not require LDAP channel binding. LDAP channel binding is a security feature that ties LDAP authentication to the specific TLS session, preventing man-in-the-middle relay attacks even when LDAPS is in use. Channel binding ensures that the NTLM authentication cannot be relayed to another server by verifying that the TLS channel matches between the client and server. Without channel binding enforcement, an attacker can perform NTLM relay attacks against LDAPS by intercepting authentication and replaying it to the legitimate server, even though the connection is encrypted.

Impact

Exploiting this misconfiguration allows an attacker to perform NTLM relay attacks against LDAPS services. An attacker positioned on the network can coerce authentication from victim machines, intercept the NTLM authentication handshake, and relay it to LDAPS on a Domain Controller. This can result in unauthorized actions being performed with the victim's privileges, including creating machine accounts, modifying directory objects, and potentially achieving domain privilege escalation.

References