CVE-2023-36874
Published: 11 July 2023
Summary
CVE-2023-36874 is a high-severity Link Following (CWE-59) vulnerability in Microsoft Windows 10 1809. Its CVSS base score is 7.8 (High).
Operationally, ranked in the top 1.3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and AC-3 (Access Enforcement).
Deeper analysis
CVE-2023-36874 is an elevation-of-privilege vulnerability in the Windows Error Reporting Service. The flaw, assigned CWE-59, permits a local attacker to perform unauthorized file operations that lead to privilege escalation on affected Windows systems. It carries a CVSS 3.1 base score of 7.8 reflecting local attack vector, low complexity, and low privileges required.
An authenticated local user without additional user interaction can exploit the service to obtain full administrative control over the host, resulting in complete confidentiality, integrity, and availability impact. Public exploit code targeting the issue has been published, confirming the attack path is practical on unpatched systems.
Microsoft’s security update guide addresses the vulnerability and supplies patches that resolve the underlying path-handling weakness. CISA has added CVE-2023-36874 to its Known Exploited Vulnerabilities catalog, indicating confirmed in-the-wild use and requiring federal agencies to apply mitigations within prescribed timelines.
The EPSS score has reached a peak of 0.7156 with a current value of 0.7022, reflecting sustained exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-40794
Vulnerability details
Windows Error Reporting Service Elevation of Privilege Vulnerability
- CWE(s)
- KEV Date Added
- 11 July 2023
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires timely installation of the vendor security update that Microsoft released to eliminate the EoP flaw in the Windows Error Reporting Service.
Enforces least-privilege execution so that the Error Reporting Service and calling processes cannot be abused to obtain SYSTEM rights from a low-privileged account.
Mandates access-enforcement mechanisms that would block the unauthorized elevation path exploited via the link-following flaw (CWE-59).