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

  • Full Stack Hands-On Development with .NET

    In the fast-paced realm of modern software development, proficiency across a full stack of technologies is not just beneficial, it's essential. Microsoft has an entire stack of open source development components in its .NET platform (formerly known as .NET Core) that can be used to build an end-to-end set of applications.

  • .NET-Centric Uno Platform Debuts 'Single Project' for 9 Targets

    "We've reduced the complexity of project files and eliminated the need for explicit NuGet package references, separate project libraries, or 'shared' projects."

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

Subscribe on YouTube