Semantic Kernel Agent RCE Vulnerabilities Guide 2026: When Prompt Injection Becomes Code Execution

Semantic Kernel Agent RCE Vulnerabilities Guide 2026: When Prompt Injection Becomes Code Execution

If you’re building AI agents with Microsoft’s Semantic Kernel, stop and check your version right now. Two critical vulnerabilities — CVE-2026-26030 (CVSS 9.9) and CVE-2026-25592 (CVSS 9.9) — turn prompt injection from a content-quality annoyance into a full host compromise primitive. I’ve spent the last few weeks digging into both exploits, and the implications go far beyond Semantic Kernel itself. Here’s the uncomfortable truth: AI models are not security boundaries. Every parameter an LLM can influence when calling a tool is attacker-controlled input. If your framework passes that input to eval(), a file write function, or a shell command without validation, you’ve built a remote code execution vector that only needs a cleverly crafted prompt to trigger. ...

July 7, 2026 · 6 min · baeseokjae
Crawl4AI RCE Sandbox Escape Guide 2026

Crawl4AI Critical RCE Sandbox Escape Guide 2026: CVE-2026-53753 (CVSS 9.8)

On June 16, 2026, the Crawl4AI project released version 0.8.7 with a fix for CVE-2026-53753 — a pre-authentication remote code execution vulnerability with a CVSS score of 9.8. The exploit requires a single HTTP POST request to the /crawl endpoint, no authentication, and it works against the default Docker image. If you run Crawl4AI in any production or development capacity, this is the most important security update of 2026 for your AI pipeline. ...

July 6, 2026 · 11 min · baeseokjae