-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
.NET SDK 10.0.103 was released February 10, 2026 with a security fix. The project currently runs on 10.0.101 (latest in Ubuntu 24.04 noble-updates).
Security Fix
CVE-2026-21218 (CVSS 7.5 HIGH): Security feature bypass in System.Security.Cryptography.Cose. An attacker can craft a malicious payload that bypasses COSE signature verification. Classified as CWE-166 (improper handling of missing special element). No known exploitation.
Affects .NET 8.0 (<8.0.24), 9.0 (<9.0.13), and 10.0 (<10.0.3).
Current State
global.json: pins10.0.101withrollForward: latestPatch- Installed SDK: 10.0.101 (latest available in Ubuntu noble-updates)
- The
latestPatchpolicy will auto-use 10.0.103 once installed — no code change needed
Action Required
Once Canonical publishes 10.0.103 to the Ubuntu feed:
sudo apt-get update && sudo apt-get install -y dotnet-sdk-10.0
dotnet --list-sdks # verify 10.0.103Optionally bump global.json pin to 10.0.103 afterward to document the minimum.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels