CVE-2019-0543 — Microsoft Windows Privilege Escalation Vulnerability

CVE-2019-0543

Windows authentication flaw letting a local attacker run code in an elevated context

What is Windows Authentication Handling?

Windows relies on a set of privileged system services to authenticate local logon and interprocess requests before granting access to protected resources. Because these services run with high trust, a flaw that lets a lower-privileged process spoof or bypass an authentication check can be turned into a direct path from limited access to SYSTEM-level control — a step attackers routinely need after gaining initial foothold via phishing, an exploited application, or a compromised low-privilege account.

Overview

CVE-2019-0543 is a privilege escalation vulnerability caused by improper authentication (CWE-287) in Windows. A local attacker who could already run code on the target, even with low privileges, could exploit the flaw to run arbitrary processes in an elevated security context. Microsoft rated it High severity and shipped a fix in the January 2019 Patch Tuesday cumulative update. CISA's KEV entry notes the flaw has also been used in ransomware campaigns.

Technical Details

The root cause is improper validation of authentication requests, allowing a local, low-privileged process to be treated by a privileged component as if it were more trusted than it actually is. Exploitation requires local access and low privileges but no user interaction, and impacts confidentiality, integrity, and availability at the highest level once elevation succeeds. This class of bug is a staple of post-exploitation toolkits: after an attacker lands on a box with a standard user account, a local EoP like this is the difference between a limited foothold and full administrative control.

Discovery

No independent security researcher has been publicly credited for this specific report; Microsoft addressed it through its standard internal security review as part of routine Patch Tuesday triage.

Exploitation Context

CISA's KEV catalog entry flags this vulnerability as both confirmed exploited in the wild and used as part of ransomware operations, making it a favored privilege-escalation step for affiliates chaining an initial compromise (phishing, RDP brute force, or exploited edge device) into full domain or host takeover before deploying ransomware payloads.

Remediation

  1. Apply the January 2019 Patch Tuesday cumulative update or any later cumulative update for the affected Windows version.
  2. Treat this as a priority patch on any host reachable from the internet or from a lower-trust network segment, given its documented use in ransomware intrusions.
  3. Apply the principle of least privilege — minimize standing local admin rights so that a successful EoP has a smaller blast radius.
  4. Deploy endpoint detection tooling capable of flagging anomalous privilege elevation and process creation from unexpected parents.
  5. Audit systems for signs of post-exploitation activity (new local accounts, scheduled tasks, or service installs) if patching was delayed.

Key Details

PropertyValue
CVE ID CVE-2019-0543
Vendor / Product Microsoft — Windows
NVD Published2019-01-08
NVD Last Modified2026-01-14
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
CWE CWE-287 find similar ↗
CISA KEV Added2022-03-15
CISA KEV Deadline2022-04-05
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-04-05. Apply updates per vendor instructions.

Timeline

DateEvent
2019-01-08Fixed as part of Microsoft's January 2019 Patch Tuesday release
2022-03-15Added to CISA Known Exploited Vulnerabilities catalog
2022-04-05CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2019-0543 Vulnerability Database
CISA KEV Catalog Entry US Government