WAFPlanet
Security News

Cloudflare Launches EmDash CMS With Sandboxed Plugin Security

Cloudflare released EmDash, an open-source CMS with sandboxed plugin security. The architecture is solid, but the ecosystem gap with WordPress is vast. The real impact may be pushing WordPress toward better plugin isolation.

1 min read
Cloudflare’s new CMS is not a WordPress killer, it’s a WordPress alternative
Cloudflare’s new CMS is not a WordPress killer, it’s a WordPress alternative

A new CMS, built around security

Cloudflare released EmDash this week, an open-source CMS it calls a "spiritual successor to WordPress." The v0.1.0 developer preview is MIT-licensed, built in TypeScript, and runs serverless on Cloudflare Workers or any Node.js server.

The core pitch is security. Cloudflare says 96% of WordPress vulnerabilities come from plugins. The root cause: plugins run in the same execution context as WordPress itself, with full access to the database and filesystem. One bad plugin compromises everything.

EmDash isolates each plugin in its own sandbox. Plugins can only access capabilities they declare in a manifest file. Think OAuth scopes for CMS extensions. This also means plugin authors choose their own license, removing the GPL requirement that WordPress marketplace distribution forces.

Built on Astro, designed for AI agents

Under the hood, EmDash uses Astro for rendering. Themes are standard Astro projects with pages, layouts, and components. The serverless architecture means near-zero hosting costs at low traffic and automatic scaling under load.

The AI angle is baked in from the start. EmDash ships with MCP server integration and programmable interfaces designed for automated content operations. It also supports the x402 payment standard for monetizing agentic traffic. This is Cloudflare betting that the next wave of CMS users will be AI agents, not humans clicking through admin panels.

The skeptics have a point

Industry reaction is mixed. Critics argue EmDash solves infrastructure problems that developers care about, not the daily problems actual CMS users face. Restaurant owners want bookings and SEO. Bloggers want themes and publishing workflows. EmDash has none of that yet.

Patchstack research shows that while WordPress plugin vulnerabilities are common, only 17% are high severity and likely to be exploited at scale. Many affect plugins with minimal install bases. The security problem is real but potentially overstated as a selling point.

The ecosystem gap is the bigger issue. WordPress has 59,000+ plugins and decades of community knowledge. EmDash has zero plugins and a developer preview.

WAFplanet take

The plugin sandboxing architecture is genuinely good security engineering. It is the kind of defense-in-depth thinking we want to see in CMS platforms. If WordPress had been designed this way from the start, the WAF industry would look very different. Products like Wordfence, Patchstack, Sucuri, and MalCare exist largely because WordPress plugin security is broken at the architecture level.

But EmDash replacing WordPress is not happening anytime soon. The real impact will be indirect. If EmDash proves the sandboxed plugin model works, it puts pressure on WordPress to adopt something similar. That would be the bigger win for web security. For now, WordPress WAF providers still have a very long runway ahead of them.