Microsoft has pulled Microsoft Change Server’s August safety updates from Home windows Replace after discovering they break Change on non-English installs.
On August eighth, Microsoft launched new Change Server safety updates in the course of the August 2023 Patch Tuesday.
These safety updates repair six vulnerabilities, together with 4 distant code execution flaws, one elevation of privileges flaw, and a spoofing vulnerability that can be utilized to conduct an NTLM Relay Assault.
Nonetheless, after Microsoft Change admins started putting in the brand new updates on non-English servers, they discovered that the Change Home windows providers have been now not beginning.
“Apparently the replace can’t be efficiently put in on working programs and Change servers in German,” warned IT architect Frank Zoechling.
“The setup fails with the error code 1603 and leaves a defective Change set up. Customers of Change servers and working programs in German ought to due to this fact not set up the replace in the intervening time.”
Microsoft has since up to date the August 2023 Change Server Safety Updates bulletin, warning admins that they briefly eliminated the replace from Home windows and Microsoft Replace whereas they examine the difficulty.
“We’re conscious of Setup points on non-English servers and have briefly eliminated August SU from Home windows / Microsoft replace,” explains Microsoft.
“If you’re utilizing a non-English language server, we suggest you wait with deployment of August SU till we offer extra info.”
A devoted help article sheds extra gentle on the difficulty, stating that the issues are attributable to a “localization subject within the Change Server August 2023 SU installer”.
Microsoft says that once you set up the Microsoft Change Server 2019 or 2016 safety updates on non-English working programs, the installer will cease and roll again modifications, leaving the Change Server Home windows providers in a disabled state.
For these impacted by the problematic set up, Microsoft has shared the next steps that can be utilized to allow the Home windows servers and begin Change Server:
-
When you’ve already tried to put in the SU, reset the service state earlier than you run Setup once more. You are able to do this by operating the next PowerShell script in an elevated PowerShell window:
-
Change to the next listing: Change ServerV15Bin.
-
Enter .ServiceControl.ps1 AfterPatch, after which press Enter.
-
Restart the pc.
-
-
In Energetic Listing (AD), create an account that has the precise title that’s supplied on this step. To do that, run the next command:
New-ADUser -Identify “Community Service” -SurName “Community” -GivenName “Service” -DisplayName “Community Service” -Description “Dummy consumer to work across the Change August SU subject” -UserPrincipalName “Community Service@$((Get-ADForest).RootDomain)“
-
Watch for AD replication (as much as quarter-hour), after which restart the Change Server SU set up. Setup ought to now run efficiently.
-
After the set up finishes, run the next instructions:
$acl = Get-Acl -Path “HKLM:SOFTWAREMicrosoftMSIPCServer”
$rule = New-Object System.Safety.AccessControl.RegistryAccessRule((New-Object System.Safety.Principal.SecurityIdentifier(“S-1-5-20”)), 983103, 3, 0, 0)
$acl.SetAccessRule($rule)
Set-Acl -Path “HKLM:SOFTWAREMicrosoftMSIPCServer” -AclObject $acl -
Restart the Change server to finish the set up.
-
In any case Change servers are up to date, you may safely delete the AD account that was created in step 2.
When you full these steps and restart the Change server, the Home windows providers ought to correctly begin once more and Change shall be again up and operating.
For customers operating English localizations of Home windows, it’s nonetheless suggested to obtain and set up the updates to be protected against the disclosed vulnerabilities.