Microsoft has [disclosed two vulnerabilities in its Semantic Kernel agent framework](https://www.microsoft.com/en-us/security/blog/2026/05/07/prompts-become-shells-rce-vulnerabilities-ai-agent-frameworks/) that turned prompts into shells. CVE-2026-26030 allowed remote code execution through the in-memory vector store, and CVE-2026-25592 enabled arbitrary file writes via the SessionsPythonPlugin. The demonstration is the part worth briefing upward: a single injected prompt could execute code on the host running the agent, including launching arbitrary programs. Root causes were ordinary engineering sins given new reach by agents, unsafe eval-style string interpolation and over-exposed tool functions without path validation. Patches are available, with fixes in Python semantic-kernel 1.39.4 and later and .NET 1.71.0 and later. Teams running agent frameworks should confirm versions now. The architectural lesson outlasts the patch. Microsoft's own framing belongs in every agentic AI risk register: your LLM is not a security boundary. Anything an agent can touch through its tools must treat tool parameters as attacker-controlled input, because a poisoned document or webpage is all it takes to supply them.
Tags
TheAICommand. Intelligence, At Your Command.



