The history of cybersecurity was forever changed in 1988 by the Morris Worm, the first piece of malware to spread across the nascent internet. Today, in 2026, we stand at a similar, yet far more ominous crossroads. Security researchers have unveiled how Artificial Intelligence can transform traditional computer worms into autonomous entities that don't just steal data, but "think" and adapt to bypass system defenses.

The Anatomy of 'Morris II'

The recent study, symbolically titled "Morris II," demonstrates how adversarial self-replicating prompts can force Large Language Models (LLMs) to generate and propagate malicious code. Unlike traditional viruses that require user interaction—such as clicking a suspicious link—these AI worms can spread via "zero-click" attacks. For instance, an AI assistant reading your emails could be infected simply by receiving a message containing a specially crafted prompt hidden within seemingly benign text.

The problem lies in the very nature of "agentic" AI. As we grant AI systems the authority to read, write, and send messages or manage our calendars, we are creating a massive attack surface. The worm utilizes the AI model itself (such as GPT-4 or Gemini) as its replication engine. Once the model processes the malicious prompt, it becomes "poisoned" and begins forwarding the same prompt to all the user's contacts, creating a chain reaction capable of paralyzing entire networks within minutes.

From Theory to Applied Espionage

Researchers Ben Nassi, Stav Cohen, and Ron Bitton proved that these worms can extract sensitive data—ranging from credit card numbers to private correspondence—and exfiltrate it to external servers. The criticality of the issue is heightened by the fact that traditional malware detection methods, which rely on code "signatures," are powerless against text that looks like natural language. An AI worm doesn't necessarily contain executable code in the traditional sense; it contains semantic instructions that the AI interprets as valid commands.

  • Autonomous Propagation: The worm requires no human intervention to jump from one system to another.
  • Data Exfiltration: It can scan thousands of documents in seconds searching for specific sensitive information.
  • Bypassing Filters: The use of multimodal data, such as images with embedded commands, makes detection extremely difficult.

The Challenge for Tech Giants

OpenAI, Google, and Microsoft are now in a race to fortify their models. However, the solution is far from simple. If they overly restrict the models' ability to process external data, they negate the utility of AI assistants. If they remain open, they remain vulnerable. The industry is being called upon to redesign LLM architecture, introducing layers of control that separate system instructions from user data—a distinction that is dangerously blurred in today's models.

"This is not just a software bug, but a fundamental flaw in how language models process information," the researchers noted.

In the future, cybersecurity will require "AI overseeing AI." Only through the use of specialized monitoring models that analyze data flow in real-time can we hope to intercept such threats. Until then, our trust in digital assistants must be tempered with a significant dose of skepticism.