Who is affected
Microsoft Windows systems with the Windows Update Stack component are vulnerable to privilege escalation by local attackers. The vulnerability allows an attacker with local access to gain SYSTEM-level permissions. The record does not specify which Windows versions or editions are affected, nor does it indicate whether this affects Windows Server, client installations, or both.
How to check whether this touches you
- Inventory all Windows systems in your environment, noting their edition and role (desktop, laptop, server).
- Determine which machines permit local logon by non-administrative users, or which run services that execute code in unprivileged contexts.
- Cross-reference your Windows versions against the patch bulletin when available; version fingerprints (via
winverorGet-ComputerInfo) are a signal of exposure but do not account for backported fixes or hotfixes already installed. - Check Windows Update logs and installed KB articles to establish your current patch state, since some organisations apply security fixes outside the main monthly cycle.
What to do
- Obtain the Microsoft security bulletin for CVE-2026-81963 and identify the exact versions and editions affected, along with available patches.
- Prioritise systems that accept remote desktop connections, host multi-tenant services, or run privileged background tasks as higher risk.
- Until you can patch, restrict local logon rights to administrative accounts only; disable or restrict any local accounts used for service execution.
- Configure audit logging to capture local logon events and privilege escalation attempts; review logs regularly for any suspicious activity predating patch application.
- Apply patches according to CISA BOD 26-04 guidance (federal systems have a due date of 22 September 2026; others should follow the same risk-based timeline).
- For cloud-hosted Windows systems, verify with your provider that patches are applied; if mitigations are unavailable, escalate to your change control board for discontinuation review.
- Test patches in a non-production environment first to confirm compatibility with your applications and monitoring agents.
If you find you were exposed
Exploitation of link-following vulnerabilities typically occurs when an attacker has already gained local access, so review system and application logs from at least 90 days before the patch became available. Check for unexpected privilege escalation events, SYSTEM-level processes spawned from user contexts, and changes to scheduled tasks or startup programs. Log retention limits will constrain your retrospective search; prioritise high-value targets (domain controllers, centralised services, administrative workstations) for deeper forensic analysis if your retention permits.