Windows COM Flaw Lets Attackers Gain SYSTEM Privileges With a Malicious DLL
Project Zero details CVE-2026-66804, a Windows COM flaw giving SYSTEM via planted DLL; patched in August, PoC and commercial module public.
CVE-2026-66804 (CVSS 7.8, High) lets an authenticated local user plant a malicious DLL in %PROGRAMDATA%\CrossDevice\ that a SYSTEM process loads through a dangling COM registration for the Windows CrossDevice component, chained via custom COM marshaling in the Shell Create Object Handler. It is an incomplete fix for the earlier 'Dark Elevator' bug CVE-2026-50343. Microsoft patched it in the August 2026 Patch Tuesday, but public PoC code has surfaced and at least one commercial exploitation module automates the LOCAL SERVICE-to-SYSTEM chain.