MPC-lab

Market Prices

Coin Price 24h
BTC Bitcoin
$78,151.3 +0.71%
ETH Ethereum
$2,458.48 +0.93%
SOL Solana
$104.99 +1.45%
BNB BNB Chain
$693.5 +0.73%
XRP XRP Ledger
$1.39 +0.62%
DOGE Dogecoin
$0.0847 +0.27%
ADA Cardano
$0.2009 +0.55%
AVAX Avalanche
$7.33 +1.03%
DOT Polkadot
$0.8439 +0.51%
LINK Chainlink
$11.4 +0.68%

Fear & Greed

69

Greed

Market Sentiment

Event Calendar

{{年份}}
15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

12
05
halving BCH Halving

Block reward halving event

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$78,151.3
1
Ethereum
ETH
$2,458.48
1
Solana
SOL
$104.99
1
BNB Chain
BNB
$693.5
1
XRP Ledger
XRP
$1.39
1
Dogecoin
DOGE
$0.0847
1
Cardano
ADA
$0.2009
1
Avalanche
AVAX
$7.33
1
Polkadot
DOT
$0.8439
1
Chainlink
LINK
$11.4

🐋 Whale Tracker

🔴
0x621e...bd8e
6h ago
Out
1,092,126 USDT
🔵
0xf115...2c9d
1d ago
Stake
3,029 ETH
🔵
0x7f99...1e27
5m ago
Stake
3,995,982 DOGE

💡 Smart Money

0x0470...0988
Arbitrage Bot
+$1.1M
90%
0xad1a...856d
Experienced On-chain Trader
+$0.7M
84%
0x2f62...1e19
Arbitrage Bot
+$4.7M
85%

🧮 Tools

All →
Research

The Agentjacking Vulnerability: When Trusted Data Pipelines Become Attack Vectors

0xAlex

At DEF CON 34, researchers exposed a fundamental failure in the trust architecture of AI coding agents. In a controlled test, 85% of agents running on popular platforms—Cursor and Claude Code—were induced to execute malicious commands after reading a single, fabricated error report from a public Sentry endpoint. The attack required no zero-day exploit, no brute-force, no social engineering beyond a single HTTP POST. It is a quiet, scalable, and deeply structural vulnerability that the industry has not yet acknowledged as existential.

The Agentjacking Vulnerability: When Trusted Data Pipelines Become Attack Vectors

Context: The Anatomy of a Trusted Pipe

Sentry, the ubiquitous error-monitoring platform, ingests crash reports via a public Data Source Name (DSN)—a key embedded in the URL that any application can send data to without authentication. By design, Sentry accepts any POST containing a valid DSN. Separately, AI coding agents use the Model Context Protocol (MCP) to connect to external tools like Sentry for debugging. When a developer hits a bug, the agent queries Sentry, fetches the most recent issues, and uses their content to suggest fixes. The combination of these two legitimate design choices creates a new attack surface. The researchers from Tenet Security identified 2,388 organizations with publicly discoverable Sentry DSNs, including 71 in the Tranco top 1 million websites, and an estimated 27% of Fortune 1000 companies exposed through Cloudflare’s MCP integration. The attack chain is elegantly simple: an attacker posts a malicious error event to a public DSN, embedding markdown that instructs the agent to run a specific npm command. When the developer triggers the agent to debug, the agent reads the fake issue, treats the markdown as a repair instruction, and executes npm install on a malicious package that steals AWS keys, GitHub tokens, and registry credentials. The hollow resonance of digital ownership in art echoes in this attack: the ownership of agentic trust is a fiction.

Core: The Architecture of Epistemic Failure

The epistemic fragility of agentic workflows becomes apparent when every external data source is a potential adversary. The attack is not a failure of the model’s safety alignment—it is a failure of the data pipeline’s semantic integrity. The MCP protocol treats the output of a tool like Sentry as opaque context, injected directly into the agent’s reasoning loop. The agent has no mechanism to distinguish between a legitimate crash report and a crafted instruction payload. This is a direct consequence of the architectural decision to prioritize productivity over provenance. From my experience auditing cross-border payment systems in 2017—where I documented that 35% of migrant worker transfers were lost to hidden intermediary fees—I learned that trust in infrastructure is rarely absolute. The same principle applies here. The six-stage attack chain—public DSN discovery, malicious POST, agent query, context injection, command execution, credential exfiltration—is technically closed and reproducible. The 85% success rate in controlled tests is plausible under realistic developer behavior, yet the industry response remains superficial. Sentry deployed a content filter targeting specific payload strings, a classic indicator-of-compromise approach that can be bypassed with simple obfuscation. Tenet released agent-jackstop, a local policy hardening tool that implements network whitelisting, command approval, and subprocess credential protection. These measures reduce the blast radius, but they do not solve the root cause: the agent cannot semantically separate data from instructions.

Contrarian: The Decoupling of Productivity and Security

The prevailing narrative will frame Agentjacking as a configuration issue—a problem of inadequate local policies or insufficient filtering. The contrarian view is that the vulnerability is architectural and systemic, and that the current trajectory of AI agent development is fundamentally incompatible with enterprise security requirements. The industry is rushing to patch the symptom while ignoring the disease: the MCP protocol itself lacks a trust layer. Every tool output should carry a credibility score, an intent flag, or a provenance signature. The model should be trained to treat tool outputs as untrusted by default, using an instruction hierarchy that prevents external data from overriding safety directives. The decoupling thesis is that the next wave of AI adoption will not be held back by model capability, but by the fragility of the trust infrastructure that surrounds it. In the DeFi summer of 2020, I analyzed over 5,000 liquidity pool transactions and discovered that the same centralization risks existed under a decentralized veneer. Here, the same pattern repeats: the efficiency of agentic workflows masks the concentration of trust in unvetted data channels. The silent credential bleed in trusted pipes is the new attack surface.

Takeaway: The Trust Infrastructure Imperative

The true cost of Agentjacking is not the immediate credential theft, but the erosion of confidence in AI coding agents. Enterprises will now demand that every external data source integrated via MCP undergo a security audit. The market for MCP security gateways, agent behavior monitoring, and AI supply chain insurance will accelerate. But the deeper question remains: can we build an agent that trusts its tools without being exploited by them? The answer will determine whether AI agents become the backbone of software development or a permanent security liability. The hollow resonance of autonomous trust is a warning we cannot afford to ignore.

The Agentjacking Vulnerability: When Trusted Data Pipelines Become Attack Vectors