Google Says Criminal Hackers Used AI to Find Zero-Day Vulnerability

Google has confirmed that criminal hackers used an AI system to identify and exploit a zero-day vulnerability in its software. According to the New York Times report, this marks the first documented case of attackers leveraging AI to autonomously discover a major security flaw. The breach was detected by Google's Threat Analysis Group (TAG) before significant damage occurred, but the incident signals a new phase in AI-powered cyberattacks.
How the Attack Worked
The hackers employed a custom AI agent to perform fuzzing and static analysis on Google's codebase, specifically targeting unpatched memory corruption bugs. The AI identified a use-after-free vulnerability in a widely deployed library, which was then weaponized into an exploit. Google declined to name the specific product but said it affects 'a significant number of users' and a patch is being rolled out.
Key technical aspects from the NYT piece:
- Attackers used a fine-tuned LLM combined with a binary analysis toolchain; they did not rely on publicly available AI models.
- The AI generated proof-of-concept payloads and iteratively refined them based on crash dumps.
- Google TAG intercepted the attack via anomaly detection in exploit delivery patterns, not AI-generated signatures.
- The full investigation is ongoing, but Google attributes the operation to a state-sponsored group known for financial cybercrime.
Implications for Defenders
This event validates long-standing concerns that AI will lower the bar for zero-day discovery. Security teams should expect an increase in automated vulnerability hunting and adjust their patch cadence accordingly. Tools like Microsoft's Security Copilot and Google's own Gemini for security have focused on defensive use—but this shows the same techniques are now live in adversarial hands. It's no longer theoretical; AI-driven offensive security is here.
📖 Read the full source: HN LLM Tools
👀 See Also

AI Is Breaking the Two Vulnerability Cultures: Coordinated Disclosure vs. Linux's "Bugs Are Bugs"
Jeff Kaufman analyzes how AI vulnerability discovery is fracturing both coordinated disclosure and Linux's quiet-fix culture, using the recent Copy Fail (ESP) vulnerability as a case study.

Mass NPM & PyPI Supply Chain Attack Hits TanStack, Mistral AI, and 170+ Packages
A coordinated attack compromised 170+ npm packages and 2 PyPI packages, targeting TanStack (42 packages), Mistral AI SDKs, UiPath, OpenSearch, and Guardrails AI. Malicious versions execute a dropper that exfiltrates credentials and probes cloud metadata.

OpenClaw User Adds TOTP 2FA After Agent Exposed API Keys in Plain Text
An OpenClaw user created a security skill called 'Secure Reveal' that requires TOTP authentication via Telegram before displaying stored credentials, after their AI agent accidentally leaked API keys and passwords in plain text during a demo.

Frontier AI Has Broken Open CTF Competitions — GPT-5.5 One-Shots Insane Pwn Challenges
Claude Opus 4.5 and GPT-5.5 can solve medium-to-hard CTF challenges autonomously, turning scoreboards into a measure of orchestration and token budget rather than security skill.