MS Emergency ASP.NET Patch for macOS/Linux

💡Critical ASP.NET auth flaw patched—update macOS/Linux .NET apps before exploits hit.
⚡ 30-Second TL;DR
What Changed
Emergency security update from Microsoft for ASP.NET.
Why It Matters
Critical for .NET web app devs on non-Windows platforms; prevents exploits in production environments. Enhances cross-platform security posture amid growing .NET adoption.
What To Do Next
Run 'dotnet --update' on macOS/Linux ASP.NET apps to apply the security patch now.
Key Points
- •Emergency security update from Microsoft for ASP.NET.
- •Impacts macOS and Linux deployments specifically.
- •Vulnerability exploits failed authentication scenarios.
- •Potential for very serious consequences if unpatched.
🧠 Deep Insight
Web-grounded analysis with 4 cited sources.
🔑 Enhanced Key Takeaways
- •The vulnerability, identified as CVE-2026-40372 with a CVSS score of 9.1, is a regression introduced in the .NET 10.0.6 package released during the April 14, 2026, Patch Tuesday.
- •The flaw specifically affects the ManagedAuthenticatedEncryptor library within the Microsoft.AspNetCore.DataProtection NuGet package, causing it to compute HMAC validation tags over incorrect payload offsets on non-Windows operating systems.
- •Mitigation requires more than just updating to version 10.0.7; developers must also rebuild applications to incorporate the fix and are strongly advised to rotate their DataProtection key rings to invalidate any tokens potentially forged during the vulnerable window.
🛠️ Technical Deep Dive
- •Vulnerability Type: Improper Verification of Cryptographic Signature (CWE-347).
- •Affected Component: Microsoft.AspNetCore.DataProtection NuGet package (versions 10.0.0 through 10.0.6).
- •Root Cause: A regression in the ManagedAuthenticatedEncryptor library causes HMAC validation tags to be computed over incorrect bytes, leading to the potential acceptance of forged payloads.
- •Impact: Allows attackers to forge authentication cookies, anti-forgery tokens, and decrypt previously-protected payloads, potentially leading to privilege escalation.
- •Platform Specificity: Primarily impacts Linux, macOS, and other non-Windows OS environments; Windows systems are generally unaffected unless they explicitly opt into managed algorithms via the UseCustomCryptographicAlgorithms API.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
📎 Sources (4)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Ars Technica ↗



