BACK TO ARCHIVE
2026-03-14P0 CATASTROPHIC
CASE #0051

The Prompt Injection Highway

Attackers discovered they could hijack OpenClaw agents through link previews in Telegram and Discord messages.

CONFIRMED
🔓 SECURITY LEAK🤖 ROGUE BEHAVIOR
Incident Brief

China's CNCERT issued a formal warning after researchers demonstrated that OpenClaw agents could be hijacked through indirect prompt injection via link previews. The attack was elegant: an attacker crafts a URL that, when generated by the agent and shared to Telegram or Discord, triggers a link preview that silently exfiltrates sensitive data to attacker-controlled domains. The agent itself generates the attack vector, making it nearly invisible to the user. Organizations were urged to isolate OpenClaw instances from sensitive data immediately.

AFFECTED USERS: ~2,000

ESTIMATED COST: $300,000

Root Cause

The Actual Culprit

OpenClaw agents had no URL sanitization or output filtering. When an agent generated a URL containing encoded sensitive data, messaging platform link previews would send that data to external servers automatically.

What Was Done
[OK]CNCERT issued isolation advisory for all OpenClaw deployments
[OK]OpenClaw released URL sanitization update
[OK]Disabled link previews in agent communication channels
[--]Users assumed their Telegram bots were secure
Lessons Learned
📤

Output is an attack surface

We obsess over what goes into an agent. But what comes out can be weaponized too — especially when third-party platforms process it.

🔗

Link previews are data exfiltration channels

Every messaging platform that renders link previews is a potential side channel for leaking data encoded in URLs.

🛡️

Defense-in-depth for agents

Input validation, output sanitization, network isolation — agents need the same security layers we've used for web apps for decades.

Comments (0)

Loading comments...

0/1000
Case Info
Case Number
#0051
Severity
💀P0 CATASTROPHIC
Severity Level
Date
2026-03-14
Affected Systems
OpenClaw Agent Output
Telegram Integration
Discord Integration