Start with Identity
Identity CVE · LDAP

CVE-2024-49113LDAPNightmare, domain-controller DoS via crafted LDAP response

high
Product: Windows LDAP clientVendor: MicrosoftDisclosed: 2024-12-10Status: PatchedNVD ↗

What broke

Windows LDAP client code could be crashed by a crafted LDAP response. Against a domain controller, that is an authentication outage. SafeBreach published a public PoC in January 2025 under the name LDAPNightmare. Microsoft patched in December 2024. CVE-2024-49112 is the related critical LDAP RCE-class sibling.

Why it matters

LDAP is how almost every on-prem identity integration still binds. Taking the DC's LDAP client (or the DC itself) offline is an identity incident: SSO fails, lockouts spike, and help desks get phished. A public PoC in January 2025 kept this in the 2025 defender window.

What to do

  • Confirm December 2024 LDAP updates are on every DC and management jump box.
  • Restrict which hosts a DC will accept LDAP referrals and callbacks from.
  • Watch for sudden LSASS / LDAP-client crashes after a referral to an unknown host.

After you patch

Directory service flaws reach the system that answers "who is this" for everything else, so scope the response to the directory rather than the host.

  • Review privileged group membership and delegation rights for changes during the exposure window.
  • Rotate service account credentials used for directory binds, which are frequently stored in plaintext in application configuration. See service account.
  • Check for newly created accounts and computer objects, the standard persistence step after directory access.
  • Confirm LDAP signing and channel binding are enforced, since relay attacks against unsigned binds are the recurring follow-on. See lateral movement.

Sources

Last reviewed By SWI Community TeamSuggest a correctionHow we research
Know a primary source we should add, or a patch status that has changed? Email community@startwithidentity.com. See all briefs in the identity CVE catalog, or volunteer as a CVE Analyst.
Compiled from vendor advisories, NVD, CISA KEV, and public research. CVSS figures can disagree across NVD and the CNA. Confirm affected versions against the vendor advisory before you patch. Independent, community-driven analysis. See the disclaimer.