Topic

Adversarial ML

Adversarial machine learning attacks, taxonomies, and mitigations across the ML lifecycle.

adversarial mlevasionpoisoningprivacy attacknist ai 100-2
Evergreen Overview

Adversarial ML gives useful language for thinking about evasion, poisoning, privacy attacks, and model misuse. It becomes especially valuable when teams need to distinguish classic model risk from the broader application-layer risks found in modern LLM systems.

What this page helps separate
  • Model-centric attacks versus system-centric AI failures
  • Poisoning, evasion, privacy, and misuse in practical terms
  • Where adversarial ML taxonomies still help in generative AI discussions
Why it matters operationally
  • It creates cleaner language for policy, governance, and technical review
  • It helps teams choose the right controls for the right threat model
  • It prevents application-layer AI risk from being described too vaguely
Who this page is for
  • Security teams linking GenAI issues to broader model risk
  • Researchers working across predictive and generative AI
  • Practitioners who need disciplined taxonomy and terminology
References

Current notes, events, and source material

These items are included because they add useful evidence, framing, implementation detail, or upcoming context for teams working in this area.

CAMLIS / PMLR December 2, 2025 analysis

CAMLIS 2025 Peer-Reviewed Proceedings

PMLR Volume 299 collects fourteen peer-reviewed CAMLIS papers spanning typographic prompt injection, system-level AI red teaming, white-box LLM backdoors, scam agents, LLM attack defenses, poisoned-model restoration, security knowledge graphs, cloud identity analysis, and production cyber-defense agents. Individual entries provide stable abstracts, citations, and open PDFs, with code or supplemental material where available.

Adversarial ML Attacks on Financial Reporting via Maximum Violated Multi-Objective Attack video thumbnail Play video
CAMLIS November 14, 2025 video

Adversarial ML Attacks on Financial Reporting via Maximum Violated Multi-Objective Attack

Edward Raff and collaborators introduce Maximum Violated Multi-Objective attacks for manipulating financial statements while simultaneously reducing model-generated fraud scores. Their evaluation finds roughly 20 times more successful dual-objective attacks than standard methods; in about half of tested cases, earnings could be inflated 100–200% while fraud scores fell 15%.

Automatic Detection of Taint-Style Vulnerabilities in LLM-Based Agents video thumbnail Play video
Black Hat July 3, 2026 video

Automatic Detection of Taint-Style Vulnerabilities in LLM-Based Agents

The AgentFuzz researchers present directed greybox fuzzing for finding paths from attacker-controlled natural-language input to security-sensitive agent operations. Their evaluation across 20 open-source agents combines generated seed prompts, semantic and distance feedback, and argument-aware mutation, reporting 34 high-risk zero-days and 23 assigned CVEs.

ScamAgents: How AI Agents Can Simulate Human-Level Scam Calls video thumbnail Play video
CAMLIS November 14, 2025 video

ScamAgents: How AI Agents Can Simulate Human-Level Scam Calls

Sanket Badhe presents ScamAgent, an autonomous multi-turn framework that combines planning, conversational memory, deceptive framing, and text-to-speech to produce realistic scam calls. Evaluation against current model safeguards shows that distributing malicious intent across apparently benign turns can bypass prompt-level refusal and content filtering.

NVIDIA AI Red Team September 26, 2025 analysis

Why CVEs Belong in Frameworks and Apps, Not AI Models

NVIDIA argues that most proposed model CVEs actually describe vulnerable serving applications, unsafe serialization and supply-chain formats, access-control failures, or statistical behaviors shared by a model class. A narrow exception may exist for deliberately poisoned training that creates a reproducible backdoor in a specific weight artifact.

Improving Accuracy and Consistency in Real-World Cybersecurity AI Systems via Test-Time Compute video thumbnail Play video
CAMLIS November 14, 2025 video

Improving Accuracy and Consistency in Real-World Cybersecurity AI Systems via Test-Time Compute

Ashley Song and collaborators evaluate test-time compute strategies on two operational cybersecurity agents: a container vulnerability analysis workflow and a server-alert triage system. The study examines whether allocating more inference-time reasoning can improve both answer accuracy and consistency across repeated runs.

BlackIce: A Containerized Red Teaming Toolkit for AI Security Testing video thumbnail Play video
CAMLIS November 14, 2025 video

BlackIce: A Containerized Red Teaming Toolkit for AI Security Testing

BlackIce packages fourteen open-source responsible-AI, LLM-security, and adversarial-ML tools into a reproducible, version-pinned container with a unified command-line interface. The CAMLIS presentation explains tool selection, coverage, dependency isolation, image architecture, and a working assessment demonstration rather than presenting the bundle as a substitute for test design.

Adversa AI Trusted AI Blog May 7, 2026 analysis

TrustFall: coding agent security flaw enables one-click RCE in Claude, Cursor, Gemini CLI and GitHub Copilot

TrustFall shows how project-defined MCP configuration can turn a generic “trust this folder” decision into unsandboxed command execution in several coding agents, with zero-click variants in unattended CI. The vendor-authored research traces the issue to conflating permission to read or edit a workspace with permission to start repository-supplied executables.

Trail of Bits Blog June 3, 2026 analysis

The sorry state of skill distribution

Trail of Bits bypassed multiple agent-skill scanners with compiled Python hidden beside benign source and with prompt-like prose that persuaded an LLM classifier to accept a malicious configuration. The experiments show recurring blind spots around unreferenced files, binaries, assets, and ambiguous installer behavior, and also explain why legitimate skills can contain patterns that look malicious.

Text2VLM: Adapting Text-Only Datasets to Evaluate Visual Language Models video thumbnail Play video
CAMLIS / PMLR November 14, 2025 video

Text2VLM: Adapting Text-Only Datasets to Evaluate Visual Language Models

Text2VLM is a reproducible pipeline that extracts harmful concepts from text-only safety datasets and renders them as typographic images for multimodal evaluation. Human validation supports the transformation pipeline, and tests of open-source visual language models find greater prompt-injection susceptibility when the same concepts arrive through images instead of plain text.

Adversa AI Trusted AI Blog June 30, 2026 analysis

GuardFall: a universal shell injection vulnerability in open-source AI agents

GuardFall tests 11 open-source coding and computer-use agents against shell-command transformations that evade string and regex deny lists, including quote removal, $IFS expansion, command substitution, and encoded payloads. The study finds configuration- and model-dependent failures and shows that local or auto-approve modes can turn untrusted repository content into host command execution; it is vendor-authored research, not an independent benchmark.

Breaking AI Inference Systems: Lessons From Pwn2Own Berlin video thumbnail Play video
Black Hat July 8, 2026 video

Breaking AI Inference Systems: Lessons From Pwn2Own Berlin

Fuzzinglabs researchers explain how threat modeling, file-format fuzzing, and plugin analysis exposed an authentication bypass and memory-corruption issues in Ollama plus command injection in NVIDIA Triton Inference Server's model-configuration pipeline. The Pwn2Own case study also examines RedisAI, ChromaDB, and container-runtime attack surfaces.

Adversa AI Trusted AI Blog April 23, 2026 analysis

Interleaved in-context learning as a structural jailbreak technique

Adversa's IICL study evaluates a few-shot jailbreak that interleaves benign and harmful demonstrations and uses short output-field labels to shift model behavior. Across more than 3,500 probes, ten models, and seven ablations, results vary materially with example order and field names; the work is vendor-authored and its model-specific attack rates should be independently reproduced.

Trail of Bits Blog July 2, 2026 analysis

GPT-5.5-Cyber built a zlib fuzzing lab in a day

Trail of Bits describes supervising GPT-5.5-Cyber as it built ASan and UBSan variants, derived seed corpora, and wrote fuzz harnesses for roughly a dozen zlib entry points in one day. The useful result is the workflow and its emphasis on reachability and reportability; vulnerability details remain under coordinated disclosure and the speed comparison is the authors' estimate.

Adversa AI Trusted AI Blog May 26, 2026 analysis

SymJack: the approval prompt is lying to you. A symlink-hijack RCE in six AI coding agents

SymJack demonstrates that a user-approved, apparently harmless copy command can write through a repository-controlled symlink into executable agent configuration, producing code execution when the tool restarts. The vendor-authored study reports variants across six coding agents and highlights a gap between approval text, shell semantics, and the resolved filesystem target.