Just a quick post here – Microslop at it again with bugs in seemingly un-tested security updates for Windows OSes…
This time, its September 2026’s security hotfix that introduces a bug – affecting mainly RDS session hosts, but also affects ALL Windows server and desktop versions going as far back as Server 2012 right up to the insider pre-release of Windows 11 26H2.
From what I’ve seen in the wild so far is:
- RDS session host boots, allows users to login for a while
- RDS session host starts to deny new connections, while existing connection remain
- RDS session host also denies login at the console, often rendering the console completely unusable – can’t even get to the login screen
- Existing sessions start to become increasingly slow, to the point of almost unusable
- Server cannot be rebooted cleanly from the console, from a remote PC using task scheduler, or from a remote PC using commands such as:
shutdown /f /r /t 1 /m \\RDShostName
- Server must be reset or power cycled
- Server returns to normal for a couple of hours before returning back to a troubled state described in this list
Also have seen this affect a domain controller – denying administrator login over RDP, however this domain controller did allow the administrator logon session from the console.
To verify from a remote PC if the affected system has applied the security hotfix with the bug, I used the PowerShell command:
Get-HotFix -ComputerName "RemoteServerName"
This will return all the hotfixes applied to the specified computer, use this to locate the affected hotfix based on the Windows version and the hotfix KB number from this list:
- Server 2016 – KB5123099
- Server 2019 – KB5122876
- Server 2022 – KB5122882
- Server 2025 – KB5122871
- Windows 11 – KB5124008
- Windows 11 – KB5120998
I then download the required KB patch for the Windows version using the below with the direct link to the catalog:
- Windows 11, version 26H1: KB5129194 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129194
- Windows 11, versions 25H2 and 24H2: KB5129195 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129195
- Windows 11, version 23H2: KB5129242 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129242
- Windows Server 2025: KB5129235 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129235
- Windows Server 2022: KB5129237 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129237
- Windows 10, version 22H2 and Windows 10 Enterprise LTSC 2021: KB5129236 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129236
- Windows 10 Enterprise LTSC 2019 and Windows Server 2019: KB5129238 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129238
- Windows 10 Enterprise LTSB 2016 and Windows Server 2016: KB5129239 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129239
- Windows Server 2012 R2: KB5129243 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129243
- Windows Server 2012: KB5129244 – https://www.catalog.update.microsoft.com/Search.aspx?q=KB5129244
Citrix has also picked up on this issue and published findings here: https://support.citrix.com/external/article/CTX697101/issues-with-microsoft-windows-september.html
Happy microslapping away, Microslop!