Security

AI Agent RCE Flaws in Semantic Kernel Explained

3 min read

Summary

Microsoft Defender researchers disclosed two fixed vulnerabilities in Semantic Kernel that could let prompt injection escalate into host-level remote code execution in AI agents. The findings matter because they show how unsafe tool parameter handling in agent frameworks can turn natural language inputs into code execution paths, raising the stakes for organizations building or securing AI-powered apps.

Need help with Security?Talk to an Expert

AI Agent RCE Flaws in Semantic Kernel Explained

Introduction

AI agents are changing enterprise application design, but they also introduce a new execution risk. Microsoft Defender Security Research has detailed how prompt injection in AI agent frameworks can move beyond content manipulation and become host-level remote code execution (RCE) when tools and plugins trust model-generated parameters.

For security teams and developers using agent frameworks, this is an important reminder: once an LLM can call tools, weaknesses in framework logic can directly affect the underlying system.

What’s new

Microsoft disclosed two critical vulnerabilities in the open-source Semantic Kernel framework:

  • CVE-2026-26030: An RCE path involving the In-Memory Vector Store when used with the Search Plugin in its default configuration
  • CVE-2026-25592: An arbitrary file write issue through SessionsPythonPlugin

According to Microsoft, both vulnerabilities have been fixed.

The most notable finding is that exploitation did not require a browser exploit, malicious attachment, or memory corruption bug. In the demonstrated scenario, a single prompt injection was enough to influence tool parameters and trigger code execution on the host.

Why the issue occurred

The research highlights a broader design problem in AI agent frameworks:

  • Agents interpret natural language and map it to tool calls
  • Frameworks often trust parsed model output too much
  • Unsafe parameter handling can create execution sinks
  • Blocklist-based protections can be bypassed in dynamic languages like Python

In the Semantic Kernel case, Microsoft researchers found unsafe string interpolation in a Python lambda expression executed with eval(), combined with a validator that could be bypassed.

Impact on IT and security teams

Organizations experimenting with AI agents, copilots, or custom LLM apps should treat this as a framework security issue, not just an AI safety issue.

Potential exposure is highest where:

  • Semantic Kernel is used in production or internal apps
  • Agents can access plugins, scripts, files, or data stores
  • Prompt injection is possible through user input, documents, or connected content sources
  • Default Search Plugin and In-Memory Vector Store configurations are in use

This research also has implications beyond Semantic Kernel. Many teams use frameworks such as LangChain, CrewAI, or similar orchestration layers, and the same trust model concerns may apply.

Security and platform teams should:

  • Patch affected Semantic Kernel deployments immediately
  • Inventory AI agents and plugins that can execute code, read files, or access sensitive systems
  • Review tool-calling paths for unsafe deserialization, interpolation, or dynamic execution patterns
  • Harden prompt injection defenses and assume hostile input can reach agent tools
  • Audit logs and telemetry for suspicious plugin invocations or unexpected process execution
  • Reduce agent privileges so successful prompt injection cannot easily lead to system compromise

Bottom line

Microsoft’s research shows that in agentic applications, prompt injection can become an execution primitive when frameworks and tools over-trust model output. For defenders, the priority is clear: patch vulnerable frameworks, review plugin design, and apply least privilege before AI agents become a new RCE surface.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Semantic KernelAI agentsprompt injectionremote code executionMicrosoft Defender

Related Posts

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.

Security

Zero Trust for AI: New Microsoft Security Tools

Microsoft has expanded its Zero Trust for AI strategy with new assessment capabilities, a DevSecOps pillar in the Zero Trust Workshop, and practical implementation guidance. The updates help security and platform teams assess AI-related risk, secure AI-assisted development, and build a phased roadmap for adopting Zero Trust controls across AI systems.

Security

CaptiveCrunch Malware Campaign Targets Travelers

Microsoft has disclosed CaptiveCrunch, an active campaign linked to Midnight Blizzard that hijacks traffic on hospitality and captive portal networks to steal credentials and deliver malware. The threat is especially relevant for organizations with frequent travelers because attackers are abusing Entra ID device code flows, fake update prompts, and adversary-in-the-middle phishing to compromise corporate accounts and endpoints.