What is affected?
Windows relies on internal authentication and token-handling logic throughout the operating system to determine what a given process or user is permitted to do — every privileged operation, from opening a protected file to launching a service, ultimately depends on this logic behaving correctly. A flaw in how those authentication requests are processed can let a process that should have limited rights obtain a token or context with far greater privileges than intended.
Overview
CVE-2019-1322 is a privilege escalation vulnerability in Windows arising from improper handling of authentication requests. A local, low-privileged attacker who can already run code on the system can exploit the flaw to run processes in an elevated context, effectively gaining SYSTEM-level (or otherwise significantly elevated) privileges from a standard user account.
Technical Details
Microsoft's public advisory for this CVE describes the flaw only in general terms — improper handling of authentication requests leading to elevated process execution — without disclosing the precise internal mechanism, which is typical for privilege-escalation bugs where publishing exploitation specifics could ease attacker replication before broad patch adoption. Based on the CVSS vector (local access, low privileges required, no user interaction, low complexity), the bug is consistent with a token-impersonation or credential-validation logic flaw that allows a local process to obtain a security token or authentication context with more rights than the calling account is authorized to hold, then leverage that token to launch further processes with elevated privileges.
Discovery
This vulnerability was identified and patched through Microsoft's routine internal security review process ahead of the October 2019 Patch Tuesday release; the public advisory does not credit a specific named external researcher for this CVE.
Exploitation Context
CISA's KEV catalog listing confirms this vulnerability has been used in real-world attacks, and the ransomwareUse: true flag indicates it has been observed as part of ransomware-affiliated intrusion toolkits, consistent with the common pattern of local Windows privilege-escalation bugs being used as a second stage after an initial, lower-privileged compromise to gain the elevated access needed for lateral movement and payload deployment.
Remediation
- Apply the October 2019 (or later) Windows cumulative update, which addresses this authentication-handling flaw.
- Treat local privilege-escalation bugs like this one as high priority for patch rollout regardless of perceived network exposure.
- Limit interactive logon rights and standard-user software execution privileges where operationally feasible.
- Deploy EDR/SIEM tooling capable of flagging unexpected privilege escalation events or anomalous token/impersonation activity.
- Review authentication and process-creation logs for signs of unusual elevation events on systems that remained unpatched past October 2019.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2019-1322 |
| Vendor / Product | Microsoft — Windows |
| NVD Published | 2019-10-10 |
| NVD Last Modified | 2025-10-29 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CISA KEV Added | 2022-03-15 |
| CISA KEV Deadline | 2022-04-05 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2019-10-08 | Patched in Microsoft's October 2019 Patch Tuesday cumulative update |
| 2022-03-15 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-04-05 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2019-1322 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |