Agentic AI is changing the threat landscape. We’ve moved beyond chatbots to autonomous systems that navigate files and take actions, expanding the attack surface. Recent incidents highlight the risk. Hugging Face suffered a breach where an AI agent became the entry point into production systems, showing that developer tools are now critical infrastructure. OpenAI’s GPT-5.6 accidentally deleted user data, including a production database, after misconfiguring an environment variable—no malicious intent, just real consequences, underscoring the need for mandatory sandboxing. Meanwhile, SpaceX’s Grok Build tool was found defaulting to collecting user repositories and sending them to internal cloud storage without clear consent, a reminder of “default-on” data exfiltration risks. A newer threat, Agent Data Injection, manipulates trusted metadata (like IDs or fields) with crafted inputs to mislead agents into unintended actions. A strong counterexample is the 1Password–Claude integration, which requires biometric approval before accessing credentials, keeping secrets out of the AI entirely. Human-in-the-loop controls should be standard.
Legacy systems remain a major risk. Windows, OpenSSL, and WordPress continue to produce serious vulnerabilities. LegacyHive allows privilege escalation in Windows by loading another user’s registry hive. HollowByte exploits a small crafted TLS payload in OpenSSL to trigger memory over-allocation and denial of service. The wp2shell chain enables unauthenticated remote code execution in WordPress core (versions 6.9–7.0), challenging the assumption that only plugins are risky. At the same time, Windows 10 is reaching end-of-life, yet roughly 17% of devices still run it, especially in cost-sensitive sectors like healthcare and small business. As Windows 11 patches are released, they effectively expose underlying flaws that attackers can reuse against unsupported systems.
Trust itself is increasingly being exploited. Attackers are hiding inside legitimate platforms instead of building new infrastructure. HollowGraph malware uses compromised Microsoft 365 calendars as command-and-control channels, embedding instructions in far-future events and routing through normal Graph API traffic. A Norwegian transit test revealed electric buses could be remotely disabled via foreign SIM cards, highlighting risks in over-the-air control systems across transportation sectors. Ransomware groups are also evolving: JadePuffer’s ENCFORGE targets AI model artifacts, treating trained models as high-value assets. Researchers have already used GPT models to build exploit chains, signaling AI’s shift into offensive security roles.
Governance gaps are compounding the problem. A ProPublica report found Microsoft used China-based engineers to support U.S. Department of Defense cloud systems via low-paid American intermediaries who relayed code without understanding it—technically compliant, but operationally risky. The UK scrapped its £1.8B digital ID program after execution failures. In another case, a single typo in a police report, combined with automated license plate recognition, led to a wrongful arrest, showing how systems can enforce human error without validation.
The common thread is misplaced confidence—in AI agents, legacy systems, and formal compliance. Practical steps are clear: require human approval for sensitive AI actions, verify data access beyond contractual assurances, sandbox all agents, treat AI models as critical assets with backups, and update detection strategies to monitor abuse within trusted platforms, not just external threats.
Trust, increasingly, is the vulnerability.