Skip to content

Commit 515e790

Browse files
benhillisBen Hillis
andauthored
Fix CVE-2026-26127: bump .NET runtime from 10.0.0 to 10.0.4 (#14421)
Addresses Dependabot alerts #10 and #11. The Microsoft.NETCore.App.Runtime packages (win-x64 and win-arm64) at version 10.0.0 are vulnerable to a denial of service via out-of-bounds read when decoding malformed Base64Url input (CVSS 7.5 High). Bumped to 10.0.4 which includes the fix. Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
1 parent 2e75df3 commit 515e790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<package id="Microsoft.DXCore.Linux.arm64fre" version="10.0.26100.1-240331-1435.ge-release" targetFramework="native" />
99
<package id="Microsoft.Extensions.Hosting" version="10.0.0" />
1010
<package id="Microsoft.Identity.MSAL.WSL.Proxy" version="0.1.1" />
11-
<package id="Microsoft.NETCore.App.Runtime.win-arm64" version="10.0.0" />
12-
<package id="Microsoft.NETCore.App.Runtime.win-x64" version="10.0.0" />
11+
<package id="Microsoft.NETCore.App.Runtime.win-arm64" version="10.0.4" />
12+
<package id="Microsoft.NETCore.App.Runtime.win-x64" version="10.0.4" />
1313
<package id="Microsoft.RemoteDesktop.Client.MSRDC.SessionHost" version="1.2.6676" />
1414
<package id="Microsoft.Taef" version="10.100.251104001" targetFramework="native" />
1515
<package id="Microsoft.Windows.ImplementationLibrary" version="1.0.251108.1" targetFramework="native" />

0 commit comments

Comments
 (0)