The AI Infrastructure Layer Has the Same Old Problems
Dify is one of the most popular platforms for building AI agents and AI-powered applications. 146,000 GitHub stars. Over one million applications built on it. Companies use it to deploy customer-facing AI assistants, internal knowledge bases, and autonomous workflows. It is, by adoption metrics, a foundational piece of AI infrastructure — the way WordPress became foundational to web publishing.
On June 24, 2026, researchers disclosed DifyTap: four vulnerabilities that allow cross-tenant data exposure on Dify's multi-tenant cloud. CVE-2026-41947 carries a CVSS of 9.1. CVE-2026-41948 scores 9.4 — and remains unpatched as of this writing. An attacker on one Dify tenant could read private AI conversations from other tenants' applications, preview their documents, and reach internal APIs.
Multi-Tenant Isolation Is Not Optional
The DifyTap vulnerabilities are not exotic. They are multi-tenant isolation failures — the same class of bug that plagued SaaS platforms a decade ago. Tenant A can see Tenant B's data. The attack requires no special access: an attacker simply needs a valid account on the same Dify cloud instance. This is the security equivalent of a hotel where every room key opens every door.
Three of the four vulnerabilities were partially addressed in Dify v1.14.2. One — the CVSS 9.4 — remains open. For organizations running Dify in production with customer-facing AI assistants, this means their users' conversations may be accessible to other tenants on the same infrastructure. The data at risk includes prompts, responses, uploaded documents, and API keys embedded in workflows.
AI Readiness Is a Security Question
WebPulse scores 22 web frameworks on an AI-Readiness dimension. The conventional interpretation is capability: can the framework serve AI agents, handle structured data, support modern protocols? DifyTap demonstrates that AI readiness has a security dimension that most evaluations ignore. The platforms companies choose to build AI applications on carry their own vulnerability surface — and that surface is immature.
WordPress accumulated 18,335 CVEs over 23 years. Dify has four critical CVEs in its first two years of significant adoption. The vulnerability density is not comparable yet. But the pattern is: rapid adoption outpaces security maturation. The AI infrastructure layer is repeating the early web's mistakes — shipping features first, discovering multi-tenant isolation bugs after a million applications are already deployed.
What CTOs Should Ask
For every organization deploying AI agents on third-party platforms: what happens when the platform leaks your customers' conversations? DifyTap is not theoretical. It is a confirmed, critical-severity data exposure in production infrastructure that a million applications depend on. The framework choice for your AI layer carries the same risk calculus as your web framework choice — and right now, the AI layer is younger, less audited, and more exposed.


