Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Hacker News · 2026/7/29 11:44:33
Document-borne AI worms can self-propagate through Copilot for Word

Document-borne AI worms can self-propagate through Copilot for Word

AI 中文解读
据最新研究,黑客发现了一种能通过微软Word的AI助手Copilot自我传播的“文档蠕虫”。这是首次在主流办公软件中展示这类攻击:恶意指令藏在文档里,当用户用Copilot写或改文章时,AI会误把这些指令当作正常请求,不仅按指令操作,还会把恶意内容复制到新文档中。新文档被其他人打开后继续传播,就像病毒蔓延一样,无需用户主动点击。对普通人来说,这意味着从不明网站下载文档并让AI帮忙处理时,可能无意中触发连锁反应——比如财务报告里混入错误数据,或者机密信息被复制到公开文件里。未来用AI工具辅助办公,一定要警惕文档来源,否则你的“智能助手”可能变成“内鬼”。
Context Collapse, Part 3 - AI Worming through Word Posted Jul 28, 2026 Updated Jul 28, 2026 By Håkon Måløy views 18 min read Context Collapse, Part 3 - AI Worming through Word Contents Context Collapse, Part 3 - AI Worming through WordI would like to thank Microsoft product teams and Microsoft Security Response Center (MSRC) for collaborating with me on this technical analysis and mitigation of the disclosed vulnerabilities. The editorial opinions reflected below are solely the author’s and do not necessarily reflect those of the organizations I collaborated with.SummaryThe findings described in this post are part of a coordinated disclosure with MSRC and Microsoft product teams. Microsoft was provided with reproduction steps, videos, environmental assumptions, and the exact proof-of-concept (PoC) prompts used during testing. They were also informed of a 90-day coordination period before disclosure. This was extended two times, resulting a 144-day coordination period.In parts 1 and 2 in this series, I have shown how external inputs could influence Copilot responses and, in some cases, potentially lead to confidentiality impacts through Cross-Domain Prompt Injection Attacks (XPIAs). This report builds on those findings and extends the XPIA analysis from single-interaction compromise to propagation across trusted document workflows. It shows that attacker-controlled instructions in one document can be copied into Copilot-generated or Copilot-edited Word documents, causing those downstream documents to become new carriers of the same attack.Previous examples of AI-worms exist. Notably, Morris II demonstrated self-replicating prompt propagation in GenAI-powered email-assistant ecosystems. However, to my knowledge, this is among the first public demonstrations of document-borne AI-worm self-propagation through normal workflows in a mainstream commercial productivity suite.The reported scenario is:Malicious instructions hidden in an externally shared document could make Copilot alter drafted or edited documents in Word and propagate the attack to new documents.The full attack in briefThe attackAn attacker places hidden instructions in a document that is later used as source material in Copilot for Word. Copilot may interpret those instructions as part of the user’s request, causing it to manipulate the document being drafted or edited. Copilot may then also copy the hidden instructions into the resulting document, turning that document into a new carrier. If the carrier is subsequently used in another Copilot-assisted workflow, the instructions can trigger again and propagate into further documents, even without the attacker’s original document being present.ExampleConsider an employee preparing a financial report. The employee downloads a market analysis from a trusted website that has been compromised, unaware that the document contains hidden instructions. The employee then includes the analysis as source material when drafting the report with Copilot. The hidden instructions cause Copilot to alter internal figures in the financial report and copy the attack into the new document. The employee saves and shares the apparently legitimate report internally. Later, a colleague uses it as source material for another report; the instructions trigger again, alter the new report, and copy themselves forward. The attack can therefore continue without further involvement from either the compromised website or the original malicious document. As affected reports are reused, additional reports and documents can become carriers of the attack.Disclosure status at publicationVendor: MicrosoftCoordinated disclosure: Handled through MSRC and Microsoft product teamsIncluded in this post: XPIA and self-propagation scenario in Microsoft Copilot for WordCustomer action: No customer-side remediation fully addresses the issue at the time of publication. Customers can reduce exposure by:Treating externally sourced documents as unt
分享
阅读原文