<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anoop Kulkarni</title>
    <description>The latest articles on DEV Community by Anoop Kulkarni (@anoop_kulkarni_05b9a0f0c1).</description>
    <link>https://dev.to/anoop_kulkarni_05b9a0f0c1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4076758%2F24b48c69-e254-4f87-8248-1cb8a298e7e6.jpg</url>
      <title>DEV Community: Anoop Kulkarni</title>
      <link>https://dev.to/anoop_kulkarni_05b9a0f0c1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anoop_kulkarni_05b9a0f0c1"/>
    <language>en</language>
    <item>
      <title>A deep-dive into CVE-2026-21852 and why prompt injection is an architectural problem, not a prompt engineering one.</title>
      <dc:creator>Anoop Kulkarni</dc:creator>
      <pubDate>Thu, 13 Aug 2026 20:16:08 +0000</pubDate>
      <link>https://dev.to/anoop_kulkarni_05b9a0f0c1/a-deep-dive-into-cve-2026-21852-and-why-prompt-injection-is-an-architectural-problem-not-a-prompt-5hhc</link>
      <guid>https://dev.to/anoop_kulkarni_05b9a0f0c1/a-deep-dive-into-cve-2026-21852-and-why-prompt-injection-is-an-architectural-problem-not-a-prompt-5hhc</guid>
      <description>&lt;p&gt;The attack? A malicious project file tricks the LLM into executing arbitrary shell commands.&lt;/p&gt;

&lt;p&gt;The scary part? This isn't a Cursor bug. It's an architectural problem that exists in every AI agent that reads untrusted data and acts on it.&lt;/p&gt;

&lt;p&gt;Here's why traditional security fails:&lt;/p&gt;

&lt;p&gt;❌ API gateways can't see inside LLM reasoning&lt;br&gt;
❌ WAFs can't regex-match intent &lt;br&gt;
❌ IAM policies see valid credentials, not compromised intent&lt;br&gt;
❌ LLM safety filters are bypassed by design in prompt injection&lt;/p&gt;

&lt;p&gt;The "lethal trifecta":&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Access to sensitive data&lt;/li&gt;
&lt;li&gt;Ability to perform actions&lt;/li&gt;
&lt;li&gt;Exposure to untrusted inputs&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Most production AI agents have all three right now.&lt;/p&gt;

&lt;p&gt;At Enclavia (Enclavia Labs), we don't try to make the LLM "smarter." We insert a hardware-enforced boundary (AWS Nitro Enclaves) between the agent's decision and its execution.&lt;/p&gt;

&lt;p&gt;Every action is evaluated inside a cryptographically isolated TEE. If it's malicious, it's blocked. If it's approved, you get an attestation document proving the evaluation ran untampered.&lt;/p&gt;

&lt;p&gt;Not a log entry. Mathematical proof.&lt;/p&gt;

&lt;p&gt;The policy is bound to the hardware. Even a rogue DevOps engineer can't tamper with it without changing the PCR0 hash — and then AWS KMS mathematically denies access.&lt;/p&gt;

&lt;p&gt;We've built a sandbox where you can try to break our agent. Spoiler: the hardware won't let you.&lt;/p&gt;

&lt;p&gt;👉 Try it: &lt;a href="https://enclavia.xyz/sandbox" rel="noopener noreferrer"&gt;Enclavia Sandbox&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We're also selecting 5 design partners for early access (3 months free, dedicated onboarding, co-marketing case study).&lt;/p&gt;

&lt;p&gt;If you're building AI agents that touch sensitive data or critical systems, let's talk.&lt;/p&gt;

&lt;p&gt;Enjoyed this deep dive? Let's stay connected!&lt;/p&gt;

&lt;p&gt;I share more software engineering insights, projects, and experiments across these platforms:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Connect with me on &lt;a href="https://www.linkedin.com/in/tweetcareers/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Follow me on &lt;a href="https://x.com/EnclaviaLabs" rel="noopener noreferrer"&gt;X&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.enclavia.xyz/blog.html" rel="noopener noreferrer"&gt;Enclavia Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>promptinjection</category>
      <category>agents</category>
      <category>cybersecurity</category>
    </item>
  </channel>
</rss>
