Cross-chain bridge validator-set bypass → mint wrapped tokens
Bridge's signature-set check is off-by-one (Nomad-class) or accepts a zero address (Ronin-class). Mint wrapped tokens on the destination chain without locking on the source.
§ Context
Assumed environment: target operates a cross-chain bridge with a multi-sig / validator set. Bridge contract has a known class of validator-check flaw (initialization, threshold, signer recovery).
§ Steps
- 01Bridge to liquid assetExfiltrationT1041— Exfiltration Over C2 Channel
- 02Mint wrapped tokens on destination chainInitial AccessT1078— Valid Accounts
- 03Tumble through privacy poolDefense EvasionT1027— Obfuscated Files or Information
- 04Audit bridge validator-set logicReconnaissanceW-RECON-FINGERPRINT— Tech Stack Fingerprinting
- 05Craft fake / replayed proofImpactW3-BRIDGE-EXPLOIT— Cross-Chain Bridge Exploit
- 06Identify validator-check flawImpactW3-BRIDGE-EXPLOIT— Cross-Chain Bridge Exploit
§ References
§ Frequently asked
- What is the "Cross-chain bridge validator-set bypass → mint wrapped tokens" attack path?
- Bridge's signature-set check is off-by-one (Nomad-class) or accepts a zero address (Ronin-class). Mint wrapped tokens on the destination chain without locking on the source. It chains 6 steps drawn from real-world offensive-security techniques.
- What starting position does this attack require?
- The first step is Bridge to liquid asset (T1041) — a exfiltration primitive. Assumed environment: target operates a cross-chain bridge with a multi-sig / validator set.
- What is the final impact of this kill-chain?
- The final step lands on Identify validator-check flaw (W3-BRIDGE-EXPLOIT), which falls under Impact. From here, an operator typically pivots into post-exploitation or maintains persistence.
- How can defenders detect or prevent this attack?
- Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.
§ Related dossiers
- Shared techniques3
Vesting beneficiary replace → silently drain stream
Bug in a custom vesting contract allows anyone to call setBeneficiary on existing schedules. Replace beneficiary with attacker address; legitimate token stream now flows to attacker until released funds are noticed.
- Shared techniques3
Padding oracle → forge admin session cookie
App encrypts session cookies with AES-CBC and reveals padding-validity via a 500/200 differential. Decrypt the cookie, forge an admin cookie, log in without credentials.
- Shared techniques3
Reentrancy → drain vault contract
Vulnerable withdraw() sends ETH before updating balance. Attacker contract re-enters via fallback() until the vault is empty — the canonical DAO-2016 pattern.
- Shared techniques2
LogoFAIL → UEFI bootkit → persistent ring-0
Drop a malformed JPG/PNG/BMP into the EFI partition's boot logo path. Vulnerable vendor UEFI parses it pre-OS, executes attacker code before SecureBoot's verifier — install a bootkit that survives wipe + reinstall.
- Shared techniques2
Origin IP bypass → direct attack on backend
Find the real origin IP behind the CDN via CT logs / DNS history / SSL fingerprinting. Connect directly to origin, bypassing WAF + caching + rate-limit; run noisy attacks (SQLi / RCE) that the edge would have blocked.
- Shared techniques2
Apple Pay Express Transit relay → high-value contactless fraud
Specific configuration (Express Transit + Visa) allowed contactless transactions over £1k without unlock or per-tx auth. Two devices relayed the wallet from victim's pocket to a real terminal.