<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Security | VentureBeat</title>
        <link>https://venturebeat.com/category/security/feed/</link>
        <description>Transformative tech coverage that matters</description>
        <lastBuildDate>Wed, 03 Jun 2026 06:00:13 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright 2026, VentureBeat</copyright>
        <item>
            <title><![CDATA[Microsoft launches MXC, an OS-level sandbox for AI agents, with OpenAI and Nvidia already on board]]></title>
            <link>https://venturebeat.com/security/microsoft-launches-mxc-an-os-level-sandbox-for-ai-agents-with-openai-and-nvidia-already-on-board</link>
            <guid isPermaLink="false">5lEA8BoEKR9x9BP7gxCkZO</guid>
            <pubDate>Tue, 02 Jun 2026 16:30:00 GMT</pubDate>
            <description><![CDATA[<p>For the past two years, the technology industry has raced to make AI agents more capable — teaching them to write code, navigate software interfaces, manage files, and orchestrate multi-step workflows with increasing autonomy. What the industry has not done, at least not with any consistency, is answer the question that keeps chief information security officers awake at night: what happens when an agent goes wrong?</p><p>On Tuesday at its annual <a href="https://news.microsoft.com/build-2026/">Build</a> developer conference, Microsoft offered what may become the definitive answer. The company introduced <a href="https://aka.ms/Windows-Build2026">Microsoft Execution Containers</a>, or MXC — a policy-driven execution layer, built into the Windows operating system itself, that lets developers and IT administrators declare exactly what an AI agent can and cannot access, with those boundaries enforced at runtime by the OS kernel.</p><p>The announcement, <a href="https://aka.ms/Windows-Build2026">buried within a sweeping set of developer-focused updates</a>, is arguably the most consequential platform move Microsoft made at Build this year, and it has the potential to reshape how every enterprise on Earth thinks about deploying autonomous AI software.</p><p>MXC is not a product you buy. It is an SDK and a policy model — a foundational primitive embedded in Windows and the Windows Subsystem for Linux — that provides what Microsoft calls a &quot;<a href="https://aka.ms/Windows-Build2026">composable sandbox spectrum</a>.&quot; That spectrum ranges from lightweight process isolation, already adopted by GitHub Copilot&#x27;s command-line interface, all the way up to micro-virtual machines, Linux containers, and full cloud instances running on Windows 365.</p><p>The system separates an agent&#x27;s execution from the user&#x27;s desktop, clipboard, user interface, and input devices. Critically, it binds every agent to a strong identity — either a local ID or a cloud-provisioned identity backed by Microsoft Entra — so that every action the agent takes can be attributed, audited, and governed.</p><p>The implications are enormous. Until now, the enterprise deployment of AI agents has been stuck in a paradox: the more autonomous and useful an agent becomes, the more dangerous it is to let it operate on a corporate network without guardrails. MXC is Microsoft&#x27;s attempt to break that paradox — not by making agents less capable, but by making the environment they operate in fundamentally more controlled.</p><h2>Why every autonomous AI agent is a security incident waiting to happen</h2><p>To understand why MXC matters, consider what an AI agent actually does when it runs on your computer. Unlike a traditional application, which operates within well-understood boundaries — a word processor reads and writes documents, a browser fetches web pages — an AI agent is, by design, unpredictable. It receives a goal in natural language, reasons about how to achieve it, and then takes actions: opening files, executing code, calling APIs, browsing the web, interacting with other software. Each of those interactions creates what security professionals call &quot;attack surface.&quot;</p><p>Microsoft&#x27;s own blog post framed the challenge in stark terms. The company wrote that &quot;as agents become more capable and autonomous, they&#x27;re delivering material productivity gains. But they&#x27;re also introducing new risk, and the issue isn&#x27;t just the agent. It&#x27;s the entire system the agent operates across.&quot; Every interaction between agents and humans, tools, applications, models, and other agents &quot;exposes new attack surface and introduces different failure modes.&quot; Microsoft characterized this as &quot;a multi-layer systems problem.&quot;</p><p>This is not a theoretical concern. In the months leading up to <a href="https://news.microsoft.com/build-2026/">Build</a>, security researchers demonstrated numerous ways that AI agents could be manipulated — through prompt injection, through malicious tool calls, through data exfiltration disguised as normal workflow. For enterprises that handle sensitive data, proprietary models, and regulated information, the absence of a trusted execution environment has been the single biggest barrier to moving agents from demo to deployment.</p><h2>Microsoft&#x27;s answer is a sandbox that scales from a single process to a full virtual machine</h2><p>MXC operates on a deceptively simple principle: declare what the agent can do before it runs, and let the operating system enforce those declarations at runtime. A developer or an IT administrator writes a policy that specifies which files, directories, and network resources an agent is allowed to access. MXC then creates a contained execution environment — a sandbox — that enforces those boundaries regardless of what the agent attempts to do.</p><p>What makes MXC unusual, and potentially very powerful, is the breadth of its isolation options. Microsoft designed the system so that a single SDK and policy model can map to the appropriate isolation construct for any given workload. For a lightweight coding assistant that just needs to read the current project directory, fast process isolation may be sufficient. For an autonomous agent that executes arbitrary code downloaded from the internet, a full micro-VM may be required. The system is designed to be &quot;dynamically composable based on intent and risk,&quot; meaning that the level of isolation can be adjusted based on what the agent is actually doing, not just what category it falls into.</p><p>Session isolation is a particularly important feature. MXC separates the agent&#x27;s execution from the user&#x27;s desktop, clipboard, UI, and input devices. This directly mitigates several classes of attacks that security researchers have identified as particularly dangerous for AI agents: UI spoofing, where an agent manipulates what the user sees to trick them into approving a malicious action; input injection, where an agent sends keystrokes or mouse clicks to other applications; and cross-session data leakage, where information from one user&#x27;s session bleeds into another.</p><h2>A live demo showed an AI agent trying to delete files — and failing, because the OS wouldn&#x27;t let it</h2><p>During a pre-briefing with VentureBeat the night before the announcement, a Microsoft developer offered a vivid demonstration of the technology in action. He had set up the open-source agent framework <a href="https://openclaw.ai/">OpenClaw</a> running inside MXC&#x27;s sandbox on his personal development machine. He then instructed the agent to delete all the files on his desktop. The agent attempted to comply — but the sandbox prevented it. &quot;If you look at my desktop here, you see how clean my desktop is,&quot; the developer said during the demo. &quot;That&#x27;s a lie.&quot; The files, he explained, were completely safe because &quot;the container won&#x27;t allow it.&quot;</p><p>The demonstration went further, showcasing the granularity of MXC&#x27;s controls. Users can mark specific files as read-only for the agent, restrict access to the browser and screen capture, control whether the agent can see location data, and have all of those permissions managed centrally by an enterprise IT department through Intune policies. The agent operates inside what is effectively a one-way mirror: it can do the work it has been asked to do, but it cannot see or touch anything outside the boundaries that its policy defines.</p><p>Pavan Davuluri, Microsoft&#x27;s Executive Vice President for Windows and Devices, underscored during the pre-briefing that the primitives MXC introduces — security, containment, isolation, and user control — are essential to making AI agents commercially viable.</p><p>He emphasized that these capabilities are &quot;not unique to OpenClaw&quot; and that &quot;this pattern repeats itself over and over&quot; for any agent running on a Windows device. The primitives that exist in the operating system now &quot;for the file around security, containment, isolating them, having users in control,&quot; he said, are what will make agents safe enough for ordinary consumers and corporate deployments alike.</p><h2>Defender, Entra, Intune, and Purview integration arriving in July turns MXC into an enterprise control plane</h2><p>For corporate IT departments, the most significant element of the <a href="https://openclaw.ai/">MXC announcement</a> is not the SDK itself but its integration with Microsoft&#x27;s existing enterprise security stack through what the company calls Agent 365. Arriving in preview in July, <a href="https://www.microsoft.com/en-us/microsoft-agent-365">Agent 365</a> layers Microsoft&#x27;s Entra identity service and Intune device management platform on top of MXC, so that IT administrators can govern agent containment centrally while developers choose the level of isolation their workload demands.</p><p>The integration goes further: <a href="https://www.microsoft.com/en-us/microsoft-365/microsoft-defender-for-individuals">Microsoft Defender</a> will provide runtime threat protection, <a href="https://www.microsoft.com/en-us/security/business/microsoft-entra">Entra</a> will handle identity and access management, Intune will enforce device-level policies, and <a href="https://www.microsoft.com/en-us/security/business/microsoft-purview">Microsoft Purview</a> will extend its data governance and compliance capabilities to agent activity. This means that an enterprise could, in theory, allow employees to run AI agents on their corporate machines — even powerful, autonomous agents that execute code and manage files — while maintaining the same kind of centralized visibility and control that IT departments currently have over traditional applications.</p><p>Microsoft described the identity layer in its <a href="https://aka.ms/Windows-Build2026">official blog</a>: &quot;Windows assigns agents a local ID or a cloud provisioned identity backed by Entra and attributes all activity from the container to that identity, so you can clearly differentiate human from agent.&quot; For regulated industries — financial services, healthcare, government — the ability to produce an audit trail that distinguishes between human actions and agent actions on the same machine could prove to be a regulatory requirement, not merely a nice-to-have feature. Every agent action attributable to a specific identity, every containment boundary enforceable through the same policy infrastructure that already governs hundreds of millions of Windows devices — this is the architecture that could finally move AI agents from pilot programs to production.</p><h2>OpenAI, Nvidia, Manus, and Nous Research are already building on MXC — and that changes the calculus</h2><p>Platform announcements at developer conferences are often aspirational. What distinguishes the MXC launch is the breadth and specificity of the partners already building on it. Microsoft named five: <a href="https://openai.com/">OpenAI</a>, <a href="https://www.nvidia.com/en-us/">Nvidia</a>, <a href="https://manus.im/">Manus</a>, <a href="https://nousresearch.com/">Nous Research</a> (maker of the Hermes agent), and the <a href="https://openclaw.ai/">OpenClaw</a> open-source project. Each is integrating MXC in a distinct way that illuminates a different use case for the technology.</p><p>OpenAI&#x27;s involvement is particularly striking. David Wiesen, a member of OpenAI&#x27;s technical staff, said that &quot;working with Microsoft on the Microsoft Execution Containers (MXC) allows us to explore new patterns for AI agents to safely and efficiently generate and execute code.&quot; He added that by combining Codex&#x27;s capabilities with MXC&#x27;s execution environment, the goal is &quot;to help developers move from intent to reliable execution faster, while maintaining the security and control enterprises need.&quot; The reference to <a href="https://openai.com/codex/">Codex</a> — OpenAI&#x27;s code-generation agent — suggests that MXC could become the default execution environment for one of the most widely anticipated agent products in the industry.</p><p>Nvidia is bringing its <a href="https://docs.nvidia.com/openshell/home">OpenShell framework</a> to Windows built on MXC, providing what Microsoft described as &quot;an easy-to-deploy package for autonomous, always-on agents safely.&quot; Manus, the Chinese-born AI agent startup that gained viral attention earlier this year, is also integrating. Tao Zhang, Manus&#x27;s Chief Product Officer, said that MXC &quot;gives developers a policy-driven way to define what an agent can access and enforce those boundaries at runtime, so more autonomous agents can operate safely in enterprise environments.&quot; And Dillon Rolnick, the CEO of Nous Research, offered what may be the most concise articulation of why MXC matters: &quot;Continuously-running local agents, like Hermes Agent, require intentional isolation. Developers need control over what an agent can access and trust that those controls will hold.&quot;</p><h2>How an open-source agent framework became Microsoft&#x27;s proving ground for AI safety on Windows</h2><p>One of the more revealing stories behind the MXC announcement involves <a href="https://openclaw.ai/">OpenClaw</a>. During the press pre-briefing, a Microsoft developer described how the partnership came together organically — Peter Steinberger, OpenClaw&#x27;s creator, sent him a direct message in January expressing interest in collaborating. What began as a casual conversation evolved into a full-fledged platform partnership, with Microsoft developers contributing to the OpenClaw Windows companion app, built as a native WinUI application rather than a wrapped web app.</p><p>The OpenClaw integration serves as what Scott called &quot;the ultimate test app for all the stuff that [the Windows platform team] is making.&quot; If OpenClaw — which by its nature gives agents broad autonomy to execute tasks on a user&#x27;s machine — can run securely within MXC&#x27;s containment boundaries, then the containment system is robust enough for any agent. Scott explained the philosophy driving the work: &quot;Think of OpenClaw Windows as the ultimate test app... If OpenClaw can succeed on Windows, that means that the Linux support is there, the container support is there, the containment is there.&quot;</p><p>The companion app demonstrates the full spectrum of MXC&#x27;s enterprise controls — file permissions, network access, screen capture restrictions, location data — all manageable centrally through Intune policies. Microsoft donated the project to OpenClaw and plans to continue contributing to it as open source. As one member of the Windows leadership team put it during the briefing: &quot;All agents, all comers, everyone is welcome on Windows... It&#x27;s going to run great on Windows, because the primitives are there. The base of the pyramid is solid.&quot;</p><h2>Building containment into the OS gives Microsoft a strategic edge over Apple&#x27;s walled garden and Google&#x27;s cloud-first model</h2><p>MXC arrives at a moment when the technology industry is grappling with a fundamental tension. AI agents represent what may be the most significant new category of software since mobile applications, and every major technology company is racing to build them. But the security and governance infrastructure required to deploy these agents responsibly in enterprise environments barely exists. Microsoft&#x27;s approach is distinctive because it locates the trust layer at the operating system level rather than in the agent framework, the model provider, or a third-party security product.</p><p>This is a deliberate architectural choice. By building containment into Windows itself, Microsoft ensures that the security guarantees hold regardless of which agent, which model, or which framework a developer chooses.</p><p>It also means that the hundreds of millions of Windows devices already managed through <a href="https://www.microsoft.com/en-us/security/business/microsoft-intune">Intune</a> and secured through <a href="https://www.microsoft.com/en-us/microsoft-365/microsoft-defender-for-individuals">Defender</a> can, in principle, become agent-ready through a software update rather than a rip-and-replace deployment.</p><p>Apple&#x27;s approach to AI agents leans heavily on its walled-garden ecosystem, offering security through restriction — limiting which agents can run and what they can do. Google&#x27;s approach, centered on its cloud infrastructure, offers security through centralization. Microsoft&#x27;s approach offers security through declaration and enforcement — allowing any agent to run, but containing its impact through OS-level policy.</p><p>For enterprises that operate in heterogeneous environments with diverse toolchains and multiple AI providers, the Microsoft model may prove the most practical. The competitive dynamics are already shifting: with OpenAI&#x27;s <a href="https://openai.com/codex/">Codex</a>, Nvidia’s <a href="https://build.nvidia.com/openshell">OpenShell</a>, and independent agent frameworks like <a href="https://manus.im/">Manus</a> and <a href="https://hermes-agent.nousresearch.com/">Hermes</a> all building on MXC, Microsoft is positioning Windows not just as the platform where agents run, but as the platform where agents can be trusted to run.</p><h2>The hardest part isn&#x27;t building the sandbox — it&#x27;s writing the policies that go inside it</h2><p>MXC is available now in early preview, meaning developers can begin building against the SDK and testing containment policies. The Agent 365 integration with Defender, Entra, Intune, and Purview is scheduled for preview in July — a timeline aggressive enough to suggest that much of the engineering work is already done, but far enough out to allow for refinement based on developer feedback.</p><p>The real test, however, will come when enterprises begin deploying agents at scale on production networks. Containment is only as good as the policies that govern it, and writing effective agent policies for complex enterprise environments will be an entirely new discipline — one that IT departments have not yet developed and that no vendor has yet figured out how to teach. The technology is promising, but an empty sandbox is just an empty box. Filling it with the right rules, for the right agents, in the right contexts, will require a level of organizational sophistication that most companies are only beginning to contemplate.</p><p>Still, the significance of what Microsoft announced on Tuesday is difficult to overstate. For the first time, a major operating system vendor has proposed a comprehensive, kernel-level answer to the question of how autonomous AI software should be contained, identified, and governed on the devices where most of the world&#x27;s work actually gets done. The industry spent two years teaching agents to act. Microsoft is now betting that the bigger business — and the harder engineering problem — is teaching the operating system to watch.</p><p>
</p>]]></description>
            <author>michael.nunez@venturebeat.com (Michael Nuñez)</author>
            <category>Security</category>
            <category>Technology</category>
            <category>Infrastructure</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/2Bj8ehmUSTCeqnkJ3pPCjc/f9782b3575c73ccecb809afd58e7acd2/Nuneybits_Vector_art_of_the_iconic_Microsoft_Windows_logo_on_a__b8c7cdb1-4983-4e68-94a9-93fbef23357b.webp?w=300&amp;q=30" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Zip’s new AI agents want to stop your finance team from uploading contracts into personal ChatGPT accounts]]></title>
            <link>https://venturebeat.com/technology/zips-new-ai-agents-want-to-stop-your-finance-team-from-uploading-contracts-into-personal-chatgpt-accounts</link>
            <guid isPermaLink="false">5IwFW2GKLbkemMKAlpZ1zf</guid>
            <pubDate>Tue, 02 Jun 2026 12:00:00 GMT</pubDate>
            <description><![CDATA[<p><a href="https://zip.com/">Zip</a>, the AI procurement platform valued at <a href="https://zip.com/blog/series-d">$2.2 billion</a>, announced two products on Monday that mark a turning point in its evolution from procurement software to autonomous AI platform: a suite of five AI &quot;Superagents&quot; that can review contracts, code invoices, and negotiate with vendors inside Zip&#x27;s governance framework, and a procurement-native implementation of the Model Context Protocol (MCP) that pipes Zip&#x27;s data directly into AI assistants like Claude and ChatGPT — without sacrificing audit trails or compliance controls.</p><p>The announcements, unveiled at <a href="https://events.ziphq.com/ai-summit/?utm_source=linkedin&amp;utm_medium=social">Zip&#x27;s AI Summit in New York</a> with speakers from <a href="http://anthropic.com">Anthropic</a>, <a href="https://openai.com/">OpenAI</a>, <a href="https://www.datadoghq.com/">Datadog</a>, and <a href="https://www.humana.com/">Humana</a>, arrive at a moment when the procurement technology sector has become one of the fiercest battlegrounds in enterprise AI. SAP unveiled its &quot;Autonomous Enterprise&quot; vision at Sapphire 2026 just weeks ago, introducing more than 50 domain-specific Joule Assistants across finance, supply chain, and procurement. Coupa launched its own Compose platform and Catalyst services bundle at Inspire 2026 in Las Vegas in May, an environment for building and orchestrating AI agents across procurement, along with a forward-deployed engineering services offering. And Gartner predicts 40% of enterprise applications will include task-specific AI agents by end of 2026, up from less than 5% today.</p><p>What makes Zip&#x27;s approach distinct — and what makes it a potentially important test case for the broader enterprise AI market — is not the agents themselves, but where they run and what constrains them.</p><h2><b>Why procurement teams are uploading sensitive financial data into personal AI accounts</b></h2><p>The announcement centers on an enterprise anxiety that procurement chiefs increasingly describe in private but rarely say publicly: their employees are already using AI for sensitive financial work, they&#x27;re just doing it in unmonitored, personal accounts. </p><p>Across the enterprise, employees are uploading spend data into Claude to analyze it, redlining sensitive contracts inside ChatGPT, and generating internal financial analyses in personal Gemini or Copilot accounts. Every time they do, sensitive enterprise data leaves systems where every action is controlled and audited, entering environments with no oversight, no compliance controls, and no record of what was done.</p><p>The consequences for getting this wrong are not hypothetical. <a href="https://en.wikipedia.org/wiki/Sarbanes%E2%80%93Oxley_Act">SOX violations</a> carry fines of up to $25 million. Executives can face prison time. Public companies that fail compliance audits can be delisted from the stock exchange. When an auditor asks how a decision was made six months later, no one can produce a record.</p><p>&quot;After working with hundreds of enterprises — including the world&#x27;s leading AI companies — we&#x27;ve learned that this kind of work is already happening, with or without governance,&quot; said Lu Cheng, Co-Founder and CTO at Zip. &quot;Even the companies building AI themselves want this work governed.&quot;</p><p>Zip&#x27;s CEO Rujul Zaparde put a finer point on it in an interview with VentureBeat, describing the competitive dynamics that make procurement an unusually high-stakes domain for AI governance. &quot;Most enterprises don&#x27;t operate on a single procurement platform,&quot; Zaparde said. &quot;They&#x27;re running SAP as their ERP, Coupa for some sourcing, ServiceNow for IT requests, contract management tools for legal, risk and compliance platforms for vendor due diligence, and a long tail of point tools alongside them.&quot; </p><p>He argued that this fragmentation gives Zip, as the orchestration layer connecting all of those systems, a unique advantage: &quot;AI can only be as good as the data it has access to. Because Zip sits above all of these tools, with visibility into each, and orchestrates the entire procurement process from request to payment, its AI can take action across the full procurement workflow in ways point solutions cannot.&quot;</p><h2><b>Inside the five Superagents Zip built to automate procurement&#x27;s hardest bottlenecks</b></h2><p>Zip is launching five <a href="https://zip.com/ai">Superagents</a>, each targeting a specific pressure point in the procurement lifecycle. A Procurement Superagent unblocks stalled requests and manages tail-spend negotiation. A Legal Superagent reviews and redlines contracts against company-approved playbooks. An AP Superagent sorts, codes, matches, and routes invoices. A Config Superagent identifies workflow bottlenecks and drafts configuration changes for admin review. And an Intake Superagent guides employees through compliant request creation, routing purchases to the right buying channel and nudging toward preferred suppliers.</p><p>The five agents are not standalone services. <a href="https://zip.com/engineering-blog">Zip&#x27;s engineering blog</a> reveals the architectural philosophy underlying them: all agents at Zip — pre-built and custom — run on a shared execution engine built within the company&#x27;s App Studio workflow automation platform. They differ only in configuration: the prompt that defines behavior, the tools they can access, and the format of their output. Zip&#x27;s engineering team describes this as a &quot;<a href="https://zip.com/engineering-blog/custom-agents-composable-ai-platform">Lego block</a>&quot; model — the out-of-the-box agents are finished models; custom agents are whatever enterprises choose to build from the same components.</p><p>Under the hood, the agent architecture uses a <a href="https://zip.com/engineering-blog/custom-agents-composable-ai-platform">four-node LangGraph state graph</a> — preprocessing, orchestration, final synthesis, and post-processing — that separates information gathering from response generation. The orchestration node contains a ReAct (Reason + Act) agent that autonomously decides which tools to call: document retrieval via vector search, structured API data from purchase requests and contracts, or company-specific policy context from a reference library.</p><p>This separation is deliberate. As Zip&#x27;s engineering team explains, conflating research and synthesis into a single LLM call would mean asking one model to be both a diligent researcher and an eloquent writer simultaneously. Separating them allows Zip to optimize each independently — including using different model tiers for each.</p><p>What differentiates Zip&#x27;s agents from the slew of procurement AI announcements from <a href="https://www.sap.com/index.html">SAP</a>, <a href="https://www.coupa.com/">Coupa</a>, and others is the governance architecture. Every Superagent action is governed by the same roles, permissions, and controls that apply to human employees. High-impact steps like system updates and approvals use deterministic logic rather than LLM inference. And every action generates a complete audit trail.</p><h2><b>What happens when an AI agent misclassifies a $150,000 contract</b></h2><p>Zaparde shared a specific error case from beta testing to illustrate how Zip&#x27;s human-in-the-loop design handles real-world failures. &quot;Our Intake Superagent flagged a $150K marketing services contract as a standard SaaS subscription,&quot; he said. &quot;But because every Superagent action hits a human-in-the-loop checkpoint before it executes, the procurement team caught the misclassification before it went anywhere. They corrected the category, the right approvers were routed in, and the GL coding flowed through accurately downstream.&quot;</p><p>The error-and-correction anecdote is revealing because it highlights the tension at the heart of every enterprise AI deployment: these systems will make mistakes, and the question is whether the surrounding infrastructure catches them before they cause damage.</p><p>Zaparde was direct when asked who bears liability if a Superagent triggers a compliance failure: &quot;Customers remain accountable for their procurement decisions, the same way they would be with any vendor or business process. That&#x27;s standard across enterprise software. Payroll vendors don&#x27;t take on liability for misclassified employees, ERP vendors don&#x27;t take on liability for misstated financials, and the same principle applies to AI-augmented work.&quot;</p><p>But he was equally emphatic that the design goal is to make the liability question moot. &quot;Zip&#x27;s Superagents are designed so this scenario shouldn&#x27;t happen in the first place. They don&#x27;t operate outside governance, they operate inside it. Every action is auditable, every high-impact step is gated by human review, and the audit trail makes it possible to demonstrate compliant decision-making to auditors and regulators.&quot;</p><p>The Superagents are currently in beta, with general availability expected this summer. Zip has been deploying AI agents in procurement since 2024, and today more than 50 are live across hundreds of enterprise customers. <a href="https://zip.com/customers/northwestern-mutual">Northwestern Mutual</a> alone saved 1,400 hours from a single AI agent. Superagents represent the next evolution — more reasoning, more cross-system action, more autonomy — all inside Zip&#x27;s governance layer. </p><p>When asked what percentage of agent actions require human escalation, Zaparde said there&#x27;s no single number because every agent handles a different type of task, but added: &quot;In finance and procurement specifically, we deliberately err on the side of escalation any time a transaction touches risk thresholds, policy compliance, legal requirements, budget guardrails, or governance rules. That&#x27;s a deliberate design choice, not a limitation.&quot;</p><h2><b>How Zip&#x27;s procurement-native MCP could reshape where enterprise AI actually runs</b></h2><p>The second announcement may prove more consequential for the broader enterprise AI market. <a href="https://zip.com/">Zip MCP</a> is a vendor-hosted implementation of the <a href="https://modelcontextprotocol.io/docs/getting-started/intro">Model Context Protocol</a> — the open standard originally created by Anthropic in November 2024 and later donated to the Linux Foundation, with MCP SDK downloads reaching 97 million per month by March 2026, a 970x increase in 18 months.</p><p>A fundamental challenge has limited MCP&#x27;s enterprise adoption: organizations deploying MCP are running into a predictable set of problems — audit trails, SSO-integrated auth, gateway behavior, and configuration portability. The MCP protocol itself doesn&#x27;t yet natively solve for the governance requirements that regulated industries and compliance-sensitive functions like procurement demand.</p><p>Zip is attempting to solve this from the application layer. Its MCP server connects Zip&#x27;s procurement platform directly to any MCP-compatible AI assistant. An employee researching vendors in Claude, for instance, can have Zip proactively surface a request submission from that conversation. Power users can pull aggregated reporting across suppliers, requests, invoices, and payments from within a single AI conversation. Every action respects user permissions through OAuth, runs inside Zip&#x27;s compliance controls, and generates a complete audit trail. Zip claims this is the first time MCP has been implemented natively for enterprise procurement.</p><p>The claim matters because procurement is arguably the most governance-sensitive business function where MCP could deliver immediate value: it involves financial commitments, legal contracts, regulatory compliance, and supplier data that touch SOX, GDPR, and dozens of other regulatory frameworks.</p><p>When asked what happens to sensitive data once it reaches a third-party model&#x27;s context window, Zaparde was direct: &quot;MCP is tied to an authenticated user, and the same role-based permissions that apply inside Zip apply through MCP as well — meaning MCP can only retrieve information the user is already authorized to see.&quot; He added that Anthropic and OpenAI operate as Zip subprocessors, governed by data processing agreements with Zero Data Retention provisions, so &quot;data flowing through MCP isn&#x27;t used for model training, and it&#x27;s protected by enterprise-grade controls at both ends of the connection.&quot;</p><h2><b>The companies building AI chose Zip instead of building their own procurement tools</b></h2><p>Zip&#x27;s customer list for these announcements is impressive but still developing. <a href="https://block.xyz/">Block</a>, <a href="https://www.ucihealth.org/">UCI Health</a>, and <a href="https://www.snowflake.com/en/">Snowflake</a> are the named launch customers for AI Spend Automation, the premium enterprise offering that bundles platform access, AI consumption credits, and Zip&#x27;s forward-deployed engineers. </p><p><a href="https://www.ucihealth.org/">UCI Health</a> reported $20 million in cost avoidance from a single IT infrastructure project. Zaparde explained the methodology: &quot;The $20 million came from a single IT infrastructure project at UCI Health where their procurement team used AI-powered benchmarking to enter vendor negotiations with real market data rather than internal assumptions alone.&quot; He was careful to frame it as a collaborative result: &quot;UCI Health&#x27;s procurement team did the negotiating and the AI gave them the benchmarks to do it well.&quot;</p><p>Zip claims its broader customer base has saved more than $10 billion through its AI suite. Zaparde said that figure &quot;includes direct cost reductions through better vendor negotiations, time savings from automating manual procurement workflows, risk reduction through avoided fines and compliance penalties, and indirect spend savings from improved renewal management.&quot; A Forrester Total Economic Impact study modeled a 386% ROI for large enterprises using Zip, showing that on average, the platform pays for itself in under six months.</p><p>But the customer stories that matter most for Zip&#x27;s strategic narrative are its relationships with the companies whose models power its own agents. <a href="https://zip.com/customers/openai">OpenAI</a> has deployed more than 10 AI agents on Zip&#x27;s platform. <a href="https://zip.com/customers/anthropic">Anthropic</a>, whose Claude model Zip uses and whose engineers created MCP, more than doubled its procurement volume through Zip while keeping headcount flat. </p><p>The fact that both companies chose to buy rather than build is arguably Zip&#x27;s strongest competitive proof point: if the organizations with the most AI engineering talent on earth decided the procurement governance problem wasn&#x27;t worth solving internally, it suggests the moat is real. Beyond AI, the customer list spans <a href="https://zip.com/customers/t-mobile">T-Mobile</a>, <a href="https://zip.com/customers/dollar-tree">Dollar Tree</a>, <a href="https://zip.com/customers/canva">Canva</a>, and <a href="https://zip.com/customers/prudential">Prudential</a> — large, regulated enterprises where compliance failures carry material consequences.</p><p>&quot;When the companies building AI choose Zip rather than build it themselves, that tells you something about the moat,&quot; Zaparde said.</p><h2><b>SAP, Coupa, and the intensifying AI arms race in enterprise procurement</b></h2><p>Zip&#x27;s announcements don&#x27;t happen in a vacuum. The enterprise procurement AI market is experiencing a rapid convergence as every major platform races to embed agentic capabilities.</p><p>SAP has deployed more than 50 domain-specific <a href="https://www.sap.com/products/artificial-intelligence/ai-assistant.html">Joule Assistants</a> at <a href="https://www.sap.com/blogs/top-5-sapphire-2026-ai-announcements">Sapphire 2026</a>, orchestrating a subset of over 200 specialized agents to execute precise tasks. SAP has even launched a Joule Agent in the SAP Ariba Intake Management solution that captures and routes procurement requests and connects to existing procurement systems — a move that reaches directly into Zip&#x27;s core territory. Coupa CEO Leagh Turner has argued her platform&#x27;s foundation sets it apart, saying that while others are &quot;bolting AI onto aging systems,&quot; Coupa has one platform that scales with governance. Coupa says it has deployed more than 20 specialized agents, and its $10 trillion dataset of historical transactions gives it a training data advantage that Zip cannot match.</p><p>Zaparde&#x27;s counter-argument rests squarely on Zip&#x27;s position as an orchestration layer rather than a point solution. &quot;No matter how powerful those individual tools are, their AI is necessarily limited to the data inside each of their own systems,&quot; he said. &quot;Our moat is the orchestration layer and the AI agents built on top of it: agents that are uniquely able to reason and act across multiple systems and reconcile their data as a whole where needed.&quot; He pointed to Zip&#x27;s recognition as a Leader in the first-ever <a href="https://zip.com/resources/idc-marketscape-spend-orchestration">IDC MarketScape for Spend Orchestration</a> as evidence that the category itself has been validated.</p><p>The argument carries a strategic vulnerability, however, that Zaparde was asked about directly: Zip&#x27;s leading AI-company customers are also its model providers and potential competitors. What happens if Anthropic or OpenAI builds procurement tooling? </p><p>&quot;The mistake is assuming procurement is fundamentally a model problem,&quot; Zaparde responded. &quot;Even if an LLM could perfectly understand a contract or negotiate with a vendor, it still needs to operate within company policies, approval chains, supplier relationships, ERP systems, and audit requirements. That context layer is what Zip has spent the past six years building. We see the model providers as accelerating what&#x27;s possible, while we focus on making that intelligence operational within the enterprise.&quot;</p><h2><b>Why Zip is trading SaaS margins for forward-deployed engineers and AI credits</b></h2><p>The <a href="https://zip.com/ai">AI Spend Automation</a> offering raises questions about Zip&#x27;s evolving business model. Bundling platform access, AI consumption credits, and forward-deployed engineers who build and deploy custom agents inside customer environments is a strikingly different margin profile than traditional SaaS — and it&#x27;s a model that Coupa, with its own new Catalyst services offering, is also now pursuing.</p><p>Zaparde was transparent about the tradeoff: &quot;Yes, it is a different margin profile than pure SaaS, and we&#x27;re okay with that. Right now, our priority is adoption and proving value for customers. We believe that if we get the outcomes right, the economics follow. Companies that rush to protect margins before they&#x27;ve demonstrated real value end up with neither. We&#x27;re playing the long game.&quot;</p><p>Zip is <a href="https://zip.com/blog/series-d">valued at $2.2 billion</a> as of its October 2024 Series D round, the largest investment in procurement technology in over two decades. The company has raised approximately $371 million since its founding in 2020 and counts among its investors <a href="https://www.ycombinator.com/">Y Combinator</a>, <a href="https://www.bondcap.com/">BOND</a>, <a href="https://dst-global.com/">DST Global</a>, <a href="https://www.tigerglobal.com/">Tiger Global</a>, and <a href="https://www.crv.com/">CRV</a>.</p><p>The deepest technical signal in Monday&#x27;s announcement may be what it reveals about the infrastructure moat Zip is building beneath its agents. The company&#x27;s engineering team recently published detailed architecture for its internationalization system — a pipeline that uses LLM-based translation with glossary enforcement, Kafka change data capture, and a dedicated Redis caching cluster to translate user-generated content across multinational enterprise customers in real time.</p><p>The system uses a technique called &quot;<a href="https://zip.com/engineering-blog/translating-user-generated-content">lazy persistence</a>,&quot; where translations are initially stored with a one-week TTL and only promoted to permanent storage when a user actually reads them. This kind of deeply procurement-specific infrastructure — designed to support AI agents that operate across languages, jurisdictions, and regulatory regimes — takes years to build, not quarters, and no general-purpose AI tool can replicate it with a better model alone.</p><h2><b>The real product Zip is selling is the audit trail</b></h2><p>The central question for Zip — and for every enterprise software company racing to embed agentic AI into regulated workflows — is whether governance-first AI agents will actually earn the trust of procurement teams that have spent decades building manual controls for very good reasons. The regulatory stakes are real: SOX fines, criminal liability for executives, stock exchange delisting for companies that fail compliance audits. When an auditor shows up and asks how a purchasing decision was made, someone has to produce a paper trail.</p><p>That is ultimately the bet Zip is making with Superagents and MCP. Not that AI can do procurement work — at this point, that&#x27;s table stakes — but that AI can do procurement work and leave a record that will satisfy an auditor two years from now. In a market flooded with companies promising autonomous agents, Zip is wagering that the most valuable thing an AI can produce isn&#x27;t a decision. It&#x27;s proof that the decision was made correctly.</p><p><a href="https://zip.com/">Zip MCP</a> and <a href="https://zip.com/ai">Zip Superagents</a> are available in beta today, included with all core Zip products, with general availability expected this summer. <a href="https://zip.com/platform-overview">Zip AI Spend Automation</a> is available now for enterprise customers.</p>]]></description>
            <author>michael.nunez@venturebeat.com (Michael Nuñez)</author>
            <category>Technology</category>
            <category>Business</category>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/58Xq65ebt4Vk39flKiyoN4/9a78a1be01196b627e6978c3b07c1ab3/Nuneybits_Vector_art_of_locked_vendor-handshake_grid_67717884-fbd7-4e59-a9d6-35c51f534b6a.webp?w=300&amp;q=30" length="0" type="image/webp"/>
        </item>
        <item>
            <title><![CDATA[Anthropic’s browser agent got hijacked 31.5% of the time before safeguards engaged]]></title>
            <link>https://venturebeat.com/security/anthropic-browser-agent-hijacked-31-percent-before-safeguards-engaged</link>
            <guid isPermaLink="false">72sWuHRFKlVMVXRtOss5X3</guid>
            <pubDate>Mon, 01 Jun 2026 15:50:32 GMT</pubDate>
            <description><![CDATA[<p>Across the frontier labs, the highest prompt injection figures published this spring are Anthropic’s. Point a red-teamer at <a href="https://www.anthropic.com/news/claude-opus-4-8">its newest model</a> in a browser, and the attacker hijacked it <a href="https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf">31.5% of the time</a> before safeguards engaged. OpenAI, Google, and Meta never gave security leaders a comparable number to set beside it. That figure looks like a liability. In this comparison, it is the opposite. It&#x27;s the one solid piece of ground.</p><p>Four frontier labs each shipped a prompt injection disclosure, and no two match. Anthropic put <a href="https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf">244 pages</a> and four agentic surfaces on the table on May 28. OpenAI reported <a href="https://openai.com/index/gpt-5-5-system-card/">one surface, connectors</a>. Google moved the subject out of the model card and into a <a href="https://storage.googleapis.com/deepmind-media/gemini/gemini_3_pro_fsf_report.pdf">separate safety framework</a>. Meta shipped <a href="https://arxiv.org/abs/2505.03574">no closed-model card</a> at all. The Cross-Vendor Prompt Injection Disclosure Grid below maps what each lab tested, what each one measured, and the four places a side-by-side comparison falls apart.</p><p>A prompt injection hides a malicious instruction in something an agent reads, a web page, a document, or a tool result. One planted line can exfiltrate records or fire off actions nobody approved, and these cards are a buyer&#x27;s only first-party evidence.</p><p>There is no industry standard for measuring any of this, and that is the root of the problem. Carter Rees, VP of AI at <a href="https://reputation.com/">Reputation</a>, told VentureBeat that prompt injection breaks the assumption that every legacy tool was built on. &quot;A phrase as innocuous as, &#x27;ignore previous instructions&#x27; can carry a payload as devastating as a buffer overflow, yet it shares no commonality with known malware signatures.&quot; With no shared signature to scan for, each lab built its own yardstick, and the results do not line up. </p><p>Adam Meyers, Senior Vice President of Counter Adversary Operations at <a href="https://www.crowdstrike.com/en-us/">CrowdStrike</a>, said that the exposure is now the buyer&#x27;s to manage. &quot;As you implement AI, it increases your attack surface, so now you have to be able to protect those AI models against adversary misuse or data poisoning or prompt injection.&quot; CrowdStrike&#x27;s own frontline data shows the threat side is not standing still. In its <a href="https://www.crowdstrike.com/en-us/press-releases/crowdstrike-2026-financial-services-threat-landscape-report/">2026 Financial Services Threat Landscape Report</a>, released in May, the company reported adversaries using AI to compress the time from initial access to impact faster than legacy defenses can respond.</p><h2>Anthropic measured four surfaces. The numbers swing by an order of magnitude depending on which one you read.</h2><p>The Opus 4.8 card does what others do not: It breaks prompt injection out by surface, and the spread is the story.</p><p>Put the model in a coding environment, and an adaptive attacker from Gray Swan&#x27;s Shade tool got through on <a href="https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf">7.03% of single attempts</a> with thinking on. Safeguards pulled that to <a href="https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf">2.09%</a>.</p><p>Move the same class of attack into a browser, the surface behind <a href="https://www.anthropic.com/news/claude-for-chrome">Claude in Chrome</a> and <a href="https://www.anthropic.com/product/claude-cowork">Claude Cowork</a>, and the floor gives way. Anthropic put professional red-teamers on <a href="https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf">129 web environments held out from training</a> and printed every result in <a href="https://www.anthropic.com/claude-opus-4-8-system-card">Table 5.2.2.4.A on page 81 of the system card</a>. Per-attempt is the share of all injection attempts that got through across 129 environments at 10 tries each. Per-scenario is the harder cut, the share of environments where at least one try landed. </p><p>Read down the per-attempt column without safeguards, thinking on, and the raw rate drops with each generation, from Sonnet 4.6 at 50.7% to Opus 4.8 at 31.5%. The lowest in the table, 5.9%, belongs to Mythos Preview, which nobody can buy yet. Turn safeguards on, and Opus 4.8 drops to 0.5%. Turn thinking off and it drops to zero across all 129 environments. </p><h2>OpenAI measured one surface, with attacks it already knew.</h2><p>The <a href="https://openai.com/index/gpt-5-5-system-card/">GPT-5.5 card</a>, published April 23 and updated April 24, handles prompt injection in one place, a single section on robustness to known attacks against connectors. OpenAI reports it as a robustness score where higher is better, the inverse of an attack success rate. GPT-5.5 came in at <a href="https://openai.com/index/gpt-5-5-system-card/">0.963</a>, down from <a href="https://openai.com/index/gpt-5-5-system-card/">0.998</a> for GPT-5.4-thinking. That one figure is the whole disclosure.</p><p>Anthropic tested four surfaces against an adaptive attacker that rewrites its approach based on what the model does, then ran a one-week bug bounty where red-teamers tried to break the model live. When the coding results came back worse than Opus 4.7, the card said so.</p><p>Lay the 0.963 next to the 31.5%, and they look like they belong on a scoreboard. They do not. One is a robustness score against known attacks on one surface. The other is a per-attempt attack success rate across 129 browser environments against an attacker that adapted in real time.</p><h2>Google and Meta never put the number in the card at all</h2><p>Google&#x27;s <a href="https://blog.google/products-and-platforms/products/gemini/gemini-3/">Gemini 3</a> files prompt injection under mitigations, and the launch materials describe stronger resistance with no number attached. The <a href="https://storage.googleapis.com/deepmind-media/gemini/gemini_3_pro_fsf_report.pdf">Frontier Safety Framework report</a> does run red teaming, but across its capability domains, and prompt injection is not one of them. No model card, no framework page, no per-surface number a buyer can lift into a risk review.</p><p>Meta ships open weights with no closed-model card. Prompt injection defense sits in a separate stack, Purple Llama&#x27;s <a href="https://arxiv.org/abs/2505.03574">LlamaFirewall</a>. A <a href="https://meta-llama.github.io/PurpleLlama/LlamaFirewall/docs/documentation/scanners/prompt-guard-2">PromptGuard 2</a> classifier and an AlignmentCheck auditor, run against the public <a href="https://arxiv.org/abs/2406.13352">AgentDojo</a> benchmark and its 97 tasks, cut attack success from <a href="https://arxiv.org/abs/2505.03574">17.6%</a> with no defense to <a href="https://arxiv.org/abs/2505.03574">1.75%</a> combined. Real numbers. They grade the guardrails on a public benchmark, not the model on a deployment surface a security team would recognize. </p><h2>The Cross-Vendor Prompt Injection Disclosure Grid</h2><p>The grid below works on any frontier model security teams are weighing. Each row marks a place where the four labs are split. Each split is where a quick comparison breaks. The Anthropic figures come from the Opus 4.8 system card. Everything for the other three comes from each vendor&#x27;s published safety documentation.</p><table><tbody><tr><td><p><b>Dimension</b></p></td><td><p><b>Anthropic, Opus 4.8</b></p></td><td><p><b>OpenAI, GPT-5.5</b></p></td><td><p><b>Google, Gemini 3.x</b></p></td><td><p><b>Meta, Llama stack</b></p></td></tr><tr><td><p>Safety document</p></td><td><p>System card, May 28 2026, 244 pages</p></td><td><p>System card, April 23 2026, updated April 24</p></td><td><p>Model card plus a separate Frontier Safety Framework report</p></td><td><p>No closed-model card. Open weights plus the Purple Llama stack</p></td></tr><tr><td><p>Injection benchmark or dataset</p></td><td><p><a href="https://arxiv.org/abs/2507.20526">ART</a> from Gray Swan and UK AISI, the Shade tool, plus an internal browser eval, 129 environments</p></td><td><p>Internal connectors evaluation, known attacks</p></td><td><p>None for injection</p></td><td><p>AgentDojo, 97 tasks</p></td></tr><tr><td><p>Surfaces with an injection eval</p></td><td><p>Four. Tool use, coding, computer use, browser</p></td><td><p>One. Connectors</p></td><td><p>None published for injection</p></td><td><p>One. AgentDojo agent tasks</p></td></tr><tr><td><p>Multi-attempt escalation shown</p></td><td><p>Yes. ART benchmark at 1, 10, 100. Coding and computer use at 1 and 200</p></td><td><p>No. A single score</p></td><td><p>No</p></td><td><p>No</p></td></tr><tr><td><p>Headline metric and unit</p></td><td><p>Attack-success rate. Browser, with thinking, 31.5% raw, 0.5% safeguarded</p></td><td><p>Robustness score, higher is better. 0.963, down from 0.998 for GPT-5.4-thinking</p></td><td><p>None published. Increased resistance claimed qualitatively</p></td><td><p>Attack-success rate on AgentDojo. 17.6% baseline to 1.75% combined</p></td></tr><tr><td><p>Live external bounty</p></td><td><p>Yes. One-week live injection bounty with external red-teamers</p></td><td><p>No injection bounty. Bio bounty only</p></td><td><p>None found</p></td><td><p>None found</p></td></tr><tr><td><p>Regression disclosed</p></td><td><p>Yes, explicit, with numbers</p></td><td><p>Number fell 0.998 to 0.963, not framed as a regression</p></td><td><p>Increased resistance claimed, no numbers</p></td><td><p>Not applicable</p></td></tr></tbody></table><h2>Five factors security teams need to consider now</h2><p>Anthropic tested four surfaces and printed every number. OpenAI tested one. Google printed no per-surface rate. Meta graded its guardrails, not the model. The four disclosures do not add up to a comparison. These five steps build one.</p><p><b>Pull every agent you have deployed or scoped and tag each by the surface it touches, browser, code, connectors, or desktop.</b> Anthropic&#x27;s rate for <a href="https://cdn.sanity.io/files/4zrzovbb/website/c886650a2e96fc0925c805a1a7ca77314ccbf4a6.pdf">Opus 4.8</a> runs 2.09% on coding and 0.5% on browser. A blended number covers neither. Pull the vendor&#x27;s published rate for your specific surface. If the vendor never published one, treat it as untested.</p><p><b>Send the Cross-Vendor grid to every vendor under evaluation.</b> A <a href="https://openai.com/index/gpt-5-5-system-card/">0.963 connectors score</a> and a 31.5% browser rate were never on one scale. Demand a per-surface attack success rate, raw and safeguarded, with the attacker methodology named. The blank cells are the surfaces with no first-party evidence.</p><p><b>Confirm in writing which number your integration gets.</b> Anthropic&#x27;s 0.5% comes from Claude in Chrome and Cowork with the full safeguard stack. On the API, the model ships without them. Do not accept a product number for an API deployment.</p><p><b>Add two clauses to the RFP.</b> The vendor tested with an adaptive attacker that rewrites payloads against the model, and someone outside the company tried to break it. Anthropic ran Gray Swan&#x27;s adaptive Shade tool and a one-week paid bounty. OpenAI tested known attacks on one surface. Adversaries do not submit known payloads.</p><p><b>Run your own injection test before any agent ships.</b> Vendor numbers come from vendor environments with vendor system prompts. Your stack has its own prompts, permissions, and data access. Set a pass threshold. Anything above it does not go live.</p><p><b>The bottom line. </b>No standard exists for this yet. A vendor&#x27;s number tells you what it chose to measure. Your own red team tells you what you are exposed to.</p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/4HRY3GcnERUOX9hYWvCPIE/9f0831912aa5741f124b39d1c6ebb4a9/HERO.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[AI doesn't break security. Complexity does ]]></title>
            <link>https://venturebeat.com/security/ai-doesnt-break-security-complexity-does</link>
            <guid isPermaLink="false">3DBxaEr4UKbx8UeQdl8ZoC</guid>
            <pubDate>Mon, 01 Jun 2026 07:00:00 GMT</pubDate>
            <description><![CDATA[<p><i>Presented by Snowflake</i></p><hr/><p>Too often, the history of enterprise security has been a history of making things harder to use. A new threat emerges, a new control gets bolted on, and somewhere in the process, people start working around the very systems designed to protect them.</p><p>Over the course of my career, I’ve seen firsthand that security adoption rarely fails because people don’t care about security. It fails because the secure path feels harder than the insecure one.</p><p>In the age of AI, that lesson matters more than ever.</p><p>AI expands the attack surface and raises the ceiling on what attackers can do, which makes simplifying security even more critical. Security controls that require effort or inconvenience eventually get ignored. People find workarounds. The answer is to make the secure path the easiest path.</p><h2>Security works best when it gets out of the way</h2><p>When security is easier to use than to avoid, people adopt it. Years ago, when the industry was rolling out two-factor authentication at scale, the biggest challenge wasn’t building the security itself, but the friction that came with using it. People had to stop what they were doing, grab a phone, launch a VPN, enter codes, and interrupt their workflow just to log in.</p><p>What ultimately drove adoption wasn’t policy, compliance requirements, or security training. It was simplicity. Now that it’s as easy as a fingerprint or a face scan, people use it without hesitation.</p><p>The same principle drove browser makers to make security more visible and intuitive for everyday users. Rather than expecting people to manually inspect URLs, modern browsers prominently flag non-HTTPS sites as insecure, helping guide users toward safer behavior by default. Security became stronger in part because the secure path also became the easier and more obvious one.</p><h2>Where complexity shows up in AI</h2><p>Agent permissions are a good example of where this plays out in AI systems. Employees accumulate numerous permissions over time through a project here, a system access there, a role that never got cleaned up after a team change. Humans know which access is relevant to a task even if the system doesn&#x27;t actively enforce it.</p><p>Agents lack that judgment. An agent assigned to a problem will probe every available path. If it can access 12 systems but the task requires only two, it might still explore the other 10. It’s just being thorough, but the result is a potential attack surface far larger than the task required.</p><p>The temptation is to put a human in the loop by flagging significant actions and asking for approval before proceeding. But in practice, an agent may prompt a human to approve a deeply technical action without enough context to judge whether it’s appropriate. In most cases, they’ll approve it simply to keep the workflow moving. This only adds friction and a false sense of oversight.</p><p>What&#x27;s really needed is a permissioning model built around intent. The agent should have only the credentials it needs for a specific task, and they should expire when it’s done. The industry is already beginning to move toward better models. Standards like OAuth are evolving to support agentic AI, allowing agents to carry the identities scoped to a specific task, rather than a user&#x27;s full permission set.</p><h2>Making AI security easy to use</h2><p>Ease of use starts with visibility, so the first priority is knowing what&#x27;s actually happening. Where are your agents connecting? What data are they touching? What permissions are they exercising?</p><p>Many enterprises are surprised by the answer when they first look. Most organizations operate with roughly 80% visibility and control. The problem is the remaining 20%, because that’s where the real risk tends to live. AI is going to find those gaps far faster than humans can. Start with monitoring, even if you’re not ready to enforce anything yet. Use AI to sift through what you find and prioritize the highest-risk behaviors. Then close those down systematically.</p><p>On the identity side, move toward workload identity wherever you can. The old model of creating service accounts, downloading keys, and distributing them across your infrastructure is fragile and hard to audit. Modern cloud environments offer a better approach: a workload&#x27;s identity is established at deployment and credentials are never distributed as static keys. The management burden drops and the attack surface shrinks with it.</p><p>For agents specifically, resist the temptation to give them broad permissions on the assumption that human approvals will catch problems before they happen. Scope agent access to the task at hand and ensure those permissions expire once the work is complete. For teams managing multiple agent-to-tool connections, MCP gateways are emerging as a practical way to encode governance rules centrally rather than tool by tool. Keep a human in the loop for consequential actions, not every action, particularly those where the blast radius of a mistake is meaningful.</p><h2>The pace of risk is accelerating</h2><p>In the AI era, the gap between exposure and exploitation is rapidly disappearing, collapsing from days to hours and, in some cases, minutes. <a href="https://www.crowdstrike.com/en-us/global-threat-report/">CrowdStrike&#x27;s 2026 Global Threat Report</a> documents that the average attacker breakout time has accelerated by 65% year over year. As AI becomes more capable of autonomously identifying weaknesses, security teams relying on manual response processes will fall behind.</p><p>The answer, though, hasn&#x27;t changed. Security that creates friction will eventually get bypassed. Security embedded directly into the architecture, enforced by default and invisible in practice, is the kind that actually holds. AI raises the stakes, but the principle remains the same: security only works when the secure path is also the easiest one.</p><p><i>Mayank Upadhyay is Chief Security &amp; Trust Officer at Snowflake.</i></p><hr/><p><i>Sponsored articles are content produced by a company that is either paying for the post or has a business relationship with VentureBeat, and they’re always clearly marked. For more information, contact </i><a href="mailto:sales@venturebeat.com"><i><u>sales@venturebeat.com</u></i></a><i>.</i></p>]]></description>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/1iVusO8EnvWSpxMyDbBrFh/48054be1bd6cc99f704d359b2e91f5bc/AdobeStock_1931391777.jpeg?w=300&amp;q=30" length="0" type="image/jpeg"/>
        </item>
        <item>
            <title><![CDATA[Claude Mythos exposed a hard truth: Your enterprise patching process is way too slow]]></title>
            <link>https://venturebeat.com/security/claude-mythos-exposed-a-hard-truth-your-enterprise-patching-process-is-way-too-slow</link>
            <guid isPermaLink="false">6ZLGO8WIjIWoOW1eEUmQ6Y</guid>
            <pubDate>Sun, 31 May 2026 16:30:23 GMT</pubDate>
            <description><![CDATA[<p>In 2024,<a href="https://arxiv.org/abs/2404.08144"> <u>researchers from the University of Illinois</u></a> found that GPT-4, when provided with a common vulnerabilities and exposures (CVE) description, could autonomously exploit 87% of a curated 15-vulnerability one-day dataset. Without the description, it could only exploit 7%. This provided a “margin of safety” for the industry because while AI could exploit known vulnerabilities, it could not discover them. </p><p>However, on April 7,<a href="https://www.anthropic.com/glasswing"> <u>Anthropic announced</u></a> that Claude Mythos Preview had closed that margin, with the model autonomously discovering thousands of zero-day vulnerabilities across major operating systems and browsers. Separately, Mythos scored 83.1% on the CyberGym vulnerability reproduction benchmark. In one campaign targeting OpenBSD across 1,000 scaffold runs, the total compute cost was less than $20,000. </p><p>Exploitation timelines are collapsing. Langflow’s CVE-2026-33017 (CVSS 9.8) was<a href="https://www.sysdig.com/blog/cve-2026-33017-how-attackers-compromised-langflow-ai-pipelines-in-20-hours"> <u>exploited 20 hours after disclosure</u></a> with no public proof-of-concept. Marimo’s CVE-2026-39987 (CVSS 9.3) was<a href="https://www.sysdig.com/blog/marimo-oss-python-notebook-rce-from-disclosure-to-exploitation-in-under-10-hours"> <u>hit in 9 hours and 41 minutes</u></a>.</p><p>The defensive infrastructure most organizations rely on wasn’t designed for this.<a href="https://www.rapid7.com/research/report/global-threat-landscape-report-2026/"> <u>Rapid7’s 2026 threat landscape report</u></a> states that the median time from CVE publication to CISA&#x27;s known exploited vulnerabilities (KEV) listing is five days.<a href="https://cloud.google.com/blog/topics/threat-intelligence/m-trends-2026"> <u>Google’s M-Trends 2026</u></a> report found that exploitation is happening before a patch is even released. When the Langflow advisory was published, the first exploit arrived in 20 hours. When the Marimo advisory was published, it took under 10 hours. </p><p>The assumption that your patch window is safe because exploitation takes time is no longer true. Here are your building blocks.</p><h2><b>Replace CVSS-only prioritization with a three-layer filter</b></h2><p>Most vulnerability management programs still prioritize by CVSS score alone. CVSS quantifies a vulnerability’s “theoretical” severity without considering whether a vulnerability is being exploited in the wild or how quickly someone could weaponize it. A CVSS 8.8 vulnerability with a history of active exploitation (like Docker’s<a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34040"> <u>CVE-2026-34040</u></a>) gets lower priority than a CVSS 9.8 vulnerability that may never be exploited in the wild.</p><p>A<a href="https://arxiv.org/abs/2506.01220"> <u>recent study</u></a> validated against 28,377 real-world vulnerabilities offers a concrete replacement: A three-layer decision tree incorporating CISA KEV status, Exploit Prediction Scoring System (EPSS) scores, and CVSS, thus forming a singular prioritization filter.</p><h4><b>Three-Layer Vulnerability Prioritization Filter</b></h4><table><tbody><tr><td><p><b>Layer</b></p></td><td><p><b>Data source</b></p></td><td><p><b>Threshold</b></p></td><td><p><b>Action</b></p></td><td><p><b>SLA</b></p></td></tr><tr><td><p>1. Active exploitation</p></td><td><p>CISA KEV catalog</p></td><td><p>Listed</p></td><td><p>Immediate patching</p></td><td><p>Hours</p></td></tr><tr><td><p>2. Predicted exploitation</p></td><td><p>EPSS via FIRST.org</p></td><td><p>Score ≥ 0.088</p></td><td><p>Escalate to Tier 0 pipeline</p></td><td><p>24 hours</p></td></tr><tr><td><p>3. Severity baseline</p></td><td><p>CVSS via NVD</p></td><td><p>Score ≥ 7.0</p></td><td><p>Typical remediation</p></td><td><p>Per policy</p></td></tr></tbody></table><p><i>Validated result: 18x efficiency gain, 85.6% coverage of exploited vulnerabilities, ~95% reduction in urgent remediation workload. All three data sources are open and free.</i></p><p>The described integration is entirely automatable. It’s possible to build a script to query the CISA KEV API, the EPSS API from FIRST.org, and the <a href="https://nvd.nist.gov/">NVD</a>, and have that script run against your asset inventory for every published CVE. The human in this process should remain in the loop as an approver, but not as the trigger.</p><h2><b>Close the agent authorization gap</b></h2><p>Creating exploits quickly not only changes how patches are prioritized, but how controls are configured for all the agent-driven systems that now possess privileged credentials. Your authorization policies have not been assessed against the behavior of AI agents, and that is now a measurable risk. CVE-2026-34040 showed that Docker’s authorization plugin architecture silently bypasses every plugin when the request body exceeds 1MB. Common AuthZ plugins (OPA, Casbin, Prisma Cloud) are unaware of this type of bypass, which occurs in Docker’s middleware before the request reaches the plugin.</p><p>When<a href="https://www.cyera.com/blog/cyera-research-discovers-docker-authorization-bypass-that-silently-disables-security-policies"> <u>Cyera demonstrated this vulnerability</u></a>, they showed that an AI agent debugging infrastructure could infer the bypass path while completing a legitimate task, without any instruction to exploit anything.</p><p>The Internet Engineering Task Force (IETF) is working on authorization models for agents. The document<a href="https://datatracker.ietf.org/doc/draft-klrc-aiagent-auth/"> <u>draft-klrc-aiagent-auth-01</u></a>, published in March by participants from AWS, Zscaler, Ping Identity, and OpenAI, proposes the use of the current Secure Production Identity Framework for Everyone (SPIFFE) and OAuth 2.0 for AI agents to obtain dynamically provisioned and short-lived credentials. </p><p>Separately, the IETF<a href="https://datatracker.ietf.org/doc/draft-prakash-aip/"> <u>Agent Identity Protocol draft</u></a> (draft-prakash-aip-00) reports that out of about 2,000 surveyed model context protocol (MCP) servers, none had authentication. </p><p>But these standards are months to years away from implementation. For now, security teams must proactively incorporate agent-level test scenarios for all authorization boundaries, such as oversized requests, burst frequency, and multi-step escalation of privileged requests.</p><h2><b>Map your credential blast radius</b></h2><p>In a<a href="https://cloudsecurityalliance.org/press-releases/2026/04/16/more-than-half-of-organizations-experience-ai-agent-scope-violations-cloud-security-alliance-study-finds"> <u>survey conducted by CSA/Zenity</u></a> and published on April 16, 53% of organizations said they had already seen cases where AI agents exceeded their intended permissions, and 47% experienced a security incident involving an agent. </p><p>When AI builder tools such as<a href="https://thehackernews.com/2026/04/flowise-ai-agent-builder-under-active.html"> <u>Flowise</u></a> (CVE-2025-59528, CVSS 10.0), Langflow, or n8n become compromised, the blast radius extends far beyond the host. These tools contain API keys to frontier models, database credentials, vector store tokens, and OAuth tokens to business systems. A compromised AI builder host is not just a single-system breach. It is a credential harvest that unlocks authenticated access to every connected service.</p><p>Without credential dependency maps for each AI tool host, incident response for agent compromise is guesswork. For every instance, document each credential, the extent of its access, and the relevant credential rotation process. Also begin migrating static API keys to short-lived tokens where downstream services allow.</p><h2><b>Five actions for this quarter</b></h2><p><b>1. Deploy the three-layer KEV-EPSS-CVSS filter</b></p><p>Substitute CVSS-only prioritization according to the table above. Automate the collection of data from all three APIs as part of a scheduled script against your asset inventory. Desired outcome: 18 times more efficient, 85.6% coverage of exploited vulnerabilities, 95% reduction in urgent remediation workload.</p><p><b>2. Implement event-driven patching for Tier 0 services.</b> </p><p>Determine which services fall under the critical exposure tier: Services exposed directly to internet users, AI builder hosts, and container orchestration control plane. Trigger event-driven patching on a CVE publication instead of waiting for the next maintenance window for this tier. </p><p>Goal: deploy patch to canary within four hours of a CVE being declared critical. Use the CISA KEV and EPSS feeds to trigger event-driven patching. In situations where it is impossible to meet the goal of four-hour patching because of legacy dependencies, change-freeze windows, or rollback risk, immediately apply compensating controls such as removing internet exposure to the vulnerable service, rotating credentials for the vulnerable service, disabling affected functionality of the service (if applicable), and identifying an exception owner for the exposure until a patch can be deployed. </p><p>It is not acceptable to allow unbounded exposures for extended periods while awaiting a maintenance window.</p><p><b>3. Test authorization boundaries at agent scale.</b> </p><p>Create test cases for every API that AI agents may communicate with via AuthZ policies. Specifically, include test cases for requests exceeding 1MB, 5MB, and 10MB body sizes. This includes test cases for burst rate &gt; 100 requests per second and test cases for unusual parameter combinations (privileged flags, host mounts, capability additions). Additionally,<a href="https://www.csoonline.com/article/4157405/old-docker-authorization-bypass-pops-up-despite-previous-patch.html"> <u>patch to Docker Engine 29.3.1</u></a> to fix CVE-2026-34040.</p><p><b>4. Credential blast radius mapping for all AI builder hosts.</b> </p><p>Document each credential for each Langflow, Flowise, n8n, and custom AI pipeline instance. Classify each credential by its lifespan (static key vs. short-lived token). Identify what each credential can access. Set up alerts for anomalous IP or identity for any credential access.</p><p><b>5. Shadow AI discovery scan for this week.</b> </p><p>According to CSA data, there is a greater than 50% chance that your agents have exceeded their expected boundaries. Check your Security Information and Event Management (SIEM) and network monitoring tools for communications to the default ports of the AI builder: Langflow 7860, Flowise 3000, and n8n 5678. Any unauthorized instances are an unmonitored attack surface.</p><h2>The takeaway</h2><p>AI agents are emerging, and t<!-- -->he standards bodies are responding. The IETF has multiple drafts related to agent authentication and authorization. The<a href="https://www.coalitionforsecureai.org/"> <u>Coalition for Secure AI</u></a> has published its <a href="https://www.coalitionforsecureai.org/wp-content/uploads/2026/03/model-context-protocol-security-1.pdf"><u>MCP Security taxonomy</u></a> and <a href="https://www.coalitionforsecureai.org/announcing-the-cosai-principles-for-secure-by-design-agentic-systems/"><u>Secure-by-Design principles</u></a>. </p><p>But these standards move at standards-body speed, and the exploit window is now measured in hours. Organizations that implement the three-layer filter and event-driven patching this quarter will have a measurable reduction in exposure. Those who wait will be running calendar-based patch cycles against an adversary that operates in less than 20 hours. </p><p><i>Nik Kale is a principal engineer specializing in enterprise AI platforms and security</i></p>]]></description>
            <category>Security</category>
            <category>DataDecisionMakers</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/2cA0GCQpD8tpycEMmf0mwY/617d2d6214e1fadcb252519b00a1ec60/u7277289442_A_modern_interpretation_of_cybersecurity._3D._--a_48e0894a-799a-4645-9c75-f18358f3b4bf_3.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[DataGrail report finds your vendor may be sending data to AI models you never approved]]></title>
            <link>https://venturebeat.com/security/datagrail-report-finds-your-vendor-may-be-sending-data-to-ai-models-you-never-approved</link>
            <guid isPermaLink="false">6QkX7JTVdaJWQeypRbzgJ7</guid>
            <pubDate>Wed, 27 May 2026 16:00:00 GMT</pubDate>
            <description><![CDATA[<p>The data processing agreement (DPA) — the bedrock contract companies use to evaluate how vendors handle personal data — can no longer be trusted at face value. That is the central, and arguably most alarming, conclusion of DataGrail&#x27;s <a href="https://www.datagrail.io/resources/interactive/data-privacy-trends-report-2026/"><i>Privacy and AI Trends Report 2026</i></a>, released today.</p><p>The San Francisco-based privacy platform analyzed 2,400 popular business software providers and found that 63.6% of vendors that prominently advertise AI capabilities do not disclose a third-party AI subprocessor in their legal documentation. The implication: the majority of companies purchasing AI-enabled software may be unknowingly exposing their customers&#x27; data to AI models and pipelines they never reviewed, never approved, and may not even know exist.</p><p>&quot;All software vendors are trying to move to become AI vendors, which makes sense, but the technologies are moving faster than AI governance can actually keep up,&quot; DataGrail co-founder and CEO Daniel Barber told VentureBeat in an exclusive interview ahead of the report&#x27;s release. &quot;The DPA should be the reliable document that teams use to evaluate AI risk, but based on that number, that&#x27;s not enough in 2026.&quot;</p><p>The finding drops into an enterprise landscape where organizations with high levels of shadow AI already experience average breach costs of $4.63 million — $670,000 more than those with low or no shadow AI, according to IBM&#x27;s <a href="https://www.ibm.com/reports/data-breach">2025 Cost of Data Breach Report</a>. And it arrives in a year when U.S. states gave out <a href="https://www.gartner.com/en/newsroom/press-releases/2026-04-28-gartner-estimates-us-states-privacy-fines-totaled-3-point-425-billion-dollars-in-2025-trend-expected-to-accelerate-through-2028?utm_campaign=SM_GB_YOY_GTR_SOC_SF1_SM-PR&amp;utm_source=threads,twitter&amp;utm_medium=social">$3.425 billion in privacy-related fines</a> — more than the last five years combined — a trend Gartner expects to accelerate through 2028.</p><h2><b>How researchers uncovered the growing gap between AI vendor contracts and reality</b></h2><p>DataGrail&#x27;s methodology for arriving at the 63.6% figure goes well beyond reading contracts. The company&#x27;s research team cross-referenced DPA disclosures against product documentation, GitHub environments, API connections, and marketing materials for each of the 2,400 vendors in its tracking universe.</p><p>Barber walked VentureBeat through the process: &quot;We looked at the DPA as the baseline, but then what we also looked at is the GitHub environment, the API connections that a particular vendor has, the product documentation, the marketing documentation, and triangulate that information to discern — okay, so the DPA document says use OpenAI, but actually you&#x27;ve got these three AI subprocessors over here in your product documentation outlining features and functionality, but that is not reflected in your DPA.&quot;</p><p>When asked directly about how confident he was that these gaps represent actual shadow AI risk rather than vendors using proprietary technology, Barber was unequivocal. &quot;Very confident, because we looked at the sample of the 2,400 systems, and we spent a substantial amount of time actually looking at product documentation, GitHub environments, looking at actual API connections, because we integrate with these systems as well, so we know how they process personal information. It is from primary research.&quot;</p><p>The disclosure gap matters because it undermines the entire chain of trust that privacy programs rely on. Consider a scenario Barber described: A company invests in an AI recruiting tool. The tool&#x27;s DPA lists Claude as its foundational model. The company dutifully performs a security review of Anthropic&#x27;s AI. But the recruiting tool also quietly uses OpenAI and Gemini behind the scenes — models the company never evaluated. </p><p>Those undisclosed models then process thousands of resumes and execute automated hiring decisions. The company, without knowing it, has exposed sensitive personal information — home addresses, financial data, possibly Social Security numbers — to AI systems it never vetted, potentially violating FTC regulations on automated decision-making in employment. &quot;How those vendors are evaluating and performing that automated decision making could be really disastrous for a business,&quot; Barber said.</p><h2><b>One-third of AI systems also process sensitive data, and the true number is likely higher</b></h2><p>The disclosure gap alone would be concerning enough. But <a href="https://www.datagrail.io/resources/interactive/data-privacy-trends-report-2026/">DataGrail&#x27;s report</a> layers on another finding that makes the problem materially worse: 32.8% of AI systems that disclose AI capabilities also disclose at least one other high-risk activity, such as processing sensitive personal information or powering automated decision-making. Among AI systems with self-reported risk factors, 47.1% process personal data, 20.7% have the potential to power automated decision-making, 16.5% process sensitive data categories like health or financial information, and 7.5% process biometric data.</p><p>The report argues these figures almost certainly undercount actual exposure, since they reflect only what vendors have formally disclosed. Vendors could underreport access to personal data, and the inherent flexibility of AI means even good-faith vendors might not predict riskier user applications of their tools.</p><p>This has immediate regulatory implications. The <a href="https://cppa.ca.gov/announcements/2025/20250923.html">CCPA&#x27;s new risk assessment requirement</a>, effective January 1, 2026, requires businesses to conduct and document risk assessments for processing activities that present significant privacy risks — and will require submission to CalPrivacy by April 2028, with executive attestation under penalty of perjury. </p><p>Processing sensitive personal information with AI, or using AI for automated decision-making, are precisely the activities that trigger this obligation. The report finds that 42% of companies abandoned AI initiatives in 2025 with data privacy concerns cited as a primary obstacle — a statistic sourced to <a href="https://www.spglobal.com/market-intelligence/en/news-insights/research/2025/10/generative-ai-shows-rapid-growth-but-yields-mixed-results">S&amp;P Global research</a>. Privacy teams that engage early with AI projects, Barber argues, can prevent that waste by ensuring safeguards are in place before launch, with AI risk assessments serving as the right starting point.</p><h2><b>Why consent management became 2025&#x27;s most punished privacy failure</b></h2><p>While shadow AI is still a newer category of threat, the report makes clear that traditional privacy challenges have not eased — they have intensified. Consent management was the busiest enforcement topic of 2025. California alone publicly reported $4.3 million in CCPA consent settlements, and 2025 saw over 1,400 class action wiretapping suits driven by private firms investigating tracking pixels and session replay software.</p><p>Despite this enforcement wave, 63% of the 5,000 websites DataGrail audited still fail to comply with universal opt-out mechanisms such as the Global Privacy Control signal. While that figure represents an improvement from 75% non-compliance in 2023, the pace of improvement is slow relative to the acceleration in enforcement.</p><p>Barber pointed to the case of <a href="https://www.toddsnyder.com/">Todd Snyder</a>, the menswear retailer that the California Privacy Protection Agency <a href="https://cppa.ca.gov/announcements/2025/20250506.html">fined $345,178</a> in May 2025, as evidence that enforcement is no longer reserved for big tech. &quot;This is a business that has two or three stores across the U.S. They have 300 employees,&quot; he said. &quot;They run tight margins because they&#x27;re a consumer menswear clothing store.&quot;</p><p>The California Attorney General also reached a <a href="https://oag.ca.gov/news/press-releases/california-wont-let-it-go-attorney-general-bonta-announces-275-million">$2.75 million settlement with Disney</a> over failures to honor opt-out signals, while the California Privacy Protection Agency has brought enforcement actions against <a href="https://privacy.ca.gov/2026/03/youth-sports-media-company-to-pay-1-1-million-fine-change-practices-over-privacy-violations/">PlayOn Sports</a> and <a href="https://www.koleyjessen.com/insights/publications/lessons-for-businesses-from-2026s-first-california-privacy-enforcement-actions">Ford</a> — a pattern that demonstrates both the breadth and depth of regulatory activity. Among the trackers that fire even after a user sends a GPC signal, the report found that 27.1% come from Google Analytics and 43.8% are for targeted advertising via platforms like Meta and Microsoft.</p><p>For users who do engage with consent banners, 48.3% click &quot;Accept all,&quot; while only 12.4% select &quot;Essential only&quot; and 2.3% customize their preferences. A full 37% simply exit the banner without making a selection. The practical takeaway: less than 15% of users make a conscious choice to opt out of tracking, which means consent banners present relatively low business risk when properly configured — but enormous regulatory risk when they are not.</p><h2><b>Data deletion requests surge 567% as the cost of manual processing hits $1.5 million a year</b></h2><p>Data subject request volume hit an all-time high for the fifth consecutive year. Deletion requests have surged 567% since 2021 and now represent 87% of all data subject requests. Access requests, by contrast, have gradually declined as consumers skip visibility and reach straight for the delete button.</p><p>The cost is staggering. For a mid-sized organization receiving 5 million annual web visitors, the report estimates manual DSR management now runs approximately $1.5 million per year, based on Gartner&#x27;s <a href="https://trustarc.com/resource/dsr-request-management-global-comparison/">estimated cost of $1,524 per manual DSR</a>. The average cost has climbed from $238,000 in 2021 to $1.51 million in 2025 — a trajectory that makes manual processing not just inefficient but, as the report argues, &quot;irresponsible.&quot;</p><p>Barber emphasized that these numbers reflect verified human requests with bot and spam traffic excluded, and that data broker scenarios — which will see their own massive influx of requests under <a href="https://en.wikipedia.org/wiki/Delete_Act">California&#x27;s Delete Act</a> — are reported separately. &quot;That is a natural increase,&quot; Barber told VentureBeat. &quot;If you&#x27;ve now got 20-plus U.S. states with privacy regulation, it&#x27;s unlikely that we see a federal bill passed, even though we&#x27;ve seen one proposed. And while we don&#x27;t see federal awareness and regulation, we do see at the state level over 20 states, and that may actually increase awareness for the consumer even more.&quot;</p><p>He added a telling detail about how businesses are responding in practice: &quot;99% of DataGrail customers do process that deletion&quot; even for residents of states without privacy laws, &quot;simply because it&#x27;s too hard at this point. Discerning and even communicating to the person, &#x27;Hey, you live in Montana, sorry, you&#x27;re just in an unfortunate state without regulation&#x27; — you just can&#x27;t do that.&quot; Data brokers felt the impact most acutely, with a 398% increase in deletion requests compared to 2024 and an average of over 2,000 deletion requests handled per month.</p><h2><b>State regulators issued $3.4 billion in privacy fines last year, and both parties want more</b></h2><p>The regulatory landscape underpinning all of these trends has fundamentally shifted from education to punishment. Nearly half of U.S. states now have a <a href="https://pro.bloomberglaw.com/insights/privacy/state-privacy-legislation-tracker/">comprehensive privacy law</a> in effect, plus <a href="https://www.brookings.edu/articles/how-different-states-are-approaching-ai/">over 160 AI-specific laws</a>. State legislatures enacted 145 AI-related laws in 2025 alone, with another thousand introduced or reworked. According to Gartner, over 50% of the U.S. population is now covered by a comprehensive state privacy law, with 24 additional states expected to pass laws within five years. States have also begun pooling their resources, with ten forming the <a href="https://www.jdsupra.com/legalnews/two-more-states-join-consortium-of-6791648/">Consortium of Privacy Regulators</a> last year and pledging to coordinate investigations across state lines.</p><p>Barber argued that privacy enforcement is fundamentally bipartisan, which insulates it from the shifting political winds of the current administration. &quot;Privacy overall is a pretty bipartisan issue,&quot; he said. &quot;It&#x27;s easy to pass privacy regulation because constituents somewhat expect privacy in their day-to-day living. If you were flying on an airline and they said, &#x27;Okay, this seat, if you want your privacy, you&#x27;re going to have to pay $6 more,&#x27; you&#x27;re like, &#x27;I&#x27;m going to go to another airline.&#x27; It&#x27;s an expected part of a transaction at this stage.&quot;</p><p>He predicted that other states will replicate California&#x27;s enforcement model. &quot;California has their enforcement division, CalPrivacy. That group has one task: to ensure enforcement of privacy throughout businesses. Is it likely that we see other states get funding and support to fund these types of groups? Highly likely. The enforcement fines — the actual payments — go back to us as constituents. That type of model, you could imagine, being very popular across the country.&quot;</p><h2><b>Privacy teams are losing a third of their staff just as AI governance demands explode</b></h2><p>Perhaps the most paradoxical finding in the report is that privacy teams lost as much as <a href="https://www.isaca.org/resources/reports/state-of-privacy-2026">33% of their headcount last year</a>, even as their workloads expanded across every metric the report tracks. Cisco data cited in the report shows that 90% of privacy programs expanded in 2025 due to AI, while only 12% of AI governance programs are considered mature. Meanwhile, 74% of privacy teams planned to apply AI to privacy-related tasks in 2026, according to <a href="https://www.isaca.org/about-us/newsroom/press-releases/2026/new-isaca-study-privacy-teams-are-shrinking-increasingly-stressed">ISACA&#x27;s State of Privacy 2026 survey</a>.</p><p>Barber sees this as part of a broader macroeconomic pattern rather than a sign that organizations do not value privacy. &quot;It&#x27;s actually a fascinating macro trend, and probably one you&#x27;ve seen across all functions,&quot; he said. &quot;Businesses are driving more efficiency in all parts of the business. Privacy teams, five years ago, we would have said, &#x27;Well, there&#x27;s more regulation, the volume of deletions have increased 500%, we need more humans.&#x27; It&#x27;s become clear that AI provides capabilities that can do the work for privacy individuals.&quot; He drew an analogy: &quot;They might have had a design team of 20 people five years ago, now they have a design team of five, courtesy of Claude Design or Gamma or whatever the tool may be. I think that&#x27;s what we&#x27;re seeing here as well.&quot;</p><p>DataGrail has positioned its own AI agent, <a href="https://www.datagrail.io/blog/product/introducing-vera-the-first-complete-ai-privacy-agent/">Vera</a> — launched in March 2026 — as part of the answer. Vera is embedded within DataGrail&#x27;s existing platform and aims to automate privacy workflows across multiple jurisdictions. The company was also named the first production-ready<a href="https://www.datagrail.io/blog/product/whats-new-from-datagrail-february-2026/"> Model Context Protocol server for privacy</a>, using the standard created by Anthropic to enable customers to launch DataGrail tools from whatever application they are already working in, whether Slack, email, or Claude.</p><h2><b>Can a vendor-produced report be trusted to diagnose the problems that vendor sells solutions for?</b></h2><p>DataGrail is, of course, a company that directly benefits from the problems its report identifies. The company has raised a total of $84.2 million over five rounds, with its largest being a <a href="https://www.datagrail.io/press/datagrail-raises-45-million/">$45 million Series C</a> in October 2022 led by Third Point Ventures. Its platform addresses precisely the data mapping, DSR automation, consent management, and risk assessment challenges the report spotlights.</p><p>Barber acknowledged the tension directly. &quot;It&#x27;s a fair statement,&quot; he said when asked about potential skepticism. &quot;DataGrail doesn&#x27;t provide a service to keep DPAs up to date — that&#x27;s on a business to evaluate how they work with a vendor. What DataGrail does help to do is assessments, and automate those assessments using our AI agent, Vera, to assess that increased risk.&quot;</p><p>He argued that the more neutral reading of the data is structural: &quot;This is evidence to show that the DPA unfortunately is not keeping up with technology and the speed at which technology is innovating. That&#x27;s both exciting but also we need to accept that&#x27;s where we are.&quot; The methodology does lend some credibility to this claim. </p><p>The report draws on anonymized privacy operations data from hundreds of enterprise customers, the 2,400-system AI tracking database, and the 5,000-website consent audit — sources that are at least partially independent of DataGrail&#x27;s commercial interests. And the broader findings on enforcement spending, DSR volume trends, and regulatory expansion align closely with independently published data from Gartner, Cisco, and state enforcement agencies.</p><h2><b>The next frontier: agentic AI could spread unvetted data across entire organizations autonomously</b></h2><p>When asked about the most important trend that did not make it into the report, Barber pointed to a next-generation risk that extends the shadow AI problem into far more dangerous territory: agentic AI workflows. Gartner predicts <a href="https://www.pagerduty.com/resources/itops/analyst-report/gartner-predicts-report-2026-ai-agents-transform-it-infrastructure-operations/">40% of enterprise applications</a> will feature task-specific AI agents by end of 2026, up from under 5% in 2025 — a pace of adoption that could rapidly outstrip the governance mechanisms companies are only now beginning to build.</p><p>&quot;Where we go next with this research is agent processing,&quot; Barber said. &quot;How are agents then leveraging that information? Because the downstream ramifications would be far more concerning for a business. One particular system is using shadow AI, the business has no idea that that&#x27;s happening, and then an agent is propagating that information across a whole bunch of other places. The guardrails of you and I checking the system will be lower than maybe what we&#x27;ve seen in the past with agentic workflows.&quot;</p><p>He framed the distinction in human terms: &quot;The identity of an agent is different than a human. There is thought that goes into what am I about to use here, where did this information come from, how was it collected — that may not be considered in the same way for an agentic workflow. We need to solve the root of the problem, which is how are these businesses leveraging AI subprocessors. But this quickly becomes an agentic problem that could be far more concerning.&quot;</p><p>For the enterprise privacy and security leaders absorbing this report today, the uncomfortable truth is that the foundational documents and processes they have relied on to manage vendor risk for years are decomposing in real time. The DPA is breaking down as a reliable instrument. State enforcement is accelerating on a bipartisan basis. Privacy teams are shrinking even as their mandates expand. And the next wave of agentic AI systems threatens to distribute unvetted data processing across networks of autonomous agents that operate with even less human oversight than today&#x27;s tools.</p><p>Five years ago, when DataGrail published its first trends report, deletion requests were a fraction of what they are today, only a handful of states had privacy laws on the books, and the phrase &quot;shadow AI&quot; did not exist. Every year since, the report has warned that the problem was getting worse. Every year, the data has proved it right. The companies that survive the next chapter will not be the ones with the biggest compliance teams or the thickest policy binders. They will be the ones that accept a disorienting new reality: in 2026, the contracts you signed may not describe the AI that is already processing your customers&#x27; data — and by 2027, autonomous agents may be deciding what to do with it.</p>]]></description>
            <author>michael.nunez@venturebeat.com (Michael Nuñez)</author>
            <category>Security</category>
            <category>Data</category>
            <category>Business</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/7AZgKVWkH5KjpSGWlPf4sO/8ccdefa0059b057a7fc9950fc323ac5a/Listing_image.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[The attack dominating financial services doesn't steal passwords. It resets MFA and steals the token.]]></title>
            <link>https://venturebeat.com/security/attack-dominating-financial-services-resets-mfa-steals-token</link>
            <guid isPermaLink="false">4hISdBGG9lwlVfszlf1Rnc</guid>
            <pubDate>Tue, 26 May 2026 19:34:30 GMT</pubDate>
            <description><![CDATA[<p>The attacker who hit the most financial services organizations over the past 12 months never phished a password. They called an IT support line, convinced an employee to reset their MFA, and registered their own device on the network.</p><p>CrowdStrike’s <a href="https://www.crowdstrike.com/en-us/resources/reports/crowdstrike-2026-financial-services-threat-landscape-report/">2026 Financial Services Threat Landscape Report</a>, released this month and covering activity from April 2025 through March 2026, identified Mutant Spider as the single most active threat to the financial services sector. The group’s primary technique was voice phishing over Microsoft Teams. Operators impersonated internal IT support, convinced employees to reset their credentials and multifactor authentication, then registered their own devices on corporate networks. The security control worked exactly as designed — and that was the problem.</p><p>Within days, the FBI published a <a href="https://www.ic3.gov/PSA/2026/PSA260521">public service announcement</a> warning about Kali365, a phishing-as-a-service platform sold on Telegram for as little as $250 a month. Kali365 captures Microsoft 365 OAuth tokens through the legitimate device code authentication flow. MFA fires on the victim’s device, not the attacker’s. The token grants persistent access to Outlook, Teams, and OneDrive without triggering another MFA prompt.</p><p>The <a href="https://www.verizon.com/business/resources/reports/dbir/">Verizon 2026 Data Breach Investigations Report</a>, also released in May, confirmed that credential theft dropped to 13% of breach initial access vectors. Vulnerability exploitation took the top position at 31%, displacing what Verizon called the longtime leading initial-access category. That&#x27;s three independent sources, same structural finding. MFA protects password-based authentication, but the attacks dominating financial services increasingly bypass password theft through resets, token grants, and exploitation. The MFA Bypass Exposure Audit Grid at the end of this article maps all five confirmed attack surfaces from the CrowdStrike, FBI, and Verizon reports, what MFA misses on each one, and the specific fix for Monday morning.</p><h2>The CrowdStrike numbers paint a sector under sustained pressure</h2><p>Financial services ranked as the fourth most targeted sector by Q1 2026, accounting for 12% of all observed adversary activity, according to the CrowdStrike report. Globally, financial institutions faced 43% more hands-on-keyboard intrusions in 2025 compared to two years earlier. In North America, that figure was 48%.</p><p>The e-crime side of the problem grew faster than most defenders expected. Big game hunting operators named 423 financial services entities on dedicated leak sites during the reporting period. That is a 27% increase from the 334 entities named in the prior 12 months. REVENANT SPIDER, which operates the Qilin ransomware-as-a-service program, posted the most financial services victims of any e-crime adversary on its dedicated leak site. The group’s financial services victim count jumped from 14 to 97 over the reporting period.</p><p>“Who needs a zero day if all you have to do is call the help desk and say, &#x27;I forgot my password&#x27;?” Adam Meyers, senior vice president of counter adversary operations at CrowdStrike, told VentureBeat. That one sentence captures the structural shift his team documented across twelve months of financial services intrusions.</p><p>The interactive intrusion breakdown tells the story of who is actually getting inside these networks. E-crime actors drove 75% of hands-on-keyboard intrusions against financial services. State-sponsored adversaries accounted for the remaining 25%. That ratio has not moved since 2023. What changed is the total volume and the sophistication of the access techniques.</p><p>Mutant Spider’s vishing campaigns over Microsoft Teams represent a structural shift in initial access. The group impersonates IT support, manipulates employees into resetting MFA, then deploys custom post-access tools including PrionFlaire, SocksLoader, and SleepyMutagen. CrowdStrike believes the group sells that access to ransomware operators. The Teams call is step one. The ransom note is step five.</p><blockquote><p>“Who needs a zero day if all you have to do is call the help desk and say, &#x27;I forgot my password&#x27;?”</p></blockquote><p>Scattered Spider returned to aggressive ransomware operations against insurance companies from April through July 2025, following a significant operational pause that began in December 2024. The group ran the same playbook it has used since 2022: help desk social engineering; credential and MFA reset requests; then lateral movement through integrated SaaS applications to locate data for extortion. In September 2025, the U.K.’s National Crime Agency arrested and charged two members for allegedly targeting Transport for London. The U.S. Department of Justice separately <a href="https://www.justice.gov/opa/pr/united-kingdom-national-charged-connection-multiple-cyber-attacks-including-critical">charged one of them in connection with multiple cyberattacks</a> against U.S. critical infrastructure.</p><h2>State-sponsored groups added scale and speed</h2><p>The report’s state-sponsored findings reinforce the identity problem from a different direction. DPRK-nexus adversaries stole <a href="https://www.chainalysis.com/blog/crypto-hacking-stolen-funds-2026/">$2.02 billion in digital assets</a> in 2025, a 51% increase from the prior year. In February 2025, Pressure Chollima executed the largest single theft ever reported, stealing $1.46 billion in cryptocurrency by compromising Safe{Wallet}, a digital asset management platform supporting the Bybit exchange, after a developer’s machine was infected through a trojanized Python project. China-nexus groups conducted sustained campaigns against financial institutions across multiple continents. Hollow Panda exploited Check Point VPN appliances to target banks in the Philippines, Indonesia, and Brazil. Vault Panda gained initial access through compromised VPN and firewall appliances across four continents. Every state-sponsored campaign CrowdStrike documented shared a common thread. The adversary’s first move targeted an identity, a credential, or a trusted access path.</p><p>Elia Zaitsev, CrowdStrike’s CTO, told VentureBeat in April that the speed of these operations is outpacing traditional defense models. “Traditional approaches are just not designed for this sort of behavior,” Zaitsev said.</p><h2>Kali365 turns token theft into a subscription service</h2><p>The FBI’s May 21 public service announcement on Kali365 confirmed the second attack path that makes this a compound problem. The platform exploits Microsoft’s OAuth 2.0 device authorization grant flow, a mechanism designed for devices like smart TVs and conference room systems that cannot support interactive login. Kali365 sends phishing emails impersonating trusted services like Adobe Acrobat Sign, DocuSign, and SharePoint. The email contains a device code and instructions to visit a legitimate Microsoft verification page. The victim authenticates normally. MFA fires. The token goes to the attacker.</p><div></div><p><a href="https://arcticwolf.com/resources/blog/token-bingo-dont-let-your-code-be-the-winner/">Arctic Wolf</a>, which published a technical deep dive on Kali365 in April, documented a three-tier commercial structure. An admin tier for the developers, an agent tier for resellers, and a client tier for paying affiliates. Subscription pricing runs from $250 for 30 days to $2,000 for a year. The platform supports 14 languages and includes AI-generated phishing lures, automated campaign templates, and a real-time tracking dashboard.</p><p>The device code flow is not a vulnerability. It is a feature. Microsoft designed it for devices that cannot support interactive login. The problem is that default Entra ID configurations do not restrict its use, and most organizations have never audited whether any legitimate workflow actually requires it. Kali365 exploits that gap between design intent and deployment reality.</p><p>The Verizon DBIR reinforced that assessment from a different angle. The 2026 edition analyzed more than 22,000 confirmed breaches across 145 countries. Vulnerability exploitation at 31% now leads credential abuse at 13%. The median time for full patching increased to 43 days, up from 32. Organizations patched only 26% of critical flaws in CISA’s Known Exploited Vulnerabilities catalog, down from 38% the prior year.</p><p>That data creates a clear picture. The industry has spent two decades building defenses against credential theft. The attacks that are actually working in financial services either remove MFA through social engineering or capture tokens through legitimate authentication flows where MFA does not protect the attacker’s session.</p><h2>MFA Bypass Exposure Audit Grid</h2><p>Security directors need to run this audit against their environment this week. Each row represents a confirmed attack path from the three reports above.</p><table><tbody><tr><td><p><b>Attack Surface</b></p></td><td><p><b>Confirmed Event</b></p></td><td><p><b>What MFA Misses</b></p></td><td><p><b>Action</b></p></td></tr><tr><td><p>Teams vishing/help desk MFA reset</p></td><td><p>Most active FS attacker called employees on Teams, got MFA reset, registered own device (CrowdStrike)</p></td><td><p>Help desk verifies caller identity without out-of-band confirmation. Social engineering removes MFA entirely.</p></td><td><p>Out-of-band verification for all MFA resets. FIDO2 hardware keys. Callback on a separate channel.</p></td></tr><tr><td><p>OAuth device code flow</p></td><td><p>$250/mo tool captures M365 tokens via devicelogin page. MFA does not fire on attacker’s device. (FBI)</p></td><td><p>Not restricted in default Entra ID configurations. Authentication channel separates user’s MFA challenge from attacker’s token grant.</p></td><td><p>Restrict device code flow in Entra ID conditional access. Block unmanaged devices.</p></td></tr><tr><td><p>Token persistence</p></td><td><p>Both paths end here. Valid tokens can grant weeks or months of silent access depending on token lifetime configuration. (CrowdStrike + FBI)</p></td><td><p>Traditional credential-theft monitoring does not flag token-based access. Tokens are credential-equivalent bearer artifacts, but most detection tools do not classify them that way.</p></td><td><p>Monitor OAuth refresh token usage from unfamiliar devices. Token lifetime policies.</p></td></tr><tr><td><p>Post-access SaaS movement</p></td><td><p>After reset, attackers pivoted to SaaS apps for credentials and docs. (CrowdStrike, insurance sector)</p></td><td><p>DLP monitors file downloads, not post-reset session activity or token-based API calls from authorized sessions.</p></td><td><p>Audit Graph API access. Flag bulk ops from reset or device-code sessions.</p></td></tr><tr><td><p>Budget misalignment</p></td><td><p>Credential theft at 13%. Vuln exploitation at 31%. (Verizon DBIR) Patch reverse-engineering within 72 hours. (Ivanti)</p></td><td><p>Legacy, login-only MFA investment addresses the threat that just dropped to third. Token capture and social engineering sit outside that investment.</p></td><td><p>Rebalance toward token monitoring, session validation, identity verification for resets.</p></td></tr></tbody></table><p>Mike Riemer, SVP and field CISO at Ivanti, told VentureBeat in an exclusive interview that the speed problem compounds the budget misalignment. “Threat actors are reverse engineering patches, and the speed at which they’re doing it has been enhanced greatly by AI,” Riemer said. “They’re able to reverse engineer a patch within 72 hours. If I release a patch and a customer doesn’t patch within 72 hours of that release, they’re open to exploit.”</p><h2>The structural problem is clear</h2><p>“People are forgetting about runtime security,” Zaitsev said. “We’ve done this before, with endpoint and virtualization and cloud. People really focused on, hey, let’s patch all the vulnerabilities. Impossible. Let’s make sure we lo</p><p>ck down all the permissions. Somehow always seem to miss something.”</p><p>The attackers who matter most in financial services right now are not stealing passwords. They are calling help desks. They are exploiting legitimate authentication flows. They are capturing tokens that persist for months. The defenses that consumed the largest share of security budgets for the past decade are pointed at a threat that just dropped to third place.</p><p>The fix is not adding another layer of MFA — Zaitsev and Riemer both said as much. It&#x27;s rethinking what MFA actually protects, what it doesn&#x27;t, and where the budget needs to go next.</p><p></p>]]></description>
            <author>louiswcolumbus@gmail.com (Louis Columbus)</author>
            <category>Security</category>
            <enclosure url="https://images.ctfassets.net/jdtwqhzvc2n1/74QmpXvd2qShhEWQ3NA1If/1f57d3acc4e94cac222aaf3d8dfbe3f5/HERO.png?w=300&amp;q=30" length="0" type="image/png"/>
        </item>
    </channel>
</rss>