Chronicle/Attacks & incidents

Microsoft details two Semantic Kernel flaws that let prompt injection escalate to code execution

AttackVulnerability disclosureSignificance assistant-drafted

Microsoft's Defender security research team described two vulnerabilities in its open-source Semantic Kernel agent framework in which attacker-influenced prompts could reach code execution on the host. One involved unsafe string interpolation in an in-memory vector store filter; the other exposed a code-execution plugin function that allowed arbitrary file writes outside its sandbox. Both were fixed in updated SDK releases.

Why it matters

Shows that agent framework plumbing, not just the model, can turn a prompt injection into host compromise.

Key facts

As stated in the sources, with where to find them.

  • CVE-2026-26030 affects the Semantic Kernel Python SDK before 1.39.4 (in-memory vector store).Vulnerability sections
  • CVE-2026-25592 affects the .NET SDK before 1.71.0 (SessionsPythonPlugin), enabling file writes to the host filesystem.Vulnerability sections

Findings that cite this record

Key questions this bears on

Sources

Related records