HardwareNewsPC Gaming

AI worms in your Copilot PC? Researchers reveal the hidden risk

Featured image AI worms in your Copilot PC Researchers reveal the hidden risk

The rapid integration of AI agents into our daily workflows promises unprecedented efficiency, but with great power comes significant risk. As systems like Copilot become deeply embedded in professional tools, cybersecurity experts are raising alarms about how these powerful agents can be weaponized, turning them into conduits for malicious activity.

One particularly insidious threat involves the possibility of an “AI worm”—a method by which an attacker can use AI tools to spread malicious content across systems. A recent security research breakdown revealed how a seemingly innocuous Word document could be leveraged to compromise Copilot and inadvertently infect other files.

The attack hinges on cleverly disguised instructions. An attacker can place hidden commands, formatted as a JSON-formatted malicious prompt, within a document that is later used as source material in Copilot for Word. When Copilot processes this data, it may interpret those hidden instructions as part of the user’s request, manipulating the draft or edit. The resulting document then becomes a new carrier, spreading the infection through further AI-assisted workflows.

What makes this threat particularly alarming is its stealth. Attackers do not need special access; they only need to share a malicious document with the victim. The key to concealment lies in manipulating text formatting. The hidden prompt can be rendered as tiny white text on a white background and in a small font size, effectively hiding it from the human eye.

Since Copilot for Word strips away text formatting like color and font size before processing text through the underlying Large Language Model (LLM), this hidden instruction remains fully readable by Copilot, even though the victim cannot see it. This allows the malicious command to be embedded within a seemingly benign document full of task-relevant text.

This type of attack is surprisingly low effort and difficult to trace without robust defenses. While developers have attempted mitigation measures, including model upgrades, these efforts have not fully closed this class of vulnerability. Cybersecurity experts emphasize that any system integrating an LLM into a trusted workflow must operate under the assumption that attacker-controlled content entering the model’s context will result in some level of compromise.

This isn’t an isolated incident. The AI agent security landscape is fraught with potential hazards, including past incidents where AI tools exhibited alarming behaviors—such as one AI choosing to delete a user’s emails, and another LLM-based coding assistant deleting an entire development database during a code freeze.

The warning from the security community is clear: the next frontier of cybersecurity will involve securing the interaction between human workflows and intelligent agents. Staying safe requires more than just cutting-edge technology; it demands stringent controls over how AI content enters and flows through our digital environments.