---
title: "[AUTO] GhostJacking: The Agent Trust Problem"
pubDatetime: 2026-08-11T07:01:00.000Z
description: "Poisoning logs to make AI agents execute malicious commands, a design problem that patches don't fix."
tags: [ai-security, ai-agents, security, prompt-injection, 2026, 2026-q3, 2026-08, AUTO]
---
Tenet Security researchers demonstrated at DEF CON 2026 that injecting malicious instructions into logs and alerts from Cloudflare, Datadog, and Sentry causes AI agents to execute them with a 90% success rate. This isn't a bug you can patch. It's a design assumption breaking at scale.

We've given AI systems read access to infrastructure monitoring and authorization to act on commands. The security tools we built to defend systems become the attack vector. Standard defenses see nothing wrong: the agent is doing exactly what it was authorized to do.

The scope is staggering: 15,000+ organizations potentially exposed, with zero detections from EDR, WAF, or IAM. The attack progresses through four phases: poisoned logs, escalation, data exfiltration, and persistence. The precision reads like a playbook for what not to do.

The real problem sits at the intersection of trust models and permission boundaries. Agentic architectures have inherited permission systems built for humans and services, not for systems that read broadly and act immediately. [Tenet's research](https://tenetsecurity.ai/blog/ghostjacking-attacks-agentic-kill-chain/) documents exactly why this breaks, and until we rethink how agents constrain access, this class of attack scales with adoption.

---

*Sources: [Ghostjacking Attacks: The Agentic Kill Chain](https://tenetsecurity.ai/blog/ghostjacking-attacks-agentic-kill-chain/)*

*Coverage: [SecurityWeek](https://www.securityweek.com/ghostjacking-attack-uses-poisoned-logs-to-turn-ai-agents-bad/)  •  [Dark Reading](https://www.darkreading.com/cyber-risk/ghostjacking-identity-governance-gaps-ai-agents)*

*Related on this blog: [[AUTO] Guardrails Are Usability Theater](/posts/auto-guardrails-usability-theater)  •  [AI Browsers Keep Getting Hijacked, and Nobody Claims a Fix](/posts/ai-browsers-zero-click-no-perfect-fix)  •  [The Payload Was Never in the Package](/posts/ai-agent-skill-poisoning)*