Skip to content

Commit 10a85a6

Browse files
authored
Merge pull request #8569 from bhuney/CM_MSRC2
2nd version of ConfigMgr security fix
2 parents 3e14893 + 794e17c commit 10a85a6

4 files changed

Lines changed: 84 additions & 10 deletions

File tree

memdocs/configmgr/hotfix/2207/15498768.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ ms.collection: tier3
1818
*Applies to: Configuration Manager (current branch, versions 2103, 2107, 2111, 2203, 2207)*
1919

2020
## Summary of KB15498768
21+
22+
> [!IMPORTANT]
23+
> This update is superseded by the following:
24+
>
25+
> [KB 15599094 NTLM client installation update for Microsoft Endpoint Configuration Manager](../../hotfix/2207/15599094.md)
26+
<!-- 15599094 -->
2127
Disabling the **Allow connection fallback to NTLM** option in *Client Push Installation Properties* is not honored under either of the following conditions:
2228
- If there are Kerberos authentication failures the client push account will attempt an NTLM connection instead.
2329
- The site server computer account will attempt a connection using NTLM if Kerberos authentication fails for all defined client push installation accounts.
@@ -74,6 +80,7 @@ File information is available in the following version-specific file lists (KB15
7480

7581
## Release history
7682
- September 20, 2022: Initial hotfix release
83+
- September 30, 2022: Added supersedence information for KB 15599094
7784

7885
## References
7986
[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md)
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: NTLM client installation update for Microsoft Endpoint Configuration Manager
3+
titleSuffix: Configuration Manager
4+
description: NTLM client installation update for Configuration Manager
5+
ms.date: 10/03/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: 51ca8528-3d14-4c01-85c2-941edafb58f3
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
# NTLM client installation update for Microsoft Endpoint Configuration Manager
15+
16+
*Applies to: Configuration Manager (current branch, versions 2103, 2107, 2111, 2203, 2207)*
17+
18+
## Summary of KB15599094
19+
20+
The client push installation account always attempts an NTLM connection to a client to retrieve WMI query results during the installation process.
21+
This NTLM connection only applies to computers in a trusted domain, and happens even if the **Allow connection fallback to NTLM** option is disabled in *Client Push Installation Properties*.
22+
23+
Environments using versions of Configuration Manager current branch prior to 2103 are encouraged to update to a later supported version. Administrators can also disable use of automatic and manual client push installation methods to remove the risk of exposure to both this issue and the issue described in [KB 15498768](../../hotfix/2207/15498768.md).
24+
For more information on support and servicing, see [Support for Configuration Manager current branch versions](../../core/servers/manage/current-branch-versions-supported.md).
25+
26+
## Update information for Microsoft Endpoint Configuration Manager, versions 2103-2207
27+
An update to resolve this issue is available in the **Updates and Servicing** node of the Configuration Manager console for environments that have versions 2103-2207 installed.
28+
29+
#### Update replacement information
30+
This update replaces the following previously released update.
31+
32+
[KB 15498768 NTLM connection fallback update for Microsoft Endpoint Configuration Manager](../../hotfix/2207/15498768.md)
33+
34+
#### Restart information
35+
For Configuration Manager versions 2107 and later, this update doesn't require a computer restart or a [site reset](../../core/servers/manage/modify-your-infrastructure.md#bkmk_reset) after installation.
36+
37+
Configuration Manager version 2103 will require a site reset after update installation.
38+
39+
### Additional installation information
40+
After you install this update on a primary site, pre-existing secondary sites must be manually updated. To update a secondary site in the Configuration Manager console, select **Administration** > **Site Configuration** > **Sites** > **Recover Secondary Site**, and then select the secondary site. The primary site then reinstalls that secondary site by using the updated files. Configurations and settings for the secondary site aren't affected by this reinstallation. The new, upgraded, and reinstalled secondary sites under that primary site automatically receive this update.
41+
42+
Run the following SQL Server command on the site database to check whether the update version of a secondary site matches that of its parent primary site:
43+
```sql
44+
select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site')
45+
```
46+
If the value 1 is returned, the site is up to date, with all the hotfixes applied on its parent primary site.
47+
48+
If the value 0 is returned, the site has not installed all the fixes that are applied to the primary site, and you should use the **Recover Secondary Site** option to update the secondary site.
49+
50+
## Version information
51+
No major components are updated with this release.
52+
53+
## File information
54+
File information is available in the following version-specific file lists (KB15599094_FileList.txt):
55+
- [Configuration Manager 2103](https://aka.ms/KB15599094_2103_FileList)
56+
- [Configuration Manager 2107](https://aka.ms/KB15599094_2107_FileList)
57+
- [Configuration Manager 2111](https://aka.ms/KB15599094_2111_FileList)
58+
- [Configuration Manager 2203](https://aka.ms/KB15599094_2203_FileList)
59+
- [Configuration Manager 2207](https://aka.ms/KB15599094_2207_FileList)
60+
61+
## Release history
62+
- September 30, 2022: Initial hotfix release
63+
64+
## References
65+
[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md)

memdocs/configmgr/hotfix/TOC.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ items:
1111
href: 2207/14978429.md
1212
- name: KB 15498768 NTLM connection fallback update
1313
href: 2207/15498768.md
14+
- name: KB 15599094 NTLM client installation update
15+
href: 2207/15599094.md
1416
- name: Version 2203
1517
items:
1618
- name: KB 13174460 Summary of changes in 2203
@@ -21,8 +23,8 @@ items:
2123
href: 2203/14480034.md
2224
- name: KB 14244456 Update rollup for Microsoft Endpoint Configuration Manager version 2203
2325
href: 2203/14244456.md
24-
- name: KB 15498768 NTLM connection fallback update
25-
href: 2207/15498768.md
26+
- name: KB 15599094 NTLM client installation update
27+
href: 2207/15599094.md
2628
- name: Version 2111
2729
items:
2830
- name: KB 10096997 Summary of changes in 2111
@@ -35,8 +37,8 @@ items:
3537
href: 2111/12819689.md
3638
- name: KB 12896009 Update rollup for Microsoft Endpoint Configuration Manager version 2111
3739
href: 2111/12896009.md
38-
- name: KB 15498768 NTLM connection fallback update
39-
href: 2207/15498768.md
40+
- name: KB 15599094 NTLM client installation update
41+
href: 2207/15599094.md
4042
- name: Version 2107
4143
items:
4244
- name: KB 10096997 Summary of changes in 2107
@@ -47,8 +49,8 @@ items:
4749
href: 2107/11121541.md
4850
- name: KB 12636660 Network access account update
4951
href: 2107/12636660.md
50-
- name: KB 15498768 NTLM connection fallback update
51-
href: 2207/15498768.md
52+
- name: KB 15599094 NTLM client installation update
53+
href: 2207/15599094.md
5254
- name: Version 2103
5355
items:
5456
- name: KB 9210721 Summary of changes in 2103
@@ -67,8 +69,8 @@ items:
6769
href: 2103/10589155.md
6870
- name: KB 10582136 Tenant attach update
6971
href: 2103/10582136.md
70-
- name: KB 15498768 NTLM connection fallback update
71-
href: 2207/15498768.md
72+
- name: KB 15599094 NTLM client installation update
73+
href: 2207/15599094.md
7274
- name: Version 2010
7375
items:
7476
- name: KB 4599442 Summary of changes in 2010

memdocs/configmgr/hotfix/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ landingContent:
2525
url: 2207/14840616.md
2626
- text: KB 14959905 Early update ring
2727
url: 2207/14959905.md
28-
- text: KB 15498768 NTLM connection fallback update
29-
url: 2207/15498768.md
28+
- text: KB 15599094 NTLM client installation update
29+
url: 2207/15599094.md
3030

3131
- title: Configuration Manager 2203
3232
linkLists:

0 commit comments

Comments
 (0)