.NET Framework October 1, 2020 Cumulative Update Preview Update for Windows 10, version 2004 and Windows Server, version 2004

Tara Overfield

Revised 1/15/2021:  Added known issues details for ASP.Net applications may not deliver cookieless tokens in the URI

Today, we are releasing the September 2020 Cumulative Update Preview Updates for .NET Framework.

Quality and Reliability

This release contains the following quality and reliability improvements.

ASP.NET
  • Disabled resuse of AppPathModifier in ASP.Net control output.
  • HttpCookie objects in the ASP.Net request context will be created with configured defaults for cookie flags instead instead of .Net.NET-style primitive defaults to match the behavior of `new HttpCookie(name)`.
CLR1
  • Added a CLR config variable Thread_AssignCpuGroups (1 by default) that can be set to 0 to disable automatic CPU group assignment done by the CLR for new threads created by Thread.Start() and thread pool threads, such that an app may do its own thread-spreading.
  • Addressed a rare data corruption that can occur when using new API’s such as Unsafe.ByteOffset which are often used with the new Span types. The corruption could occur when a GC operation is performed while a thread is calling Unsafe.ByteOffset from inside of a loop.
  • Addressed an issue regarding timers with very long due times ticking down much sooner than expected when the AppContext switch “Switch.System.Threading.UseNetCoreTimer” is enabled.
SQL
  • Addressed a failure that sometimes occured when a user connected to one Azure SQL database, performed an enclave based operation, and then connected to another database under the same server that has the same Attestation URL and performed an enclave operation on the second server.
WCF2
  • Addressed an issue with WCF services sometimes failing to start when starting multiple services concurrently.
Windows Forms
  • Addressed a regression introduced in .NET Framework 4.8, where Control.AccessibleName, Control.AccessibleRole, and Control.AccessibleDescription properties stopped working for the following controls:Label,GroupBox,ToolStrip,ToolStripItems,StatusStrip,StatusStripItems,PropertyGrid,ProgressBar,ComboBox,MenuStrip,MenuItems,DataGridView.
  • Addressed a regression in accessible name for combo box items for data bound combo boxes. .NET Framework 4.8 RTM started using type name instead of the value of the DisplayMember property as an accessible name, this fiximprovement uses the DisplayMember again.

1 Common Language Runtime (CLR) 2 Windows Communication Foundation (WCF)

Known issues in this security update

ASP.Net applications fail during precompilation with error message

Symptoms After you apply this October 13, 2020 Security and Quality Rollup for .NET Framework 4.8, some ASP.Net applications fail during precompilation. The error message that you receive will likely contain the words “Error ASPCONFIG.”

Cause An invalid configuration state in either the “sessionState,” “anonymouseIdentification,” or “authentication/forms” sections of “System.web” configuration. This might occur during build-and-publish routines if configuration transformations leave the Web.config file in an intermediate state for precompilation.

Workaround Customers who observe new unexpected failures or functional issues can implement an application setting by adding (or merging) the following code to the application configuration file. Setting either “true” or “false” will avoid the issue. However, we recommend that you set this value to “true” for sites that do not rely on cookieless features.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
      <appSettings>
          <add key=”aspnet:DisableAppPathModifier” value=”true” />
     </appSettings>
</configuration>

ASP.Net applications may not deliver cookieless tokens in the URI

Symptoms After you apply this October 1, 2020 Security and Quality Rollup for .NET Framework 4.8, some ASP.Net applications may not deliver cookieless tokens in the URI, possibly resulting in 302-redirect loops or lost or missing session state.

Cause The ASP.Net features for Session State, Anonymous Identification, and Forms Authentication all rely on issuing tokens to a web client, and they all allow the option for those tokens to be delivered in a cookie or embedded in the URI for clients that don’t support cookies. The URI-embedding has long been an insecure and disrecommended practice and this KB quietly disables issuing tokens in URI’s unless one of these three features explicitly requests a cookie mode of “UseUri” in configuration. Configurations that specify “AutoDetect” or “UseDeviceProfile” may inadvertently result in attempted and failed embedding of these tokens in the URI.

Workaround Customers who observe new unexpected behavior are recommended to change all three cookieless settings to “UseCookies” if possible.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
     <system.web>
          <anonymousidentification cookieless="UseCookies" />
          <sessionState cookieless="UseCookies" />
          <authentication>
               <forms cookieless="UseCookies" />
          </authentication>
     </system.web>
</configuration>

If an application absolutely must continue using URI-embedded tokens and can do so safely, then they can be re-enabled with the following appSeting. But again, it is highly recommended to move away from embedding these tokens in URI’s.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
     <appSettings>
          <add key="aspnet:DisableAppPathModifier" value="false" />
     </appSettings>
</configuration>

Getting the Update

The Cumulative Update Preview is available via Windows Update and Microsoft Update Catalog.

Microsoft Update Catalog

You can get the update via the Microsoft Update Catalog. For Windows 10, NET Framework 4.8 updates are available via Windows Update and Microsoft Update Catalog. Updates for other versions of .NET Framework are part of the Windows 10 Monthly Cumulative Update.

**Note**: Customers that rely on Windows Update will automatically receive the .NET Framework version-specific updates. Advanced system administrators can also take use of the below direct Microsoft Update Catalog download links to .NET Framework-specific updates. Before applying these updates, please ensure that you carefully review the .NET Framework version applicability, to ensure that you only install updates on systems where they apply.

The following table is for Windows 10 and Windows Server 2016+ versions.

Product Version Cumulative Update
Windows 10 2004 and Windows Server, version 2004
.NET Framework 3.5, 4.8 Catalog 4576945

 

Previous Cumulative Updates

The last few .NET Framework updates are listed below for your convenience:

8 comments

Discussion is closed. Login to edit/delete existing comments.

  • S T 0

    Hello Microsoft.

    Looking forward to .NET 5.0 but we also need to know how to block the installation on those application servers where its not supported.

    Is the registry key to block it, “BlockNetFrameWork50” and set the value to “1” ?

  • ali ahmadi 0

    The framework is used in millions of mission critical projects around the world. It cannot be used as a sandbox for learners. but at last thanks and i use some of your details in my same project : هتل استقلال تهران

  • inga trunova 0

    Thank you for the information, it is really interesting. But I still don’t understand what real purposes this application can be used for. Will this application is used in some kind of fraud?)
    Create products that can encrypt face recognition algorithms, you can always expect something like that. In such cases, https://alpacked.io/services/cloud-managed-services will help you.

  • Raadina Travel 0

    Thank you for the information, it is really interesting. The framework is used in millions of mission critical projects around the world. https://raadinahealth.com/

  • Samira Heydarifar 0

    i think it was really helpful. thank you for sharing it

  • Zahra Taremian 0

    it is really interesting. You can read similar articles in https://ghasedak24.com/

  • Mystery Man 0

    My computers are installing this prerelease update without my authorization. I certainly don’t appreciate it.

    Thankfully, another update (“2020-10 Cumulative Update Preview for Windows 10 Version 20H2 for x64-based Systems (KB4580364)”) is not exhibiting this poor conduct.

  • Mohammad reza Adibian 0

    nice to have the user friendly website for tourism product in Iran and also air plane charter ticket and paid online or paid when you come to Iran.
    05138598151
    09151150750
    air ticket

Feedback usabilla icon