ASI Tracker: add 3 crypto AI agent incidents (Freysa, ElizaOS, AIXBT)#833
Open
ppcvote wants to merge 1 commit into
Open
ASI Tracker: add 3 crypto AI agent incidents (Freysa, ElizaOS, AIXBT)#833ppcvote wants to merge 1 commit into
ppcvote wants to merge 1 commit into
Conversation
…AIXBT) Adds three previously-undocumented agentic AI incidents to the ASI Agentic Exploits & Incidents Tracker, inserted at chronologically-correct positions: - Nov 2024: Freysa Adversarial Banker — Function-Semantic Redefinition ASI01 (Agent Goal Hijack) + ASI09 (Human-Agent Trust Exploitation) An autonomous adversarial-game crypto agent was convinced via prompt framing to redefine its `approveTransfer` tool semantics mid-conversation; drained 13.19 ETH (~$47K) from its treasury on attempt OWASP#482. - Mar 2025: AIXBT Dashboard Compromise + Queued Adversarial Prompts ASI03 (Identity & Privilege Abuse) + ASI01 (Agent Goal Hijack) Hybrid attack: control-plane credential compromise combined with prompt-level instruction injection into the agent's task queue. Drained 55.5 ETH (~$106K) from the Simulacrum wallet. - May 2025: ElizaOS Cross-Platform Memory Injection (CrAIBench) ASI06 (Memory & Context Poisoning) + ASI01 (Agent Goal Hijack) Princeton + Sentient Foundation demonstrated that ElizaOS's shared RAG memory across Discord/X could be poisoned on one platform to coerce unauthorized crypto transfers on another. Released as the CrAIBench benchmark; ElizaOS powers many production crypto AI agents (~15K GitHub stars). All three patterns are agentic-application-specific: autonomous tool use, persistent treasury/wallet management, mid-conversation state. Crypto is the first economically-meaningful production context, but the underlying patterns (function-semantic mutability, hybrid credential + injection, cross-platform memory provenance) generalize to any autonomous-agent deployment context. Primary sources cited per row: - Freysa: developer's original disclosure thread + Hacker News discussion - AIXBT: AI Incident Database canonical record (#1003) - ElizaOS: arXiv 2503.16248 preprint + Decrypt research coverage Signed-off-by: ppcvote <risky9763@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds three previously-undocumented agentic AI incidents to the ASI Agentic Exploits & Incidents Tracker. All three fill a documented gap in the tracker for crypto AI agent incidents — every existing entry covers dev-tool / IDE / general-agent contexts, none address autonomous on-chain transaction agents, which is now a meaningful production category.
Each entry is inserted at its chronologically-correct position (the tracker is in descending date order).
What's added
Nov 2024 — Freysa Adversarial Banker (Function-Semantic Redefinition)
approveTransfertool to authorize incoming funds. Attacker then "donated" $100, triggering the actual outflow path; drained 13.19 ETH (~$47K).approveTransfer), persistent treasury state, no human-in-the-loop on the transfer.Mar 2025 — AIXBT Dashboard Compromise + Queued Adversarial Prompts
May 2025 — ElizaOS Cross-Platform Memory Injection (CrAIBench)
Conformance with tracker guidelines
The tracker header specifies three constraints; each is addressed below:
Crypto is the first economically-meaningful production context for these patterns, but the underlying agentic failure modes generalize beyond Web3: any autonomous-agent system with mutable tool semantics, shared cross-context memory, or queued task contexts is exposed to analogous classes of failure.
Primary sources used (Vendor / CVE / Discoverer slots)
Disclosure: AI-assistance
Per OWASP contribution practice, this PR was prepared with AI assistance:
git diff --statconfirmed only the intended insertions; visual review of rendered diff against neighboring rows for format consistency; pipe-column count verified per row.Related context (not a dependency of this PR)
These three incidents are documented in detail (with attack chain, defense gap analysis, and per-vector mapping to a static-analysis check class) in
prompt-defense-audit/CASE_STUDIES.md. This PR adds the tracker-level record of the incidents only; the linked analysis is informational background and is not required reading for review.cc @almogbhl @guerilla7 — appreciate your time when bandwidth allows.