Image of Information Security Expert

ZeroLogon - CVE-2020-1472 Exploit Report

Overview
ZeroLogon (CVE-2020-1472) is a critical elevation of privilege vulnerability in Microsoft's Netlogon Remote Protocol (MS-NRPC). Disclosed in 2020, it allows unauthenticated attackers to impersonate any domain-joined computer, including Domain Controllers, and change their machine passwords to empty values—resulting in complete domain takeover.
Technical Details
The vulnerability stems from an insecure use of AES-CFB8 encryption in the Netlogon protocol. Due to the use of a fixed IV (initialization vector) and flawed validation, attackers can send specially crafted authentication messages that yield a 1-in-256 chance of success per attempt. After multiple tries, this enables setting the domain controller’s password to an empty string.
MITRE ATT&CK Mapping

View this mapping using official MITRE ATT&CK Navigator
Detection and Mitigation
References