Morris II: First Generative AI Worm Threat Analysis

By Christopher Ort

Summary

What happened

Researchers have demonstrated the first generative AI worm, dubbed " Morris II ", proving that self-replicating malicious prompts can spread autonomously across AI ecosystems.

What happened

A team of security researchers built a proof-of-concept AI worm that uses prompt injection to force LLM-powered email assistants to exfiltrate data and forward the malicious prompt to other AI agents.

Why it matters now

As the industry races to deploy multi-agent systems and give LLMs access to enterprise APIs (RPA, CRM, email), vulnerabilities are shifting from isolated chatbot "jailbreaks" to networked, self-propagating agent-to-agent infections.

Who is most affected

CISOs, AI infrastructure architects, and developers building LLM plugins or hooking foundation models (from OpenAI, Anthropic, or Google) up to production databases and communication tools.

The under-reported angle

The media is conflating cyber AI worms with dystopian biological risks, but the real threat is architectural; this is fundamentally a crisis of excessive agency and poor sandboxing in the AI tooling supply chain, not model sentience.

Deep Dive

The generative AI landscape is shifting from isolated chatbots to autonomous, multi-agent setups. With that autonomy, though, comes an old problem dressed in new code: the self-replicating worm. Academic researchers recently published a proof-of-concept for "Morris II," a generative AI worm that can steal data and move between assistants without any user prompting it along. Mainstream coverage sometimes leans into sci-fi alarm, yet the core issue sits in how these systems are wired together.

The attack works by blending adversarial prompt injection with tool-use abuse. An LLM-powered assistant, say an email triage bot, receives a message hiding a crafted prompt. The model then executes commands it shouldn't. What makes Morris II effective is that it instructs the host to exfiltrate data and embed the same malicious prompt into outgoing actions like calendar invites or auto-replies. Once another assistant processes that generated text, the cycle starts over.

Coverage splits along predictable lines. Academic work stresses ablation studies and threat models that show replication remains viable under today's guardrails. Technology press tends to focus on enterprise exposure. Enterprise security teams and groups like OWASP, by contrast, treat it as a clear case of LLM08 (Excessive Agency) and LLM01 (Prompt Injection). The flaw lives in the connections between the model and external tools, not inside the weights themselves.

This gap in how AI infrastructure gets built is hard to ignore. Filtering prompts at the model level alone won't hold up against multi-turn spread, since LLMs process instructions and data through the same stream. From what I've seen, perfect sanitization stays out of reach. The practical move is toward stronger containment rather than waiting for foundation-model fixes.

Engineering teams will need zero-trust patterns built specifically for LLMs: strict API sandboxing, mapping agent behaviors to frameworks like MITRE ATLAS, and SIEM telemetry that flags odd tool-call patterns. As systems move from standalone APIs to interconnected agent swarms, the only reliable stance is to treat every LLM output as untrusted input. That approach keeps a single prompt injection from turning into wider spread.

Stakeholders & Impact

Stakeholder / Aspect

Impact

Insight

AI / LLM Providers

Medium

Forces a shift in priority from simple content filtering to building robust, verifiable agent constraints and provenance tracking (e.g., C2PA).

Enterprise / CISOs

High

Urgent need to update incident response playbooks and controls matrices; connecting LLMs to internal APIs without zero-trust boundaries is now a critical risk.

Plugin & Tooling Devs

High

Must adopt rigorous sandboxing, granular permission scoping, and human-in-the-loop approvals for destructive or outbound API actions.

Security Vendors

Significant

A lucrative market gap is opening for AI-native detection engineering, including telemetry schemas that monitor inter-agent communications for replication behaviors.

About the analysis

This is an independent, research-based analysis synthesizing peer-reviewed academic proofs-of-concept, industry security standards (like OWASP), and enterprise threat intelligence. It is designed for CTOs, AppSec leaders, and AI infrastructure builders navigating the transition from basic LLMs to autonomous agent deployments.

i10x Perspective

The arrival of self-replicating AI worms marks the close of the early "honeymoon" period for autonomous LLM agents. As Google, OpenAI, and Anthropic push toward tightly integrated systems where AI handles email, calendars, and code execution, the attack surface moves from human interfaces to machine-to-machine APIs. Over the next five years the real advantage will belong to ecosystems that add behavioral containment and telemetry without throttling usefulness. How the surrounding infrastructure handles it will shape the next decade of practical AI deployment.

Related News