AI Powered Malware Worm Prototype Adapts Attacks Across Hosts


TL;DR

  • AI Worm: University of Toronto-linked researchers have built a contained malware worm prototype that tailors attacks to each target.
  • Lab Results: Seven-day tests averaged 31.3 vulnerabilities found and 20.4 hosts reached in a 33-host virtual network.
  • Local Reasoning: The system runs an open-weight model locally, weakening hosted AI safeguards as control points.
  • Defensive Access: Code remains restricted while qualified defensive researchers may request access through University of Toronto vetting.


A University of Toronto, Vector Institute, University of Cambridge, and ServiceNow-linked team has introduced a proof-of-concept AI-driven worm in anew preprint paper, demonstrating a contained system that tailors attacks to each target computer instead of following a fixed exploit list. Contained testing keeps the claim inside a lab environment, but the research authors warn that the “results demonstrate that self-sustaining AI-driven cyber-threats are no longer theoretical.”

During seven-day autonomous runs, the worm averaged 31.3 vulnerabilities found, 23.1 hosts exploited to elevated access, and 20.4 hosts reached in a contained 33-host virtual environment. Across the experiment, machines spanned Linux, Windows, and IoT devices, with no claim that the worm has operated in the wild.

How the AI Worm Adapts

A computer worm is standalone malware that replicates itself across computers, often by using networks and security failures on target machines. Runtime generation changes the usual playbook by producing target-specific attack strategies, so the attack path can shift from one machine to the next instead of stopping at a fixed list of known flaws.

A locally run open-weight large language model powers the prototype on a single graphics processor and avoids commercial AI platform APIs. Open-weight models make trained parameters available outside a hosted service, while a large language model is a neural network trained on large volumes of text for generation, analysis, and related tasks.

How an AI-driven worm propagates across a heterogeneous network by parasitically acquiring computational resources for autonomous reasoning (Source: CleverHans Lab)

Local execution changes the control problem. Separate open-weight AI safety tooling has focused on policy-driven moderation, but this prototype uses local reasoning for propagation. Compromised machines can supply compute for reasoning or extend the worm’s reach, so hosted refusals, filters, and rate limits become weaker control points than environment-level detection and containment.

Each newly controlled host can also become an operational stepping stone. Low-compute devices can forward reasoning work to stronger compromised machines, while other controlled hosts keep scanning and infecting more computers. For defenders, that architecture turns propagation into a distributed resource problem, not just a question of whether one exploit signature is blocked.



Source link

Recent Articles

spot_imgspot_imgspot_imgspot_img

Related Stories