Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Security and Quality Rollup for .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 for Windows Server 2012 (KB4569773)


View products that this article applies to.

↑ Back to the top


Summary

Security improvements

An elevation of privilege vulnerability exists when ASP.NET or .NET Framework web applications running on IIS improperly allow access to cached files. An attacker who successfully exploited this vulnerability could gain access to restricted files. To exploit this vulnerability, an attacker would need to send a specially crafted request to an affected server. The update addresses the vulnerability by changing how ASP.NET and .NET Framework handle requests.

To learn more about the vulnerabilities, go to the following Common Vulnerabilities and Exposures (CVE).

 

Quality and reliability improvements

CLR1

- Addresses rare crashes that could occur during thread abort delivery.

ASP.NET

- Use FIPS-compliant hashes in ASP.Net telemetry data.

- Addresses an issue where "Unspecified" was not an allowed value in config for the 'cookieSameSite' attribute of the forms authentication and session state configuration sections.

- Addresses an issue where first requests to a cold site sometimes return a server configuration error from System.Web.DirectoryMonitor.AddFileMonitor().

WPF2

- Addresses an issue where TextBlock reflows (makes different line-breaking decisions) during render and hit-test, vs. during measure. The symptoms include missing text, and FailFast crashes during programmatic text processing.

- Addresses a render thread failure caused by HostVisual disconnecting its target on the wrong thread.

- Addresses a hang while scrolling a TreeView whose tree is non-uniform, in the sense thata given node's children govern subtrees whose sizes are quite different.

- DataGrid's Copy command throws an exception if the system clipboard is locked by another process. This crashes, as there is usually no app code on the stack to catch the exception. The behavior of TextBox (and other apps like Notepad, Word, browsers) in this situation is to fail silently - nothing is copied to the clipboard, but no exception. A WPF app can now opt-in to this behavior by setting the following in the app.config file:

<appSettings>

<add key="ShouldThrowOnDataGridCopyOrCutFailure" value="false"/>

</appSettings>

- Addresses the way non-animated text with TextRenderingMode="ClearType" and TextFormattingMode="Ideal" is drawn. It now uses a symmetric anti-aliasing algorithm, which produces better visual results for text with fine strokes (common in Far East languages, Arabic, Hebrew, and fonts designed specifically for symmetric anti-aliasing).

- Addresses a crash that can occur when closing a tooltip that is re-entrantly closed by user code.

- Addresses a memory leak in System.Speech.SpeechSynthesizer.

- Addresses issues in constructing the internal model for a FixedPage document. Some text was appearing in the wrong order for the purposes of editing operations such as selection and copy/paste.

Net Libraries

- Addresses a memory leak in HttpListener.


1 Common Language Runtime (CLR)
2 Windows Presentation Foundation (WPF)

Important

  • All updates for .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, and 4.7.2 require that the d3dcompiler_47.dll update is installed. We recommend that you install the included d3dcompiler_47.dll update before you apply this update. For more information about the d3dcompiler_47.dll, see KB 4019990.
  • If you install a language pack after you install this update, you must reinstall this update. Therefore, we recommend that you install any language packs that you need before you install this update. For more information, see Add language packs to Windows.

↑ Back to the top


Known issues in this update

Windows Presentation Framework (WPF) applications that use two or more HostVisual elements belonging to a common thread, where both HostVisual elements are asked to disconnect from their visual target at roughly the same time, mail fail with the following error:

Exception type:  System.COMException
Message:  UCEERR_RENDERTHREADFAILURE (HRESULT 0x88980406)
Callstack:  top frame is System.Windows.Media.Composition.DUCE+Channel.SyncFlush()

Workarounds

You can disable the problematic fix by setting the AppContext switch “Switch.System.Windows.Media.HostVisual.DisconnectsOnWrongThread” to true, using one of the methods described here.  This exposes your app to the original bug, so you should remove the switch once a fix is published through an upcoming update.

Workaround 1


•    Add the following entry to the app.config file to disable the problematic fix in a single application.


<runtime>
    <AppContextSwitchOverrides value="Switch.System.Windows.Media.HostVisual.DisconnectsOnWrongThread=true"/>
</runtime>

Note that if your application configuration already has an entry for <AppContextSwitchOverrides>, you need to add the new setting within that entry, separated from other switches by a semicolon:

   <AppContextSwitchOverrides value="Switch.SomeOtherSwitch=true; Switch.System.Windows.Media.HostVisual.DisconnectsOnWrongThread=true"/>

Workaround 2


•    Apply the following registry subkey to disable the problematic fix for all WPF applications on the machine.
 Warning
Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft can't guarantee that these problems can be solved. Modify the registry at your own risk.


Location: HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\AppContext\
Name: Switch.System.Media.HostVisual.DisconnectsOnWrongThread
Type: String
Value: true

Note that on 64-bit operating systems, you also need to apply a registry subkey with the same name, type, and value at the location:   HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\.NETFramework\AppContext\

Resolution

We are working on a resolution and will provide an update in an upcoming release.
 

 

↑ Back to the top


Additional information about this update

The following articles contain additional information about this update as it relates to individual product versions.
  • 4570507 Description of the Security and Quality Rollup for .NET Framework 3.5, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 for Windows Server 2012 (KB4570507)

↑ Back to the top


How to obtain and install the update

Before installing this update

Prerequisite:

To apply this update, you must have .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 installed.

Install this update

Release Channel Available Next Step
Windows Update and Microsoft Update Yes None. This update will be downloaded and installed automatically from Windows Update.
Microsoft Update Catalog Yes To get the standalone package for this update, go to the Microsoft Update Catalog website.
Windows Server Update Services (WSUS) Yes

This update will automatically sync with WSUS if you configure Products and Classifications as follows:

Product:Windows Server 2012

Classification: Security Updates

↑ Back to the top


Prerequisites

To apply this update, you must have .NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 installed.

Restart requirement

You must restart the computer after you apply this update if any affected files are being used. We recommend that you exit all .NET Framework-based applications before you apply this update.

Update deployment information

For deployment details for this security update, go to the following article in the Microsoft Knowledge Base:

20200811 Security update deployment information: August 11, 2020

Update removal information

Note We do not recommend that you remove any security update. To remove this update, use the Programs and Features item in Control Panel.

Update restart information

This update does not require a system restart after you apply it unless files that are being updated are locked or are being used.

Update replacement information

This update replaces previously released updates 4566518.

↑ Back to the top


File information

File hash information
File nameSHA1 hashSHA256 hash
Windows8-RT-KB4569773-x64.msu8ED1DC3A8DC377C1F563DE9E9D83BB9D2A8C76882AE42C9BD74B2AD91B778F7BE6C951EE0753900537DEED3D2B08F7EAAA8B06F9

File information
The English (United States) version of this software update installs files that have the attributes that are listed in the following tables.

Windows Server 2012 file information
For all supported x64-based versions
File nameFile versionFile sizeDateTimePlatformSP requirementService branch
Mscorlib.dll4.7.3650.05,420,41630-Jun-202001:02x64NoneNot applicable
Normidna.nlpNot applicable59,34225-Jun-201922:53Not applicableNoneNot applicable
Normnfc.nlpNot applicable47,07625-Jun-201922:53Not applicableNoneNot applicable
Normnfd.nlpNot applicable40,56625-Jun-201922:53Not applicableNoneNot applicable
Normnfkc.nlpNot applicable67,80825-Jun-201922:53Not applicableNoneNot applicable
Normnfkd.nlpNot applicable61,71825-Jun-201922:53Not applicableNoneNot applicable
Aspnet_perf.dll4.7.3650.039,30430-Jun-202001:02x64SPNAMD64_NETFX4-ASP
Aspnet_state_perf.hNot applicable31829-Jun-202022:15Not applicableSPNAMD64_NETFX4-ASP
Aspnet_state_perf.iniNot applicable42,99630-Jun-202001:02Not applicableSPNAMD64_NETFX4-ASP
Aspnet_wp.exe4.7.3650.043,92030-Jun-202001:02x64SPNAMD64_NETFX4-ASP
Clrjit.dll4.7.3650.01,214,84030-Jun-202001:02x64NoneNot applicable
Clr.dll4.7.3650.010,368,38430-Jun-202001:02x64NoneNot applicable
Compatjit.dll4.7.3650.01,252,72830-Jun-202001:02x64NoneNot applicable
Dfdll.dll4.6.1099.0181,40027-Mar-201703:29x64NoneNot applicable
Globalmonospace.compositefontNot applicable26,04028-Jan-202019:45Not applicableSPAAMD64_NETFX4-GLOBALMONOSP
Globalsansserif.compositefontNot applicable26,48928-Jan-202019:45Not applicableNoneNot applicable
Globalserif.compositefontNot applicable29,77928-Jan-202019:45Not applicableNoneNot applicable
Globaluserinterface.compositefontNot applicable186,00918-Jun-202023:28Not applicableNoneNot applicable
Mscordacwks.dll4.7.3650.01,833,86430-Jun-202001:02x64NoneNot applicable
Mscordbi.dll4.7.3650.01,615,24030-Jun-202001:02x64NoneNot applicable
Mscoreei.dll4.7.3468.0631,27206-Aug-201906:44x64NoneNot applicable
Msvcp120_clr0400.dll12.0.52519.0690,00811-Jun-202023:36x64NoneNot applicable
Msvcr120_clr0400.dll12.0.52519.0993,63211-Jun-202023:36x64NoneNot applicable
Penimc.dll14.7.3650.012,16830-Jun-202001:02x64NoneNot applicable
Penimc2_v0400.dll4.7.3650.097,66430-Jun-202001:02x64NoneNot applicable
Penimc_v0400.dll4.7.3650.018,82430-Jun-202001:02x64NoneNot applicable
Peverify.dll4.7.3650.0253,83230-Jun-202001:02x64NoneNot applicable
Presentationframework-systemdata.dll4.7.3650.017,28830-Jun-202001:11x86NoneNot applicable
Presentationframework.dll4.7.3650.06,240,64030-Jun-202001:11x86NoneNot applicable
Presentationhost_v0400.dll.mui4.7.3650.077,70430-Jun-202001:02Not applicableNoneNot applicable
Presentationhost_v0400.dll4.7.3650.0270,72830-Jun-202001:02x64NoneNot applicable
Presentationnative_v0400.dll4.7.3650.01,102,72830-Jun-202001:02x64NoneNot applicable
Reachframework.dll4.7.3570.0677,65603-Dec-201923:18x86NoneNot applicable
Servicemodel.mofNot applicable88,38329-Feb-202003:01Not applicableNoneNot applicable
Servicemodel.mof.uninstallNot applicable89629-Feb-202003:01Not applicableNoneNot applicable
Servicemonikersupport.dll4.7.3620.032,24026-Mar-202023:02x64NoneNot applicable
Smdiagnostics.dll4.7.3620.074,84026-Mar-202023:04x86NoneNot applicable
_smsvchostperfcounters.hNot applicable70206-Dec-201917:31Not applicableNoneNot applicable
_smsvchostperfcounters.iniNot applicable133,89406-Dec-201918:41Not applicableNoneNot applicable
_smsvchostperfcounters_d.iniNot applicable3908-Nov-201903:11Not applicableNoneNot applicable
Smsvchost.exe4.7.3580.0139,05606-Dec-201918:40x86NoneNot applicable
Smsvchost.exe.configNot applicable2,26206-Dec-201916:35Not applicableNoneNot applicable
Sos.dll4.7.3650.0865,16030-Jun-202001:02x64NoneNot applicable
System.activities.dll4.7.3620.01,534,00826-Mar-202023:04x86NoneNot applicable
System.componentmodel.dataannotations.dll4.6.1099.0125,76027-Mar-201703:33x86NoneNot applicable
System.configuration.dll4.7.3630.0420,51205-Jun-202004:50x86NoneNot applicable
System.core.dll4.7.3650.01,544,98430-Jun-202001:11x86NoneNot applicable
System.data.entity.dll4.7.2102.04,033,74406-Jun-201723:17x86NoneNot applicable
System.data.sqlxml.dll4.7.2612.0734,40022-Nov-201720:59x86NoneNot applicable
System.deployment.dll4.6.1099.0846,01627-Mar-201703:33x86NoneNot applicable
System.directoryservices.accountmanagement.dll4.7.2623.0296,21630-Nov-201704:16x86NoneNot applicable
System.directoryservices.protocols.dll4.6.1099.0200,48827-Mar-201703:33x86NoneNot applicable
System.drawing.dll4.6.1099.0594,61627-Mar-201703:33x86NoneNot applicable
System.identitymodel.services.dll4.7.3620.0199,16026-Mar-202023:04x86NoneNot applicable
System.identitymodel.dll4.7.3620.01,095,73626-Mar-202023:04x86NoneNot applicable
System.management.dll4.7.2102.0415,43206-Jun-201723:17x86NoneNot applicable
System.net.http.dll4.7.2634.0203,35202-Feb-201821:11x86NoneNot applicable
System.runtime.caching.dll4.6.1649.1108,92021-Apr-201705:35x86NoneNot applicable
System.runtime.remoting.dll4.7.2114.0347,36830-Aug-201706:04x86NoneNot applicable
System.runtime.serialization.dll4.7.3620.01,057,33626-Mar-202023:04x86NoneNot applicable
System.security.dll4.7.2650.0324,69621-Mar-201804:49x86NoneNot applicable
System.servicemodel.channels.dll4.7.3620.0158,70426-Mar-202023:04x86NoneNot applicable
System.servicemodel.discovery.dll4.7.3620.0309,23226-Mar-202023:04x86NoneNot applicable
System.servicemodel.internals.dll4.7.3620.0261,68826-Mar-202023:04x86NoneNot applicable
System.servicemodel.routing.dll4.6.1099.0130,28827-Mar-201703:33x86NoneNot applicable
System.servicemodel.washosting.dll4.7.3620.040,94426-Mar-202023:04x86NoneNot applicable
System.servicemodel.dll4.7.3620.06,324,79226-Mar-202023:04x86NoneNot applicable
System.speech.dll4.7.3650.0675,72030-Jun-202001:11x86SPEAMD64_NETFX4-SYSTEM.SP
System.web.applicationservices.dll4.7.3650.063,76830-Jun-202001:11x86NoneNot applicable
System.web.extensions.dll4.7.3650.01,842,96830-Jun-202001:11x86NoneNot applicable
System.windows.controls.ribbon.dll4.7.3650.0739,20030-Jun-202001:11x86NoneNot applicable
System.windows.forms.dll4.7.3580.05,238,92806-Dec-201918:40x86NoneNot applicable
System.workflow.activities.dll4.7.3570.01,052,13603-Dec-201923:18x86NoneNot applicable
System.workflow.componentmodel.dll4.7.3570.01,553,89603-Dec-201923:18x86NoneNot applicable
System.workflow.runtime.dll4.7.3570.0499,48003-Dec-201923:18x86NoneNot applicable
System.xaml.dll4.7.3650.0635,14430-Jun-202001:11x86NoneNot applicable
System.xml.dll4.7.2612.02,670,22422-Nov-201720:59x86NoneNot applicable
System.dll4.7.3650.03,556,61630-Jun-202001:11x86NoneNot applicable
Uiautomationclientsideproviders.dll4.7.3650.0354,18430-Jun-202001:11x86NoneNot applicable
Uiautomationclient.dll4.7.3650.0170,88030-Jun-202001:11x86NoneNot applicable
Uiautomationprovider.dll4.7.3650.041,84830-Jun-202001:11x86NoneNot applicable
Uiautomationtypes.dll4.7.3650.0213,89630-Jun-202001:11x86NoneNot applicable
Webengine4.dll4.7.3650.0660,35230-Jun-202001:02x64NoneNot applicable
Webengine.dll4.7.3650.019,32830-Jun-202001:02x64NoneNot applicable
Windowsbase.dll4.7.3650.01,289,09630-Jun-202001:11x86NoneNot applicable
Wminet_utils.dll4.7.2102.0188,08806-Jun-201723:13x64NoneNot applicable
Workflowservicehostperformancecounters.dll4.7.3570.0101,65603-Dec-201923:18x64NoneNot applicable
Wpfgfx_v0400.dll4.7.3650.01,758,60030-Jun-202001:02x64NoneNot applicable
Presentationcore.dll4.7.3650.03,609,48030-Jun-202001:02x64NoneNot applicable
System.data.dll4.7.3630.03,532,58405-Jun-202004:49x64NoneNot applicable
System.printing.dll4.7.3570.0374,55203-Dec-201923:18x64NoneNot applicable
System.transactions.dll4.7.3221.0311,04830-Aug-201822:10x64NoneNot applicable
System.web.dll4.7.3650.05,392,25630-Jun-202001:02x64NoneNot applicable
Presentationframework-systemdata.dll4.7.3650.017,28830-Jun-202001:11x86NoneNot applicable
Presentationframework.dll4.7.3650.06,240,64030-Jun-202001:11x86NoneNot applicable
Reachframework.dll4.7.3570.0677,65603-Dec-201923:18x86NoneNot applicable
Smdiagnostics.dll4.7.3620.074,84026-Mar-202023:05x86NoneNot applicable
Smsvchost.exe4.7.3580.0139,05606-Dec-201918:40x86NoneNot applicable
System.activities.dll4.7.3620.01,534,00826-Mar-202023:05x86NoneNot applicable
System.componentmodel.dataannotations.dll4.6.1099.0125,76027-Mar-201703:33x86NoneNot applicable
System.configuration.dll4.7.3630.0420,51205-Jun-202004:50x86NoneNot applicable
System.core.dll4.7.3650.01,544,98430-Jun-202001:11x86NoneNot applicable
System.data.entity.dll4.7.2102.04,033,74406-Jun-201723:17x86NoneNot applicable
System.data.sqlxml.dll4.7.2612.0734,40022-Nov-201720:59x86NoneNot applicable
System.deployment.dll4.6.1099.0846,01627-Mar-201703:33x86NoneNot applicable
System.directoryservices.accountmanagement.dll4.7.2623.0296,21630-Nov-201704:16x86NoneNot applicable
System.directoryservices.protocols.dll4.6.1099.0200,48827-Mar-201703:33x86NoneNot applicable
System.drawing.dll4.6.1099.0594,61627-Mar-201703:33x86NoneNot applicable
System.identitymodel.services.dll4.7.3620.0199,16026-Mar-202023:05x86NoneNot applicable
System.identitymodel.dll4.7.3620.01,095,73626-Mar-202023:05x86NoneNot applicable
System.management.dll4.7.2102.0415,43206-Jun-201723:17x86NoneNot applicable
System.net.http.dll4.7.2634.0203,35202-Feb-201821:11x86NoneNot applicable
System.runtime.caching.dll4.6.1649.1108,92021-Apr-201705:35x86NoneNot applicable
System.runtime.remoting.dll4.7.2114.0347,36830-Aug-201706:04x86NoneNot applicable
System.runtime.serialization.dll4.7.3620.01,057,33626-Mar-202023:05x86NoneNot applicable
System.security.dll4.7.2650.0324,69621-Mar-201804:49x86NoneNot applicable
System.servicemodel.channels.dll4.7.3620.0158,70426-Mar-202023:05x86NoneNot applicable
System.servicemodel.discovery.dll4.7.3620.0309,23226-Mar-202023:05x86NoneNot applicable
System.servicemodel.internals.dll4.7.3620.0261,68826-Mar-202023:05x86NoneNot applicable
System.servicemodel.routing.dll4.6.1099.0130,28827-Mar-201703:33x86NoneNot applicable
System.servicemodel.washosting.dll4.7.3620.040,94426-Mar-202023:05x86NoneNot applicable
System.servicemodel.dll4.7.3620.06,324,79226-Mar-202023:05x86NoneNot applicable
System.speech.dll4.7.3650.0675,72030-Jun-202001:11x86SPEMSIL_SYSTEM.SP
System.web.applicationservices.dll4.7.3650.063,76830-Jun-202001:11x86NoneNot applicable
System.web.extensions.dll4.7.3650.01,842,96830-Jun-202001:11x86NoneNot applicable
System.windows.controls.ribbon.dll4.7.3650.0739,20030-Jun-202001:11x86NoneNot applicable
System.windows.forms.dll4.7.3580.05,238,92806-Dec-201918:40x86NoneNot applicable
System.workflow.activities.dll4.7.3570.01,052,13603-Dec-201923:18x86NoneNot applicable
System.workflow.componentmodel.dll4.7.3570.01,553,89603-Dec-201923:18x86NoneNot applicable
System.workflow.runtime.dll4.7.3570.0499,48003-Dec-201923:18x86NoneNot applicable
System.xaml.dll4.7.3650.0635,14430-Jun-202001:11x86NoneNot applicable
System.xml.dll4.7.2612.02,670,22422-Nov-201720:59x86NoneNot applicable
System.dll4.7.3650.03,556,61630-Jun-202001:11x86NoneNot applicable
Uiautomationclientsideproviders.dll4.7.3650.0354,18430-Jun-202001:11x86NoneNot applicable
Uiautomationclient.dll4.7.3650.0170,88030-Jun-202001:11x86NoneNot applicable
Uiautomationprovider.dll4.7.3650.041,84830-Jun-202001:11x86NoneNot applicable
Uiautomationtypes.dll4.7.3650.0213,89630-Jun-202001:11x86NoneNot applicable
Windowsbase.dll4.7.3650.01,289,09630-Jun-202001:11x86NoneNot applicable
Mscorlib.dll4.7.3650.05,638,53630-Jun-202001:11x86NoneNot applicable
Normidna.nlpNot applicable59,34225-Jun-201922:53Not applicableNoneNot applicable
Normnfc.nlpNot applicable47,07625-Jun-201922:53Not applicableNoneNot applicable
Normnfd.nlpNot applicable40,56625-Jun-201922:53Not applicableNoneNot applicable
Normnfkc.nlpNot applicable67,80825-Jun-201922:53Not applicableNoneNot applicable
Normnfkd.nlpNot applicable61,71825-Jun-201922:53Not applicableNoneNot applicable
Aspnet_perf.dll4.7.3650.035,72030-Jun-202001:11x86SPNX86_NETFX4-ASP
Aspnet_state_perf.hNot applicable31829-Jun-202022:28Not applicableSPNX86_NETFX4-ASP
Aspnet_state_perf.iniNot applicable42,99630-Jun-202001:12Not applicableSPNX86_NETFX4-ASP
Aspnet_wp.exe4.7.3650.039,30430-Jun-202001:11x86SPNX86_NETFX4-ASP
Clrjit.dll4.7.3650.0515,97630-Jun-202001:11x86NoneNot applicable
Clr.dll4.7.3650.07,247,24030-Jun-202001:11x86NoneNot applicable
Dfdll.dll4.6.1099.0154,76827-Mar-201703:33x86NoneNot applicable
Globalmonospace.compositefontNot applicable26,04028-Jan-202019:45Not applicableSPAX86_NETFX4-GLOBALMONOSP
Globalsansserif.compositefontNot applicable26,48928-Jan-202019:45Not applicableNoneNot applicable
Globalserif.compositefontNot applicable29,77928-Jan-202019:45Not applicableNoneNot applicable
Globaluserinterface.compositefontNot applicable186,00918-Jun-202023:28Not applicableNoneNot applicable
Mscordacwks.dll4.7.3650.01,336,20030-Jun-202001:11x86NoneNot applicable
Mscordbi.dll4.7.3650.01,162,11230-Jun-202001:11x86NoneNot applicable
Mscoreei.dll4.7.3468.0512,48806-Aug-201906:46x86NoneNot applicable
Msvcp120_clr0400.dll12.0.52519.0485,57611-Jun-202023:36x86NoneNot applicable
Msvcr120_clr0400.dll12.0.52519.0987,84011-Jun-202023:36x86NoneNot applicable
Penimc.dll14.7.3650.012,16030-Jun-202001:11x86NoneNot applicable
Penimc2_v0400.dll4.7.3650.079,23230-Jun-202001:11x86NoneNot applicable
Penimc_v0400.dll4.7.3650.017,79230-Jun-202001:11x86NoneNot applicable
Peverify.dll4.7.3650.0181,64030-Jun-202001:11x86NoneNot applicable
Presentationhost_v0400.dll.mui4.7.3650.077,69630-Jun-202001:11Not applicableNoneNot applicable
Presentationhost_v0400.dll4.7.3650.0207,23230-Jun-202001:11x86NoneNot applicable
Presentationnative_v0400.dll4.7.3650.0820,08830-Jun-202001:11x86NoneNot applicable
Servicemonikersupport.dll4.7.3620.030,19226-Mar-202023:05x86NoneNot applicable
Smsvchost.exe.configNot applicable2,26212-Nov-201909:55Not applicableNoneNot applicable
Sos.dll4.7.3650.0736,64830-Jun-202001:11x86NoneNot applicable
System.componentmodel.dataannotations.dll4.6.1099.0125,76027-Mar-201703:33x86NoneNot applicable
System.core.dll4.7.3650.01,544,98430-Jun-202001:11x86NoneNot applicable
System.data.entity.dll4.7.2102.04,033,74406-Jun-201723:17x86NoneNot applicable
System.web.extensions.dll4.7.3650.01,842,96830-Jun-202001:11x86NoneNot applicable
Webengine4.dll4.7.3650.0543,11230-Jun-202001:11x86NoneNot applicable
Webengine.dll4.7.3650.017,79230-Jun-202001:11x86NoneNot applicable
Wminet_utils.dll4.7.2102.0136,36806-Jun-201723:17x86NoneNot applicable
Workflowservicehostperformancecounters.dll4.7.3570.089,88003-Dec-201923:18x86NoneNot applicable
Wpfgfx_v0400.dll4.7.3650.01,338,76030-Jun-202001:11x86NoneNot applicable
Presentationcore.dll4.7.3650.03,632,00830-Jun-202001:11x86NoneNot applicable
System.data.dll4.7.3630.03,470,63205-Jun-202004:50x86NoneNot applicable
System.printing.dll4.7.3570.0374,03203-Dec-201923:18x86NoneNot applicable
System.transactions.dll4.7.3221.0309,32830-Aug-201822:13x86NoneNot applicable
System.web.dll4.7.3650.05,409,16030-Jun-202001:11x86NoneNot applicable

↑ Back to the top


Information about protection and security

↑ Back to the top


Keywords: Vulnerabilities/exploits/security bulletins, kbContentAuto, kbSupportTopic, atdownload, kbexpertiseinter, kbfix, kblangall, kbmustloc, kbsecbulletin, kbsecreview, kbsecurity, kbsecvulnerability, kbsurveynew, kb, kbbug

↑ Back to the top

Article Info
Article ID : 4569773
Revision : 14
Created on : 8/21/2020
Published on : 8/21/2020
Exists online : False
Views : 285