News

Microsoft Patches .NET Core Security Vulnerability

Microsoft published a security advisory yesterday to warn of a denial-of-service vulnerability in .NET Core and .NET native version 2.0 and provide guidance on how to address it with a new update.

The easiest way for .NET Core developers to dodge the vulnerability is to just use the .NET Core 2.1 Release Candidate 1, just shipped this week during the company's Build developer conference.

"Microsoft is aware of a denial-of-service vulnerability that exists when .NET Framework and .NET Core improperly process XML documents," the company said in its advisory yesterday that announced the release of the .NET Core May 2018 Update to provide a fix. "An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET Framework, .NET Core, or .NET native application.

The update addresses the vulnerability by correcting how .NET Framework, .NET Core, and .NET native applications handle XML document processing."

Note that applications that don't process signed XML are not affected, nor are applications that target .NET Core 1.x or .NET Framework 1.x.

Otherwise, developers working on ASP.NET Core applications are advised to adopt ASP.NET Core 2.0.8.

Developers can get the May update from the .NET Core download page or via NuGet with the Microsoft.AspNetCore.All package.

Otherwise, as mentioned, .NET Core developers can just move on to the new .NET Core 2.1 RC. Microsoft said ".NET Core 2.1 RC 1 includes these fixes. No update is required for .NET Core 2.1 RC 1."

Docker images have also been updated for the May update, Microsoft said.

For more details, consult the CVE-2018-0765: .NET Core Denial Of Service Vulnerability site.

About the Author

David Ramel is an editor and writer for Converge360.

comments powered by Disqus

Featured

  • GitHub Copilot for Azure Gets Preview Glitches

    This reporter, recently accepted to preview GitHub Copilot for Azure, has thus far found the tool to be, well, glitchy.

  • New .NET 9 Templates for Blazor Hybrid, .NET MAUI

    Microsoft's fifth preview of .NET 9 nods at AI development while also introducing new templates for some of the more popular project types, including Blazor Hybrid and .NET MAUI.

  • What's Next for ASP.NET Core and Blazor

    Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has evolved into a mature, fully featured framework. Integral to the ASP.NET Core ecosystem, Blazor offers developers a unique combination of server-side rendering and rich client-side interactivity.

  • Nearest Centroid Classification for Numeric Data Using C#

    Here's a complete end-to-end demo of what Dr. James McCaffrey of Microsoft Research says is arguably the simplest possible classification technique.

  • .NET MAUI in VS Code Goes GA

    Visual Studio Code's .NET MAUI workload, which evolves the former Xamarin.Forms mobile-centric framework by adding support for creating desktop applications, has reached general availability.

Subscribe on YouTube