dotnet-core/release-notes/1.1/1.1.13/1.1.13.md

223 lines
13 KiB
Markdown
Raw Normal View History

2019-05-08 03:58:40 +02:00
# .NET Core May Update - May 14, 2019
.NET Core 1.1.13 is available for [download](1.1.13-download.md) and usage in your environment.
* [.NET Core Blog][dotnet-blog]
2019-05-08 23:40:12 +02:00
* [Changes in this release](#changes-in-1113)
2019-05-08 03:58:40 +02:00
* [.NET Core Lifecycle News](#net-core-lifecycle-news)
The .NET Core SDK 1.1.14 includes .NET Core 1.1.13 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.14, running `dotnet --version` will show that you're running version `1.1.14` of the .NET Core tools.
2019-05-14 19:04:47 +02:00
Your feedback is important and appreciated. We've created an issue at [dotnet/core #2727](https://github.com/dotnet/core/issues/2727) for your questions and comments.
2019-05-08 03:58:40 +02:00
## Docker Images
The [.NET Core Docker images](https://hub.docker.com/r/microsoft/dotnet/) have been updated for this release. Look for the updated images for .NET Core 1.1.13 and .NET Core SDK 1.1.14 and read ["Staying up-to-date with .NET Container Images"](https://blogs.msdn.microsoft.com/dotnet/2018/06/18/staying-up-to-date-with-net-container-images/) for details and insights into using the .NET Core images.
## Azure AppServices
* Deployment of .NET Core 1.1.13 to Azure App Services has begun. It will be available in limited regions today and expected worldwide by the end of the week.
## .NET Core Lifecycle News
Ubuntu 14.04 reached the [end of standard support April 2019](https://wiki.ubuntu.com/Releases). We will no longer produce and release packages for this OS version.
2019-05-08 03:58:40 +02:00
.NET Core 1.0 and 1.1, which entered "Maintenance" support status when 2.1 was declared LTS, will be end-of-life June 27, 2019. Updates for the 1.0 and 1.1 channels will no longer be offered after that date. See [.NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core) to learn more about the .NET Core support lifecycle.
See [.NET Core Supported OS Lifecycle Policy](https://github.com/dotnet/core/blob/master/os-lifecycle-policy.md) to learn about Windows, macOS and Linux versions that are supported for each .NET Core release.
## Changes in 1.1.13
* [CVE-2019-0820: .NET Core Tampering Vulnerability](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2019-0820)
2019-05-08 03:58:40 +02:00
2019-05-13 21:54:27 +02:00
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core 1.0, 1.1, 2.1 and 2.2. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A denial of service vulnerability exists when .NET Core improperly process RegEx strings. An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET application.
A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to a .NET Core application.
The update addresses the vulnerability by correcting how .NET Core applications handle RegEx string processing.
2019-05-08 23:40:12 +02:00
**Affected Package and Binary updates**
2019-05-08 23:40:12 +02:00
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
2019-05-13 21:54:27 +02:00
System.Text.RegularExpressions.dll | 4.3.0 | 4.3.1
* [CVE-2019-0980: ASP.NET Core Denial of Service Vulnerability](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2019-0980)
2019-05-08 03:58:40 +02:00
2019-05-13 21:54:27 +02:00
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core and ASP.NET Core 1.0, 1.1, 2.1 and 2.2. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A denial of service vulnerability exists when .NET Core and ASP.NET Core improperly handle web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET Core and ASP.NET Core application. The vulnerability can be exploited remotely, without authentication.
A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to a .NET Core application.
The update addresses the vulnerability by correcting how .NET Core and ASP.NET Core web applications handle web requests.
2019-05-08 23:40:12 +02:00
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
2019-05-13 21:54:27 +02:00
System.Private.Uri | 4.3.0, 4.3.1 | 4.3.2
* [CVE-2019-0981: ASP.NET Core Denial of Service Vulnerability](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2019-0981)
2019-05-08 03:58:40 +02:00
2019-05-13 21:54:27 +02:00
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core and ASP.NET Core 1.0, 1.1, 2.1 and 2.2. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability.
A denial of service vulnerability exists when .NET Core and ASP.NET Core improperly handle web requests. An attacker who successfully exploited this vulnerability could cause a denial of service against a .NET Core and ASP.NET Core application. The vulnerability can be exploited remotely, without authentication.
A remote unauthenticated attacker could exploit this vulnerability by issuing specially crafted requests to a .NET Core application.
The update addresses the vulnerability by correcting how .NET Core and ASP.NET Core web applications handle web requests.
2019-05-08 03:58:40 +02:00
**Affected Package and Binary updates**
Package name | Vulnerable versions | Secure versions
------------ | ------------------- | -------------------------
2019-05-13 21:54:27 +02:00
System.Private.Uri | 4.3.0, 4.3.1 | 4.3.2
2019-05-08 03:58:40 +02:00
## Package and Binary updates
Package name | Version
:----------- | :----------------
2019-05-08 23:40:12 +02:00
Microsoft.NETCore.App|1.1.13
Microsoft.NETCore.DotNetHost|1.1.13
Microsoft.NETCore.DotNetHostPolicy|1.1.13
Microsoft.NETCore.DotNetHostResolver|1.1.13
Microsoft.NETCore.ILAsm|1.1.13
Microsoft.NETCore.ILDAsm|1.1.13
Microsoft.NETCore.Jit|1.1.13
Microsoft.NETCore.Runtime.CoreCLR|1.1.13
Microsoft.NETCore.TestHost|1.1.13
Microsoft.Private.PackageBaseline|1.0.1-servicing-27618-01
runtime.debian.8-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.Jit|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.debian.8-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.Jit|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.debian.9-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.Jit|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.fedora.24-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.Jit|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.fedora.27-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.Jit|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.fedora.28-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.Jit|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.opensuse.42.1-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.Jit|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.opensuse.42.3-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.Jit|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.osx.10.10-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.Jit|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.rhel.7-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Jit|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.ubuntu.14.04-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Jit|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.ubuntu.16.04-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.Jit|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.ubuntu.18.04-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.unix.System.Net.Primitives|4.3.1
runtime.unix.System.Private.Uri|4.3.2
runtime.win.System.Net.Primitives|4.3.1
runtime.win10-arm64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.win10-arm64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.win10-arm64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.win10-arm64.Microsoft.NETCore.ILAsm|1.1.13
runtime.win10-arm64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.win10-arm64.Microsoft.NETCore.Jit|1.1.13
runtime.win10-arm64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.win10-arm64.Microsoft.NETCore.TestHost|1.1.13
runtime.win7.System.Private.Uri|4.3.2
runtime.win7-x64.Microsoft.NETCore.DotNetHost|1.1.13
runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.win7-x64.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.win7-x64.Microsoft.NETCore.ILAsm|1.1.13
runtime.win7-x64.Microsoft.NETCore.ILDAsm|1.1.13
runtime.win7-x64.Microsoft.NETCore.Jit|1.1.13
runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.win7-x64.Microsoft.NETCore.TestHost|1.1.13
runtime.win7-x86.Microsoft.NETCore.DotNetHost|1.1.13
runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy|1.1.13
runtime.win7-x86.Microsoft.NETCore.DotNetHostResolver|1.1.13
runtime.win7-x86.Microsoft.NETCore.ILAsm|1.1.13
runtime.win7-x86.Microsoft.NETCore.ILDAsm|1.1.13
runtime.win7-x86.Microsoft.NETCore.Jit|1.1.13
runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR|1.1.13
runtime.win7-x86.Microsoft.NETCore.TestHost|1.1.13
System.Net.Primitives|4.3.1
System.Private.Uri|4.3.2
System.Text.RegularExpressions|4.3.1
2019-05-08 03:58:40 +02:00
2019-05-14 19:04:47 +02:00
[dotnet-blog]: https://devblogs.microsoft.com/dotnet/net-core-may-2019/