AI agents have unlocked limitless use cases, but at the same time, they have also introduced new threats as AI agents are now given extensive permissions to data sources and mutating actions through APIs. This talk dives into some of the real-world vulnerabilities affecting AI agents to discover the common patterns and causes, e.g.
1. Github's MCP vulnerability
leading to private repo access 2. VS Code Co-pilot's
RCE CVE-2025-53773 The talk also discusses the possible mitigations such as proper isolation, least privilege, use of OAuth, and limiting agent scope.