// ai security

All signals tagged with this topic

AI Tools Enable Hackers to Build Botnets at Scale

Researchers demonstrated that nine major LLM platforms—including ChatGPT, Claude, and Gemini—can be weaponized to automate botnet assembly through prompt injection attacks, turning consumer-grade AI into infrastructure for coordinated attacks without requiring traditional coding skills. The threat isn't rogue AI systems but adversaries using mainstream AI as a force multiplier, lowering the barrier to entry for network-scale attacks. LLMs cannot reliably distinguish between legitimate instructions and adversarial ones, meaning basic safeguards can be circumvented by attackers who understand how to frame malicious requests. Security teams lack detection capability for this class of attack.

Chrome Warns WebMCP Exposes AI Agents to Browser Hijacking

Chrome's security team has identified a critical vulnerability in WebMCP (a protocol for AI agents to access web services) that allows attackers to exploit the authenticated browser context where these agents operate—essentially using the user's logged-in sessions to compromise the agent's actions. This matters because AI agents are increasingly deployed to automate tasks like email, banking, and shopping on behalf of users, making browser hijacking a direct path to financial fraud and data theft. The vulnerability exposes a foundational design tension: giving AI agents useful access to web services requires them to inherit browser privileges, but that same inheritance becomes an attack surface.

Google's AI vulnerability hunter becomes target of Chinese espionage

Google's AI systems that autonomously discover zero-day exploits are now priority targets for Chinese intelligence operations, creating a security paradox: the tools designed to defend infrastructure become high-value espionage targets. The vulnerability isn't in code alone—it's in concentrated offensive capability. One nation's defensive AI advantage is another's most attractive attack surface. Access asymmetry determines whose networks stay secure. This resembles Cold War nuclear doctrine, except the barrier to entry is compute and training data rather than uranium enrichment.

Anthropic's accidental code leak exposes AI security's fatal blind spots

A hypothetical but plausible scenario where Anthropic leaks Claude's source code to npm highlights a concrete gap in AI company infrastructure: version control systems, deployment pipelines, and access controls are not architected for the stakes of shipping production AI systems. AI companies are still borrowing tooling and practices from software engineering without adapting them for models that represent millions in R&D, competitive moat, and potential attack surface. The first major source code breach may come not from sophisticated adversaries but from routine operational mistakes that would be recoverable in traditional software.

Google blocks AI-generated zero-day before mass exploitation

Google's Threat Intelligence Group detected and disrupted what appears to be the first weaponized zero-day vulnerability created by AI tools, preventing a coordinated attack at scale. The emergence of OpenClaw and similar exploit-finding tools means attackers now have automated systems for discovering vulnerabilities, compressing the timeline between flaw existence and deployment from months to days. Security teams now operate under continuous emergency conditions, with patch cycles that no longer function on traditional schedules.