add sec content

This commit is contained in:
Lee Coward 2019-04-09 12:14:25 -07:00
parent a63a723db1
commit 61bcf8d6e6

View file

@ -56,6 +56,13 @@ See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blo
.NET Core 2.2.4 release carries both security and non-security fixes.
### Microsoft Security Advisory CVE-2019-0815: ASP.NET Core denial of service vulnerability
[aspnet/Announcements#352](https://github.com/aspnet/Announcements/issues/352)
Microsoft is releasing this security advisory to provide information about a vulnerability in public ASP.NET Core 2.2. This advisory also provides guidance on what developers can do to update their applications correctly.
Microsoft is aware of a security vulnerability in all public versions of ASP.NET Core where, if an application is hosted on Internet Information Server (IIS) a remote unauthenticated attacker can use a specially crafted request can cause a Denial of Service. The security update addresses the vulnerability by ensuring the IIS worker process does not crash in response to specially crafted requests.
### Additional fixes in this release
* [CoreCLR](https://github.com/dotnet/coreclr/issues?utf8=%E2%9C%93&q=milestone%3A2.2.4+label%3Aservicing-approved)
* [CoreFX](https://github.com/dotnet/corefx/issues?utf8=%E2%9C%93&q=milestone:2.2.4+label:servicing-approved)