{
"title": "Microsoft Delivers UAC Refinement and NDI Fix in September 2025 Cumulative Updates",
"content": "The September 9, 2025 cumulative updates for Windows 11, Windows 10, and Windows Server deliver a precise correction to the User Account Control (UAC) behavior that disrupted non-administrative users throughout August. The update also resolves a separate networking regression that caused stuttering in NDI video streams. Together, these fixes restore normal operations without rolling back the security hardening that closed a high-severity privilege-escalation vulnerability.
Background: A Necessary Hardening with Collateral Damage
In August 2025, Microsoft shipped a security rollup addressing CVE-2025-50173, a weakness in the Windows Installer service that could allow an attacker to escalate privileges to SYSTEM locally. The fix tightened the conditions under which MSI packages could perform silent repairs or advertising actions without elevation. The change successfully blocked the attack path but had unintended consequences for legitimate software.Standard users began seeing unexpected UAC credential prompts when launching applications for the first time, when desktop shortcuts triggered per-user repairs, or when managed deployment solutions like Microsoft Configuration Manager (formerly SCCM) attempted to advertise applications. Silent repair commands (msiexec /fu) started failing with MSI Error 1730. These disruptions affected widely used productivity suites and design tools, among others.
At the same time, an unrelated networking change in the August update interfered with the Reliable User Datagram Protocol (RUDP) transport used by NDI, causing severe stutter in broadcasting and multi-PC streaming setups. The practical workaround was to switch NDI Receive Mode to Single TCP or UDP, but this introduced higher latency or CPU usage.