CVE-2020-0638 — Microsoft Update Notification Manager Privilege Escalation Vulnerability

CVE-2020-0638

Windows Update Notification Manager — Local Privilege Escalation to SYSTEM, Popular in Post-Exploitation Toolkits

What is Windows Update Notification Manager?

The Update Notification Manager is a background Windows component responsible for surfacing update-related notifications to users and coordinating parts of the Windows Update pipeline. Like many privileged Windows service components, it runs with elevated rights so it can manage system state on behalf of lower-privileged users — which makes any flaw in how it validates callers or handles its inputs a potential path from a limited foothold to full SYSTEM control.

Overview

CVE-2020-0638 is a local privilege escalation vulnerability in this component, patched by Microsoft in January 2020. An attacker who already has some level of code execution on a Windows host — for example, through a phishing payload or a low-privileged foothold — can exploit the flaw to escalate to SYSTEM, the highest privilege level on Windows. Microsoft rated it HIGH severity because, while it isn't remotely exploitable on its own, it removes the last barrier between "attacker has a shell" and "attacker owns the machine."

Technical Details

Local privilege escalation vulnerabilities of this type typically arise from improper access control or unsafe handling of privileged operations — for instance, a service that fails to properly validate the identity or permission level of the process making a request to it. The CVSS vector (AV:L/AC:L/PR:L/UI:N) indicates the attacker needs only local, low-privilege access and no user interaction to trigger the bug reliably, with no unusual complexity involved — consistent with a straightforward missing-check flaw in a privileged Windows service rather than a complex memory-corruption chain.

Discovery

This vulnerability was addressed through Microsoft's routine security update process and disclosed via the January 2020 Patch Tuesday release; no independent researcher credit is associated with the public record for this CVE.

Exploitation Context

CISA's KEV catalog listing confirms this vulnerability has been exploited in the wild, and the frontmatter marks it as used in ransomware campaigns. Local privilege escalation bugs like this one are a staple of ransomware intrusion chains: once an affiliate gains initial access (often via phishing, RDP brute-forcing, or a separate remote vulnerability), an LPE bug such as this is used to obtain SYSTEM rights needed to disable security tooling, dump credentials, and deploy ransomware payloads across the network.

Remediation

  1. Apply the January 2020 Windows security update (or any later cumulative update) to all affected Windows systems.
  2. Treat unpatched systems as high risk for ransomware precursor activity — LPE bugs like this are frequently chained with initial-access vulnerabilities.
  3. Restrict and monitor local logon and RDP access to reduce the pool of accounts that could serve as the low-privilege foothold this bug requires.
  4. Deploy endpoint detection tooling capable of flagging anomalous privilege escalation attempts, not just the initial compromise.
  5. Review privileged process activity logs for signs of exploitation predating patch deployment.

Key Details

PropertyValue
CVE ID CVE-2020-0638
Vendor / Product Microsoft — Update Notification Manager
NVD Published2020-01-14
NVD Last Modified2025-10-29
CVSS 3.1 Score7.8
CVSS 3.1 VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CISA KEV Added2022-05-23
CISA KEV Deadline2022-06-13
Known Ransomware Use ⚠️ Yes

CVSS 3.1 Breakdown

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2022-06-13. Apply updates per vendor instructions.

Timeline

DateEvent
2020-01-14Patched as part of Microsoft's January 2020 Patch Tuesday release
2022-05-23Added to CISA Known Exploited Vulnerabilities catalog
2022-06-13CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2020-0638 Vulnerability Database
CISA KEV Catalog Entry US Government