Researchers from the University of Toronto, Vector Institute, University of Cambridge, and ServiceNow have built a prototype computer virus that uses AI models to compromise computers and leverages the GPU resources of infected machines for inference, thereby intelligently infecting more hosts. The research team states that this achievement 'proves that self-sufficient AI-driven cyber threats are no longer theoretical.'
The worm uses an open-source weights large language model (LLM) running on a single local GPU, without relying on any vendor APIs that could be monitored or revoked. The researchers did not disclose the specific model, only stating that it was released in 2025 and can fit on a single 80GB A100 GPU.
The worm implements functions such as network discovery, host discovery, vulnerability exploitation, privilege escalation, and self-replication through a custom toolkit. Its reasoning process is controlled by a 'directed graph' containing multiple specialized nodes, such as 'plan', 'judge', 'act', 'summarize', and 'progress', each focusing only on tools and prompts relevant to its role, thereby limiting context growth and avoiding confusion.