Skip to content
← RegistryDossier · 6 steps · 5 edges

Flash-loan governance attack → DAO admin

Voting power = token balance at snapshot. Borrow enormous quantity via flash loan inside the snapshot tx, vote yourself in as admin, repay loan.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: target DAO uses single-block snapshot voting (no time-weighted balance, no Compound-style checkpoint delay). A flash-loan source exists for the governance token.

§ Steps

  1. 01
    Drain treasury / mint tokens / set feesExfiltration
    T1041Exfiltration Over C2 Channel
  2. 02
    Submit malicious proposalInitial Access
    T1078Valid Accounts
  3. 03
    Proposal passes, admin role transferredPersistence
    T1098Account Manipulation
  4. 04
    Repay loan same txImpact
    W3-FLASH-LOANFlash Loan Exploit
  5. 05
    Flash loan governance tokensImpact
    W3-FLASH-LOANFlash Loan Exploit
  6. 06
    Vote yes with borrowed powerPrivilege Escalation
    W3-GOV-TAKEOVERDAO Governance Takeover

§ References

§ Frequently asked

What is the "Flash-loan governance attack → DAO admin" attack path?
Voting power = token balance at snapshot. Borrow enormous quantity via flash loan inside the snapshot tx, vote yourself in as admin, repay loan. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Drain treasury / mint tokens / set fees (T1041) — a exfiltration primitive. Assumed environment: target DAO uses single-block snapshot voting (no time-weighted balance, no Compound-style checkpoint delay).
What is the final impact of this kill-chain?
The final step lands on Vote yes with borrowed power (W3-GOV-TAKEOVER), which falls under Privilege Escalation. 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