Skip to main content

31 posts tagged with "Cybersecurity"

Cybersecurity threats and defenses

View all tags

The $1.22 Hack: Ledger's CTO Says AI Has Broken Crypto Security Economics

· 13 min read
Dora Noda
Software Engineer

A working smart contract exploit now costs about $1.22 in API credits to generate. That single number, surfaced by Anthropic's red team in late 2025 and reinforced by an academic exploit-generator that extracted up to $8.59 million per attack, is the backdrop to the warning Ledger CTO Charles Guillemet issued on April 5, 2026: artificial intelligence is not breaking cryptography. It is breaking the economics of crypto security, and the industry's traditional defenses were never priced for this regime.

If 2024 was the year AI rewrote how developers ship code, 2026 is the year it rewrote how attackers ship exploits. The asymmetry has flipped so fast that even the firms that have spent a decade building hardware wallets are now asking whether the entire trust model needs a rewrite.

What Guillemet Actually Said

Speaking publicly in early April, Guillemet — the chief technology officer at Ledger and a longtime hardware security researcher — laid out an uncomfortable thesis. The cost-to-attack curve for crypto is collapsing because large language models are competent enough to do the hardest parts of an attacker's job: read unfamiliar Solidity, reason about state machines, generate plausible exploit transactions, and iterate against on-chain forks until something works.

His framing was deliberately economic. Cryptography is not weaker today than it was in 2024. Hash functions still hash. Elliptic curves still curve. What changed is that the labor input behind a successful attack — the senior auditor's eye, the months of patient reverse engineering — has been compressed into a budget line that fits inside a single Anthropic or OpenAI invoice. "We are going to produce a lot of code that will be insecure by design," Guillemet warned, pointing to the second-order effect of developers shipping AI-generated Solidity faster than reviewers can read it.

Ledger's number for last year's losses sits at roughly $1.4 billion in directly attributable hacks and exploits, with broader scam-and-fraud totals reaching far higher depending on whose accounting you accept. Chainalysis put 2025's total stolen-funds figure at $3.4 billion. CoinDesk's January 2026 retrospective pegged the wider scam-and-impersonation universe at as much as $17 billion. Whichever figure you trust, the trend line is the wrong direction, and Guillemet's argument is that the trajectory is now AI-shaped.

The Anthropic Number That Changed The Conversation

In December 2025, Anthropic's own red team published results from SCONE-bench — a benchmark of 405 smart contracts that were actually exploited between 2020 and 2025. The headline statistic was blunt. Across all 405 problems, modern frontier models produced turnkey exploits for 207 of them, a 51.11% hit rate, totaling $550.1 million in simulated stolen value.

More disturbingly, when the same agents were pointed at 2,849 freshly deployed contracts that had no known vulnerabilities, both Claude Sonnet 4.5 and GPT-5 surfaced two genuine zero-days and produced working exploits worth $3,694 — at an API cost of roughly $3,476. That ratio is barely break-even on paper, but it dismantles the assumption that zero-day discovery requires a human team.

Independent academic work tells the same story from the other side. The "A1" system, published on arxiv in 2025 and updated through early 2026, packages any LLM with six domain-specific tools — bytecode disassemblers, fork executors, balance-trackers, gas-profilers, oracle-spoofers, and state-mutators — and points it at a target contract. A1 hit a 62.96% success rate on the VERITE exploit dataset, beating the previous fuzzing baseline (ItyFuzz, 37.03%) by an enormous margin. Per-attempt costs ran $0.01 to $3.59. The largest single payday it modeled was $8.59 million.

These are not theoretical numbers. They are the input cost of an exploit. And once that input cost reaches the price of a fast-food meal, the question stops being "can attackers afford this" and starts being "can defenders afford to miss anything."

The 1000:1 Throughput Mismatch

Here is the part of the picture that audit firms are still struggling to articulate. Auditors charge per engagement. They review one codebase at a time, often over weeks, and their AI tooling — when they use it — is bolted onto a workflow with humans in the loop and bills to send. Attackers, by contrast, can rent the same models, point them at thousands of contracts in parallel, and only pay when something works.

A Frontiers in Blockchain paper from early 2026 captured the asymmetry in a single line: an attacker turns a profit at roughly $6,000 in extractable value, while a defender's break-even is closer to $60,000. The 10x gap is not because defense is technically harder — it is because defense has to be complete, and offense only has to be correct once.

Stack that against the volume mismatch — call it 1000:1 between contracts an attacker can scan and contracts an audit firm can review — and you arrive at Guillemet's conclusion almost mechanically. No audit budget can close this gap. The economics simply do not work.

What 2026's Big Hits Already Tell Us

The hacks that have actually landed in 2026 do not all read as "AI exploit" stories on the surface. The two largest losses of the year so far are sobering reminders that LLM-assisted attack tooling is layered on top of older, more boring techniques.

On April 1, 2026, Drift Protocol on Solana lost $285 million — over half its TVL — in an attack TRM Labs and Elliptic both attributed to North Korea's Lazarus Group. The mechanism was social engineering, not a Solidity bug. Attackers spent months building relationships with the Drift team, then abused Solana's "durable nonce" feature to get Security Council members to pre-sign transactions whose effect they did not understand. Once admin control flipped, the attackers whitelisted a worthless token (CVT) as collateral and used it to drain real USDC, SOL, and ETH.

Eighteen days later, Kelp DAO took a $292 million hit through its LayerZero-powered bridge — now the largest DeFi exploit of 2026. The attacker convinced LayerZero's cross-chain messaging layer that a valid instruction had arrived from another network, and Kelp's bridge dutifully released 116,500 rsETH to an attacker-controlled address. Lazarus again, by most attributions.

What does this have to do with AI? Two things. First, the reconnaissance that makes long-tail social engineering possible — profile-mapping, message-tone matching, picking the right moment in a target's calendar — is exactly what LLMs are good at. CertiK's 2026 forecast already names phishing, deepfakes, and supply-chain compromise as the dominant attack vectors for the year, and notes a 207% jump in phishing losses from December 2025 to January 2026 alone. Second, AI lowers the barrier to parallel operations: where a Lazarus-grade team could run a few campaigns at a time in 2024, AI tooling lets a much smaller crew run dozens.

A reminder of how granular this can get came in April 2026 when Zerion, a popular wallet app, disclosed that attackers used AI-driven social engineering to drain roughly $100,000 from its hot wallets. The number is small by 2026 standards. The technique — AI generating the impersonation script, AI generating the fake support page, AI generating the phishing email — is what Guillemet is warning about.

Why "Just Audit Harder" Is Not An Answer

The instinctive industry response is to fund more audits. That response is missing the shape of the problem.

Audits scale linearly with auditor hours. Attacks now scale with API credits. Even if every Tier-1 audit firm doubled headcount tomorrow, the attacker's surface area would still be growing 10x faster, because anyone with an API key and a basic understanding of Solidity can now run continuous offensive scans across the entire deployed contract universe.

Worse, audits review code at a moment in time. AI-generated code is being shipped continuously, and Guillemet's "insecure by design" warning suggests the bug-introduction rate is going up, not down. A 2026 study cited by the blockchain-security community found that LLM-assisted Solidity authorship correlates with subtle reentrancy and access-control mistakes that human reviewers, fatigued by reading machine-formatted code, miss at higher rates than they miss the same bugs in human-authored code.

The honest framing is that audits remain necessary but not sufficient. The actual answer Guillemet pushes — and that Anthropic's own red team echoes — is structural.

The Defensive Stack That Actually Survives This

Three categories of defense plausibly scale against AI-accelerated offense, and all three are uncomfortable for the part of the industry that has optimized for shipping speed.

Formal verification. Tools like Certora, Halmos, and increasingly the verification stacks bundled with Move (Sui, Aptos) and Cairo (Starknet) treat correctness as a math problem rather than a review problem. If a property is proved, no amount of AI fuzzing can break it. The trade-off is engineering effort: writing meaningful invariants is hard, slow, and unforgiving. But it is one of the few defenses whose cost does not scale with the attacker's compute.

Hardware roots of trust. Ledger's own product line is the obvious example, but the broader category includes secure enclaves, MPC custody, and emerging zero-knowledge attestation primitives. The principle is the same: take the most consequential action — signing a transaction — and force it through a substrate that an LLM-driven phishing campaign cannot reach. Guillemet's "assume systems can and will fail" framing is essentially an argument for moving signing authority off general-purpose computers.

AI-on-AI defense. Anthropic's December 2025 paper makes the case that the same agents capable of generating exploits should be deployed to generate patches. In practice this means continuous AI-driven monitoring of mempools, deployed contracts, and admin-key behavior — flagging anomalies the way fraud-detection systems do for traditional banking. The economics are imperfect (defender costs are still higher than attacker costs) but they at least put both sides on the same compute curve.

The pattern across all three is the same: stop relying on humans-in-the-loop for the fast parts of security, and reserve human judgment for the slow, expensive, structural parts.

What This Means For Builders Right Now

For teams shipping in 2026, Guillemet's warning translates into a few concrete shifts:

  • Treat AI-generated code as untrusted by default. Run it through formal verification or property-based testing before it touches mainnet, regardless of how clean it looks.
  • Move admin keys behind hardware. Multi-sig with hot signers is no longer an acceptable security posture for treasury-grade contracts; the Drift incident proved that even "trusted" team members can be socially engineered into pre-signing destructive transactions.
  • Assume your phishing surface is bigger than your code surface. The Zerion drain ($100K) and the broader 207% phishing jump suggest the cheapest attacker dollar is still aimed at humans, not at Solidity.
  • Budget for continuous, automated monitoring. A weekly audit cadence is not a defense against an attacker that runs SCONE-bench-grade tooling 24/7.

None of these are new ideas. What changed is the urgency curve. In the pre-LLM era, an organization could survive lapses in any one of these areas if the others were strong. In 2026, the cost asymmetry is too steep for that kind of slack.

The Honest Read

It is tempting to read Guillemet's warning as Ledger talking its book — a hardware-wallet vendor naturally argues for hardware. That reading would be a mistake. The same case is being made independently by Anthropic's red team, by academic groups behind A1 and SCONE-bench, by CertiK's 2026 forecast, and by chain-analytics firms watching the monthly hack totals. The industry consensus is converging on a single point: the cost of a competent exploit has dropped by one to two orders of magnitude, and the defensive stack must move accordingly.

What is genuinely new is that this is the first major asymmetric shift in crypto security since the early 2020 DeFi-summer wave of audit demand. That wave produced a generation of audit firms, bug-bounty platforms, and formal-verification startups. The 2026 wave will produce something else: continuous AI-monitored infrastructure, hardware-rooted signing as a default, and a much harsher skepticism of any contract whose security model still depends on "we'll catch it in review."

Guillemet's $1.22 number — even if that exact figure was Anthropic's, not Ledger's — is the kind of statistic that ends an era. The era it ends is the one where attacker labor was the bottleneck. The era it begins is the one where the bottleneck is whatever the defender has not yet automated.

BlockEden.xyz operates blockchain RPC and indexing infrastructure across Sui, Aptos, Ethereum, Solana, and 20+ other networks, with AI-assisted anomaly monitoring built into the request path. If you are rebuilding your security posture for the post-LLM threat landscape, explore our infrastructure services or reach out to discuss continuous monitoring for your protocol.

Sources

Vercel + Lovable Breaches: How AI Tools Became Web3's New Supply Chain Risk

· 13 min read
Dora Noda
Software Engineer

In a single week of April 2026, two seemingly unrelated SaaS incidents collided in a way that should reset every Web3 team's threat model. Vercel — the deployment platform under thousands of wallet UIs and dApp frontends — disclosed that an attacker had pivoted into its environment via a compromised AI productivity tool called Context.ai. Days later, vibe-coding platform Lovable was caught leaking source code, database credentials, and AI chat histories across thousands of pre-November-2025 projects through an unfixed authorization bug. The two stories share no shared infrastructure. They share something worse: the same blast pattern, where AI tools quietly became privileged identities inside the developer toolchain — and Web3 inherited the risk without ever pricing it.

Smart contract audits, multisig governance, hardware wallet signing — none of these defenses sit in the path that an attacker takes when they compromise the build pipeline that ships your users' transaction-approval UI. April 2026 made that gap visible. Whether the industry treats it as a wake-up call or another absorbed loss depends on what the next quarter looks like.

The $1.5 Billion Wake-Up Call: How Supply Chain Attacks Became Web3's Deadliest Threat in 2025

· 10 min read
Dora Noda
Software Engineer

When security researchers released the final tally for 2025, the number that stopped everyone cold wasn't the record-breaking $3.35 billion in total Web3 losses — it was how that money was stolen. For the first time, software supply chain attacks claimed the top spot as the single most destructive attack vector, accounting for $1.45 billion in losses across just two incidents. Smart contracts, flash loans, oracle manipulation — the classic Web3 exploits — didn't come close. The battlefield has shifted, and most of the industry is still fighting the last war.

Treasury OCCIP Brings Crypto Into the Federal Cyber Defense Perimeter

· 11 min read
Dora Noda
Software Engineer

For the first time in U.S. history, the Treasury Department is treating crypto firms the same way it treats banks — at least when it comes to who gets to see incoming threats. On April 10, 2026, the Office of Cybersecurity and Critical Infrastructure Protection (OCCIP) announced that eligible digital asset companies will receive, at no cost, the same actionable cybersecurity intelligence the federal government has historically reserved for FDIC-insured banks and other traditional financial institutions.

It is a small line in a press release. It also marks a quiet but profound shift: Washington has stopped treating crypto as a peripheral technology sector and started treating it as part of the financial system's critical infrastructure.

When Hackers Become Coworkers: Inside the Six-Month North Korean Operation That Drained $285M From Drift Protocol

· 16 min read
Dora Noda
Software Engineer

The $285 million heist took 12 minutes. The setup took six months.

When attackers drained Drift Protocol — the largest perpetual futures DEX on Solana — at 16:05 UTC on April 1, 2026, they did not exploit a smart contract bug, manipulate an oracle, or break any cryptography. They simply submitted two transactions that the protocol's own Security Council had already signed. Four months earlier, in December 2025, those same attackers had walked through Drift's front door as a "quantitative trading firm," deposited over $1 million of their own capital, attended working sessions with contributors, and shaken hands with the team at industry conferences across multiple continents. They were not strangers, malicious URLs, or anonymous wallet addresses. They were colleagues.

This is the new face of crypto's most dangerous adversary, and it should reset every assumption DeFi has made about how to defend itself. The North Korean operatives behind the Drift exploit — most likely TraderTraitor / UNC4736, the same Lazarus Group offshoot tied to the $1.5 billion Bybit theft — did not need to defeat Drift's audits, governance, or multisig. They needed only to be patient enough to be trusted.

The 12-Minute Heist That Took Six Months to Build

The on-chain evidence reads like a thriller. According to Drift's incident post-mortem and BlockSec's forensic reconstruction, the attackers established their cover in late 2025 by onboarding an "Ecosystem Vault" on Drift, submitting trading strategy documentation, and joining multiple working sessions with the protocol's contributors. By February and March 2026, Drift team members were meeting their counterparts face-to-face at major industry conferences. By the time of the attack, the relationship was almost six months old — well past the threshold where most security teams stop scrutinizing a counterparty as an outsider.

The technical execution exploited a specific Solana primitive: durable nonces. Unlike Ethereum, where every transaction must reference a recent blockhash and expire within ~150 slots, Solana's durable nonces let users sign transactions today that can be broadcast days or weeks later. The feature is designed for offline signing, scheduled disbursements, and treasury workflows — convenience features that, in the hands of patient adversaries, become a time bomb.

On March 23, 2026, four durable nonce accounts appeared on-chain — two linked to Drift Security Council members, two controlled by the attacker. By that point, two of five council signers had already endorsed innocuous-looking transactions tied to those nonces. With a 2-of-5 threshold, the attacker had pre-collected the approvals needed to seize admin control. A planned council migration on March 27 briefly invalidated those signatures, but by March 30 a fresh durable nonce account tied to a member of the new multisig appeared — the attacker had simply re-collected the threshold under the new configuration.

Then came April 1. At 16:05:18 UTC, the first pre-signed transaction proposed transferring the admin key. One second later, the second pre-signed transaction approved it. The Security Council had effectively signed away its own keys months earlier, without ever realizing the transactions they would later be combined into.

Durable Nonces Plus Social Trust Equals a New Class of Governance Risk

The Drift incident is being filed under "multisig compromise," but that label undersells what actually broke. Multisig governance assumes that obtaining a threshold of signatures requires either compromising distinct keys (hard) or coordinating distinct humans into approving the same malicious action (very hard). Durable nonces collapse the second assumption: signers can be tricked into approving fragments of an attack one transaction at a time, weeks apart, with no awareness that their individual signatures will eventually be assembled into a single fatal sequence.

This is what BlockSec calls a transaction-intent gap: wallets and signing UIs show signers what bytes they are signing, but rarely the full semantic implications of what those bytes will do once combined with other signatures the attacker controls. The traditional defense — "more signers, hardware wallets, careful review" — does not address the underlying problem, because every individual signer behaved correctly. The system as a whole still failed.

Worse, the attacker did not have to compromise any signer's key. Phishing or social-engineering a busy contributor into approving a benign-looking durable nonce transaction is dramatically easier than stealing a hardware wallet seed. As one Drift insider told DL News after the breach, the lesson is uncomfortable for DeFi: "We have to mature, or we don't deserve to be the future of finance."

Lazarus's Pivot: From Smash-and-Grab to Long-Term Implantation

To understand why the Drift attack matters beyond Drift, look at the trajectory of North Korea's crypto operations.

In 2025, DPRK actors stole $2.02 billion across 30+ incidents — accounting for 76% of all service compromises and pushing the regime's cumulative crypto theft past $6.75 billion since tracking began. The defining incident of that year was the $1.5 billion Bybit theft in February 2025, still the largest single heist on record. The Bybit attack used a malicious JavaScript injection delivered through a compromised Safe{Wallet} developer machine — a sophisticated supply-chain technique, but still external: the attackers were never on Bybit's payroll, never sat in their meetings, never built relationships with their team.

Compare that to 2026. KelpDAO was drained for ~$290 million on April 18, with preliminary attribution again pointing at Lazarus. Drift cost $285M and required a $150M Tether-led bailout just to keep depositors whole. Both attacks involved insider positioning that would have been unthinkable for the smash-and-grab Lazarus of 2022.

The shift is structural. Lazarus's traditional crypto playbook — exemplified by the Ronin Bridge ($625M, 2022) and Bybit — relied on penetrating perimeter defenses: malicious LinkedIn job offers to engineers, weaponized PDF resumes, supply-chain compromises of dev tools. These attacks still work, but they are getting more expensive. As more protocols deploy hardware wallets, multisig, and key-ceremony hygiene, the cost of breaking in from the outside rises. The cost of being invited inside, by contrast, falls — because the crypto industry hires fast, hires globally, and hires anonymously.

The DPRK IT Worker Army Hiding in Plain Sight

The Drift compromise sits at the intersection of two North Korean programs that have, until recently, been treated as separate threats: Lazarus's elite hacking units and the regime's massive remote IT worker scheme.

In March 2026, the U.S. Treasury's Office of Foreign Assets Control sanctioned six DPRK-linked individuals and two entities for orchestrating fraudulent IT employment that generated nearly $800 million in 2024 alone to fund the regime's WMD and ballistic missile programs. Among the sanctioned: Nguyen Quang Viet, CEO of Vietnam-based Quangvietdnbg International Services, who allegedly converted ~$2.5 million into crypto for North Korean actors between 2023 and 2025.

The scale is staggering. A recent Ethereum Foundation-backed probe identified 100 DPRK operatives currently embedded in crypto firms, and the UN Panel of Experts has long estimated that thousands of DPRK nationals work remotely for companies worldwide. CNN's August 2025 investigation found DPRK operatives have penetrated the supply chains of nearly every Fortune 500 company, often through "facilitators" — typically Americans willing to host laptops in their homes for a fee, providing US IP addresses for the operatives to log into.

The tactics have also evolved beyond passive employment. According to Chainalysis's analysis, DPRK operatives have shifted toward impersonating recruiters at prominent Web3 and AI firms, building convincing multi-company "career portals," and weaponizing the resulting access to introduce malware, exfiltrate proprietary data, or — as in Drift's case — establish trusted business relationships that pay off months later.

Detection is hard but not impossible. SpyCloud and Nisos have documented recurring patterns: AI-generated profile photos, reluctance to appear on video, demands for crypto-only payment, residency claims that don't match IP geolocation, refusals to use company-provided devices, and email-handle conventions that lean heavily on birth years, animals, colors, and mythology. None of these signals is decisive on its own. Together, they form a profile that any DeFi hiring manager should be able to recite.

Why Audits, Multisig, and KYC All Fail Against Nation-State Insiders

The most uncomfortable implication of Drift is that the entire DeFi security stack was designed for a different threat model.

Smart contract audits examine code, not contributors. A clean audit from Trail of Bits, OpenZeppelin, or Quantstamp tells you the protocol's bytecode does what it claims. It tells you nothing about who has admin keys, who can call upgrade functions, or who is sitting in the Discord channel where Security Council members coordinate signatures. Drift's contracts were not exploited. Its people were.

Multisig governance assumes honest signers. A 2-of-5 or 4-of-7 multisig defends against a single key compromise or a single rogue insider. It does not defend against a coordinated social-engineering campaign that tricks several legitimate signers into approving fragments of an attack across weeks of pre-signed durable nonce transactions. Even raising the threshold to 5-of-9 only makes the attacker's job marginally harder if they have unlimited time and a credible business cover.

KYC and background checks fail against fabricated identities. Nation-state operatives use stolen US identities, AI-generated photos, and laundered employment histories that pass standard verification. The Treasury's March 2026 sanctions specifically called out the use of "compliant exchanges, hosted wallets, DeFi services, and cross-chain bridges" by these networks — the same KYC-rated infrastructure that the rest of the industry assumes is safe.

Pseudonymous contributors are a feature, not a bug — until they aren't. DeFi's culture celebrates pseudonymity. Many of the most respected developers in the space operate under aliases, contribute via GitHub commits and Discord handles, and never meet their colleagues in person. That culture is incompatible with the Drift threat model, where six months of trust-building is precisely what the attacker invested.

What Defense-in-Depth Looks Like for the New Threat Model

Drift is not the end of this story; it is the template. Every protocol with admin keys, governance multisig, or significant treasury exposure is now vulnerable to the same playbook. Several practical hardening measures have emerged from the post-mortem analyses.

Transaction-level intent verification, not signer-level trust. Tools like BlockSec's transaction simulation, Tenderly Defender, and Wallet Guard surface the full economic effect of a transaction — including potentially malicious effects across pre-existing nonces — before signers approve. The default UX of "sign this hash" must die.

Aggressive timelocks for governance actions. A 24- to 72-hour timelock on admin key transfers, contract upgrades, and treasury moves gives the community time to detect anomalous proposals. Drift's admin handover happened in two transactions one second apart. A 48-hour delay would have been a 48-hour window for the Security Council to notice that they were about to lose control.

Hardware Security Modules with operational segregation. HSMs prevent a compromised developer machine from extracting signing keys, but they do not prevent durable nonce abuse. Combine HSMs with mandatory multi-party computation (MPC) workflows that explicitly forbid signing under durable nonces for governance roles.

In-person verification for high-trust roles. The DPRK playbook depends on remote-only employment. Requiring physical presence — at conferences, offices, or notarized in-person meetings — for anyone with admin access, audit privileges, or treasury responsibilities raises the operational cost dramatically. (Drift's attackers did meet contributors in person, but only after a long online buildup designed to make those meetings feel like routine business calls. In-person verification works only if it gates initial trust, not if it confirms a relationship that has already been established.)

Contributor reputation systems and on-chain identity attestations. Worldcoin proof-of-personhood, Gitcoin Passport, and similar systems are imperfect, but they raise the cost of fabricating an identity that has multi-year on-chain history, attestations from known contributors, and verifiable activity across protocols.

Public hire transparency for security-critical roles. A norm where protocols publicly disclose who holds admin keys, who sits on Security Councils, and who has audit access — even if those individuals operate under pseudonyms — creates community-wide visibility. A team-of-five Security Council with one new member added quietly two weeks before an exploit is exactly the pattern future investigations should be looking for.

The Operational Reckoning DeFi Cannot Postpone

The Drift incident is a $285 million tuition payment for a lesson DeFi has been delaying since 2022: protocol security is not the same as code security. Code can be audited, fuzzed, formally verified, and bug-bountied into reasonable robustness. People — the developers, signers, contributors, and partners who hold keys, approve upgrades, and shape governance — cannot be audited the same way.

North Korea has noticed. The same regime that sent a malicious Safe{Wallet} JavaScript payload at Bybit in 2025 sent a polished business development team to Drift in 2026. The next attack will not look like either. It will look like whatever pattern of trust the next target has not yet learned to question.

For protocols building today, the practical question is not "are we vulnerable to a Lazarus zero-day." It is "if a sophisticated adversary spent six months becoming our friend, how much could they steal." If the honest answer is "most of our TVL," that is the security gap that needs closing — before the next durable nonce window opens.

BlockEden.xyz operates production-grade RPC and indexer infrastructure for Sui, Aptos, Solana, Ethereum, and 25+ other chains, with hardware-secured key custody, multi-party operational controls, and contributor verification policies designed for the post-Drift threat environment. Explore our infrastructure services to build on a foundation hardened against the adversaries DeFi actually faces in 2026.

Sources

Smart Contracts Got Safer, Crypto Got Worse: Inside Q1 2026's Infrastructure Attack Era

· 10 min read
Dora Noda
Software Engineer

In Q1 2026, DeFi smart contract exploits collapsed by 89% year-over-year. Crypto still lost roughly half a billion dollars. If that sounds contradictory, it isn't — it's the most important structural shift in Web3 security since The DAO. The bugs that defined a decade of crypto headlines are getting solved. The attackers just moved upstairs.

Sherlock's Q1 2026 Web3 Security Report puts the figure starkly: DeFi-specific exploits dropped roughly 89% versus Q1 2025, the clearest evidence yet that audits, formal verification, and battle-tested code are doing their job. Hacken's parallel count tallies $482.6 million in total Web3 losses for the same quarter, with phishing and social engineering alone driving $306 million of that across just 44 incidents. The center of gravity has shifted, and most of the industry's defensive playbook is pointed in the wrong direction.

The $306M Phishing Tax: Why Crypto's Biggest Vulnerability Is No Longer Code

· 13 min read
Dora Noda
Software Engineer

In January 2026, one person picked up a phone call, answered what sounded like a routine support question, and lost $282 million in Bitcoin and Litecoin. No smart contract was exploited. No private key was cracked. No oracle was manipulated. The attacker just asked for the seed phrase, and the victim typed it in.

That single incident — now the largest social engineering heist in crypto history — represents more than half of all Q1 2026 losses tracked by Hacken, the Web3 security firm whose quarterly report has become the industry's most closely-watched loss ledger. Hacken's Q1 2026 numbers are blunt: $482.6 million stolen across 44 incidents, with phishing and social engineering accounting for $306 million, or 63% of the damage. Smart contract exploits, the category that defined 2022's DeFi summer of hacks, contributed only $86.2 million.

The numbers describe a structural shift the industry has been slow to absorb. Attackers are no longer racing to out-engineer Solidity developers. They are racing to out-engineer humans. And the infrastructure we built to defend against the first kind of attack — audits, bug bounties, formal verification — does almost nothing to stop the second.

45 Seconds to Drain Your Wallet: Inside Ledger's MediaTek Dimensity 7300 Exploit

· 9 min read
Dora Noda
Software Engineer

Plug a USB cable into a Nothing CMF Phone 1. Wait 45 seconds. Walk away with the seed phrase to every hot wallet on the device.

That is not a theoretical threat model. It is a live demo Ledger's Donjon research team published on March 11, 2026, targeting MediaTek's Dimensity 7300 (MT6878) — a 4nm system-on-chip shipping in roughly a quarter of Android phones worldwide, and the exact silicon Solana's flagship Seeker handset was built around. The flaw lives in the chip's boot ROM, the read-only code that runs before Android even loads. It cannot be patched. It cannot be mitigated by an OS update. The only fix is a new chip.

For the tens of millions of users who trust their smartphone as a crypto wallet, this is the moment the "mobile-first self-custody" narrative collided with the physics of silicon.

Resolv Hack: How One AWS Key Minted $25M and Broke DeFi Again

· 10 min read
Dora Noda
Software Engineer

On March 22, 2026, an attacker walked into Resolv Labs with $100,000 in USDC and walked out with $25 million in ETH. The smart contracts never bugged out. The oracle never lied. The delta-neutral hedging strategy behaved exactly as designed. Instead, a single AWS Key Management Service credential — one signing key that lived outside the blockchain — gave an intruder permission to mint 80 million unbacked USR tokens against a $100K deposit. Seventeen minutes later, USR had fallen from $1.00 to $0.025, a 97.5% collapse, and lending protocols across Ethereum were absorbing the shock.

The Resolv incident isn't remarkable because it was clever. It's remarkable because it wasn't. A missing max-mint check, a single point of failure in cloud key management, and oracles that priced a depegged stablecoin at $1 — DeFi has seen each of these failures before. What the hack reveals is uncomfortable: the attack surface of modern stablecoins has quietly migrated from Solidity to AWS consoles, and the industry's security models haven't caught up.