@samitouri / QOSAMI-WSL / commits / 515e7900

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>

Ben Hillis committed Mar 11, 2026 at 16:39 UTC 515e7900022c8ccd7b379f30e015e5f92596bd96
1 file changed +2 -2
packages.config
+2 -2
@@ -8,8 +8,8 @@
8 <package id="Microsoft.DXCore.Linux.arm64fre" version="10.0.26100.1-240331-1435.ge-release" targetFramework="native" />
9 <package id="Microsoft.Extensions.Hosting" version="10.0.0" />
10 <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" />
13 <package id="Microsoft.RemoteDesktop.Client.MSRDC.SessionHost" version="1.2.6676" />
14 <package id="Microsoft.Taef" version="10.100.251104001" targetFramework="native" />
15 <package id="Microsoft.Windows.ImplementationLibrary" version="1.0.251108.1" targetFramework="native" />