To build powerful applications, developers rely heavily on frameworks like Semantic Kernel, LangChain, and CrewAI. These frameworks act as the operating system for AI agents, abstracting away complex model orchestration. But this convenience comes with a hidden cost: because these frameworks act as a ubiquitous foundational layer, a single vulnerability in how they map AI model outputs to system tools carries systemic risk.
Microsoft's own research team went after the layer under the agents rather than the agents themselves, and found two ways to turn a prompt into code execution in Semantic Kernel: CVE-2026-26030 through the in-memory vector store, and CVE-2026-25592 an arbitrary file write through the Python sessions plugin. One prompt was enough to launch a process on the machine running the agent, with no browser exploit, no attachment and no memory corruption anywhere in the chain. Both are patched. The reason it belongs on this page rather than in a bulletin is the sentence quoted: everything on this page that reads as a product's own flaw is increasingly a flaw in the four or five frameworks every product is built on.