惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
月光博客
月光博客
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
U
Unit 42
腾讯CDC
爱范儿
爱范儿
J
Java Code Geeks
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
B
Blog
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

GoPenAI - Medium

Group Relative Policy Optimization (GRPO) Your agent fleet can build trustworthy state with their own keys Epistemic Backbone #1: Why AI Systems Need Shared Memory, Not Just Models Transformers Beyond NLP: Fun and Trendy Use Cases Your First Transformer: The Road to Attention Part 4. From Seats to Agents: Early Evidence on the Future of Work in the Agentic AI Era The AI Trust Gap: Why Faster Code Is Creating Less Confidence From Bytes to BPE: A From-Scratch Tour of LLM Tokenization ️ Grok Voice Think Fast 1.0: The First Voice AI That Actually Thinks While Talking Writing Custom Pallas Kernels for vLLM on TPU — A Step-by-Step Guide Contrastive Learning Day 39: Advanced Ensemble Learning Techniques — Stacking, Random Forest, AdaBoost, and Gradient… Localization: Beyond Translation, Into the Territory of Growth Hacking Can We Translate Our Sentiments? Training the first modern architecture encoder for South Slavic languages What Is Data, and Why Does It Matter for AI? A Complete Guide to Prompt Engineering: Best Practices & Tips DeepSeek TileKernels: The Hidden Tech Making AI Models Insanely Fast Can AI Growth Really Become Economic Growth? Evaluating API Test Generation Across Leading AI Tools Pin Clustering in .NET MAUI Maps: Finally Making Maps Usable (With Example) Unsupervised Learning What is an LLM? Tokens, Context Window, and Why They Matter Build a reactive AI agent harness — Part 1. Conversation. From Hallucination to Citation… RAG Made Simple: How AI Finds the Right Answers CLI Coding Agents Tierlist Google Deep Research Max: Build Autonomous AI Research Agents Hermes Agent vs Every AI Assistant: Why Memory Changes Everything I Watched a Startup Burn $1,200 in a Week. The Culprit Was 800 Tokens.
.NET 10.0.7 OOB Security Update: The Kind of Bug You Can’...
Kavathiyakhu · 2026-05-02 · via GoPenAI - Medium
A few days ago, Microsoft released something unusual. Not a scheduled update. Not a monthly patch. 👉 An out-of-band (OOB) security update for .NET 10. And whenever you see an OOB release, it usually means one thing: 👉 Something important needs immediate attention. What Triggered This Update? It all started after the regular .NET 10.0.6 release. Developers began reporting strange issues: Decryption failures Unexpected behavior in applications At first, it looked like a regression. But as Microsoft investigated further, they discovered something more serious: 👉 The issue wasn’t just a bug — it was a security vulnerability ( Microsoft for Developers ) The Core Problem (Simplified) The issue was found in: 👉 Microsoft.AspNetCore.DataProtection This is not just another package. It’s responsible for protecting critical application data like: Authentication cookies Tokens Sensitive payloads And here’s what went wrong: 👉 The encryption system could validate data incorrectly 👉 In some cases, it could accept tampered data as valid ( Microsoft for Developers ) Why This Is Serious This vulnerability is tracked as: 👉 CVE-2026–40372 And it’s not a minor issue. In affected versions (10.0.0 → 10.0.6): Attackers could potentially bypass validation Authentication data could be forged Privileges could be escalated ( Cryptika Cybersecurity ) Think about that for a second. 👉 If authentication data can be trusted incorrectly, your entire application’s security model is at risk. A Simple Scenario (Real-World Thinking) Imagine your application uses authentication cookies. Normally: 👉 The server trusts those cookies because they’re encrypted and validated But with this bug: 👉 A modified cookie might still be accepted Now your system could: Trust a fake user Grant access incorrectly Execute privileged actions And the worst part? 👉 You might not even notice immediately. Why Microsoft Released an “OOB” Update Normally, .NET updates are released on Patch Tuesday . But this time was different. Microsoft released .NET 10.0.7 immediately because: 👉 The issue affected a core security component 👉 It had real-world impact 👉 It couldn’t wait for the next cycle ( Microsoft ) This tells you everything you need to know about the severity. The Fix: What Changed? The update fixes: Incorrect HMAC validation Decryption failures Security vulnerability in Data Protection 👉 Restoring both functionality and security ( Microsoft for Developers ) What You Should Do (Important) If your application uses ASP.NET Core Data Protection: 👉 Update immediately to .NET 10.0.7 Steps: Install latest SDK/runtime Update NuGet packages Rebuild and redeploy Microsoft explicitly recommends upgrading as soon as possible ( Microsoft for Developers ) The Bigger Lesson This update highlights something critical about modern development: 👉 Security issues don’t always come from obvious places Sometimes, they come from: Core libraries Internal mechanisms Trusted components And when those fail: 👉 The impact is much bigger than a simple bug What Developers Should Learn from This This isn’t just about one update. It’s a reminder: Always monitor updates Never ignore security patches Treat OOB releases as urgent Because in production systems: 👉 Stability is important 👉 But security is critical Final Thoughts .NET 10.0.7 is not a feature update. It’s not something you install “later.” It’s the kind of update that reminds us: 👉 Even stable systems can have hidden risks 👉 Even small bugs can become major vulnerabilities And sometimes, the most important releases are the ones that come unexpectedly. 👉 Update early 👉 Stay secure 👉 Keep your systems trustworthy .NET 10.0.7 OOB Security Update: The Kind of Bug You Can’t Afford to Ignore was originally published in GoPenAI on Medium, where people are continuing the conversation by highlighting and responding to this story.