CVE-2020-0624 — Win32k Elevation of Privilege Vulnerability
Executive Summary
An elevation of privilege vulnerability exists in Windows when the Win32k component fails to properly handle objects in memory. An attacker who successfully exploited this vulnerability could run arbitrary code in kernel mode. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights. To exploit this vulnerability, an attacker would first have to log on to the system. An attacker could then run a specially crafted application that could exploit the vulnerability and take control of an affected system. The update addresses this vulnerability by correcting how Win32k handles objects in memory.
Overview
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C
EPSS Score
Affected Products
| Product | KB Article | Severity | Impact | Restart Required |
|---|---|---|---|---|
| Windows 10 Version 1903 for 32-bit Systems | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows 10 Version 1903 for ARM64-based Systems | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows 10 Version 1903 for x64-based Systems | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows 10 Version 1909 for 32-bit Systems | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows 10 Version 1909 for ARM64-based Systems | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows 10 Version 1909 for x64-based Systems | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows Server, version 1903 (Server Core installation) | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
| Windows Server, version 1909 (Server Core installation) | 4528760 (Security Update) |
Important | Elevation of Privilege | Yes |
Patches
| Article | Type | Restart |
|---|---|---|
4528760 |
Security Update | Yes |
Exploits & PoC
1 public PoCUnverified third-party code
Public proof-of-concept repositories aggregated from PoC-in-GitHub. They are not reviewed and may be incomplete, non-functional, or malicious — inspect the code before running anything.
| Repository | Stars | Published | Description |
|---|---|---|---|
| james0x40/CVE-2020-0624 | 70 | 2020-04-22 | win32k use-after-free poc |