The practical priority is clear: DNS servers are infrastructure systems, and this issue concerns remote code execution. Microsoft’s advisory says successful exploitation could allow remote code execution through an in-network attacker calling arbitrary endpoints. The vulnerability is harder to exploit than a typical unauthenticated network RCE because the attacker must win a race condition, but the potential confidentiality, integrity, and availability impact is rated High across all three categories.
The DNS Server Race Condition
Microsoft describes CVE-2026-69782 as concurrent execution using shared resource with improper synchronization, or a race condition, in DNS Server. The weakness can allow an unauthorized attacker to execute code over a network.
The advisory is specifically titled “Windows DNS Server Remote Code Execution Vulnerability.” Its identified weakness categories are CWE-362, Concurrent Execution using Shared Resource with Improper Synchronization, and CWE-416, Use After Free. Those classifications point to a defect involving unsafe handling of shared resources during concurrent operations, rather than a configuration error an administrator can correct with a DNS setting.
Microsoft’s CVSS vector is CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C. In operational terms, the vector assigns Network attack access, requires no privileges and no user interaction, and scores confidentiality, integrity, and availability as High. The limiting factor is the High attack complexity designation, AC:H.
Microsoft explains that designation directly: successful exploitation requires an attacker to win a race condition. That is a meaningful constraint, but it should not be confused with an access control boundary. A system that is reachable by an in-network attacker and is running affected DNS Server code remains a patching target, particularly where DNS servers serve broad internal networks.
Microsoft’s Exploitation Assessment
Microsoft’s advisory carries the following status fields:
- Publicly disclosed: No
- Exploited: No
- Customer action required: Yes
Microsoft’s exploitation assessment is Exploitation Unlikely. The CVSS vector also uses E:U, reflecting unproven exploit code maturity in the temporal scoring information supplied by Microsoft.
Those assessments support a disciplined remediation process rather than an assumption that DNS Server can be deferred indefinitely. The vendor’s own customer-action field is affirmative, and the affected list includes Windows Server versions from Windows Server 2012 through Windows Server 2025. For organizations with a dedicated DNS tier, the relevant work is to identify every server hosting DNS Server, match its OS release and installation type to the applicable update, deploy it through the organization’s normal change process, and verify the resulting build number.
Fixed Builds and Required Updates
Microsoft maps CVE-2026-69782 to six updates across the listed products. Server Core and full server installations use the same KB and fixed build for each affected server release, but they are separately identified in Microsoft’s affected-product record and should be accounted for separately in inventory and compliance reporting.
| Affected product | Required remediation |
|---|---|
| Windows 10 Version 1607 for 32-bit Systems (x86) | For Windows 10 Version 1607 for 32-bit Systems (x86), install KB5123099 to reach fixed build 10.0.14393.9512. |
| Windows 10 Version 1607 for x64-based Systems | For Windows 10 Version 1607 for x64-based Systems, install KB5123099 to reach fixed build 10.0.14393.9512. |
| Windows 10 Version 1809 for 32-bit Systems (x86) | For Windows 10 Version 1809 for 32-bit Systems (x86), install KB5122876 to reach fixed build 10.0.17763.9245. |
| Windows 10 Version 1809 for x64-based Systems | For Windows 10 Version 1809 for x64-based Systems, install KB5122876 to reach fixed build 10.0.17763.9245. |
| Windows Server 2012 (Server Core installation) (x64) | For Windows Server 2012 (Server Core installation) (x64), install KB5123065 to reach fixed build 6.2.9200.26349. |
| Windows Server 2012 (x64) | For Windows Server 2012 (x64), install KB5123065 to reach fixed build 6.2.9200.26349. |
| Windows Server 2012 R2 (Server Core installation) (x64) | For Windows Server 2012 R2 (Server Core installation) (x64), install KB5123066 to reach fixed build 6.3.9600.23397. |
| Windows Server 2012 R2 (x64) | For Windows Server 2012 R2 (x64), install KB5123066 to reach fixed build 6.3.9600.23397. |
| Windows Server 2016 (Server Core installation) (x64) | For Windows Server 2016 (Server Core installation) (x64), install KB5123099 to reach fixed build 10.0.14393.9512. |
| Windows Server 2016 (x64) | For Windows Server 2016 (x64), install KB5123099 to reach fixed build 10.0.14393.9512. |
| Windows Server 2019 (Server Core installation) (x64) | For Windows Server 2019 (Server Core installation) (x64), install KB5122876 to reach fixed build 10.0.17763.9245. |
| Windows Server 2019 (x64) | For Windows Server 2019 (x64), install KB5122876 to reach fixed build 10.0.17763.9245. |
| Windows Server 2022 (Server Core installation) (x64) | For Windows Server 2022 (Server Core installation) (x64), install KB5122882 to reach fixed build 10.0.20348.5622. |
| Windows Server 2022 (x64) | For Windows Server 2022 (x64), install KB5122882 to reach fixed build 10.0.20348.5622. |
| Windows Server 2025 (Server Core installation) (x64) | For Windows Server 2025 (Server Core installation) (x64), install KB5122871 to reach fixed build 10.0.26100.33438. |
| Windows Server 2025 (x64) | For Windows Server 2025 (x64), install KB5122871 to reach fixed build 10.0.26100.33438. |
Why Build Verification Belongs in the Change Record
The important administrative detail in Microsoft’s record is that the remediation is expressed as both a KB and a target build. Installing the update is the action; reaching the listed build is the measurable outcome. That makes the build number a useful closure criterion after deployment, especially where the DNS role is installed on Server Core systems that may not be visible in workstation-oriented patch reporting.
The same KB applies to more than one named product line in several cases. KB5123099 brings Windows 10 Version 1607 and Windows Server 2016 to 10.0.14393.9512. KB5122876 brings Windows 10 Version 1809 and Windows Server 2019 to 10.0.17763.9245. Administrators should therefore avoid treating a KB number alone as proof that every machine is remediated without confirming that the update corresponds to the operating system and that the device reached the fixed build.
For the remaining server releases, Microsoft specifies KB5123065 and build 6.2.9200.26349 for Windows Server 2012, KB5123066 and build 6.3.9600.23397 for Windows Server 2012 R2, KB5122882 and build 10.0.20348.5622 for Windows Server 2022, and KB5122871 and build 10.0.26100.33438 for Windows Server 2025.
Patch DNS Servers First Among Affected Systems
CVE-2026-69782 is relevant to systems actually operating the DNS Server component; the advisory’s vulnerability description and exploitation path are both specific to DNS Server. The most useful first step is therefore an inventory of DNS Server hosts, including full installations and Server Core installations, rather than a broad review of every Windows endpoint bearing one of the listed operating-system versions.
Microsoft’s advisory establishes that the attack can be performed over a network and without privileges or user interaction, while also stating that it depends on winning a race condition. Administrators should use the fixed-build thresholds above as the completion standard: 10.0.14393.9512, 10.0.17763.9245, 6.2.9200.26349, 6.3.9600.23397, 10.0.20348.5622, or 10.0.26100.33438, as applicable to each server.