Security Researcher Uses AI Tools to Uncover Google Vulnerabilities, Earns $500,000 in Bug Bounties

Last updated: June 12, 2026 Reading time: 4 minutes
Disclosure
Share
Security Researcher Uses AI Tools to Uncover Google Vulnerabilities, Earns $500,000 in Bug Bounties
  • A security researcher and their partner spent three months using an AI testing system to hunt for Google bugs, and ended up taking home $500,000 in bounties.
  • They gathered about 3,600 API keys by scraping apps and intercepting network traffic across over 2,800 different Google domains.
  • One critical bug allowed full account takeover on Google Voice and Fiber with just a single unauthenticated command.

A security researcher named brutecat turned an AI loose on Google’s infrastructure. The outcome? In less than 90 days, they received bug bounties of over $500,000 in total for finding security vulnerabilities.

The researcher’s campaign was able to uncover broken access controls across 1,500 different APIs. Many of these flaws sat hidden inside internal Google services.

The Hunt Started with API Keys

Brutecat began by targeting Google’s machine-readable API documents. These files list every available endpoint and method. Some are public, but many internal ones require valid API keys to see.

So the researcher teamed up with Michael Dalton to grab keys at scale. They scraped over 60,000 Android APKs. They also decrypted iOS binaries and built a Chrome extension to catch traffic across 2,800 Google domains. In the end, they collected about 3,600 keys.

A single key often unlocks multiple APIs on one Google Cloud project. This gave them wide access. They then filtered out non-Google keys using a Cloud Marketplace trick that identifies a project’s owner.

Uncovering Hidden Google APIs

The team found ways to see endpoints that Google tried to hide. They abused internal visibility labels like GOOGLE_INTERNAL. They also reverse-engineered Google’s own authentication system after the source code briefly leaked online.

In total, they gathered over 1,500 discovery documents from Google APIs. Brutecat then built a custom API Explorer that could parse any document and send authenticated requests.

Letting Claude AI do the Hacking

With the tools ready, the researcher added Claude AI as an engine for automated pentesting. The AI got three custom tools: confirm_testing_complete and probe_api, report__vulnerability. Its job was simple. Test every endpoint for broken access controls and IDOR flaws.

The team refined the system over a month. They taught the AI to group endpoints by type. Also, they made it probe each request across multiple API keys at once. They also had it translate Google’s cryptic error messages into plain English.

After these upgrades, the AI’s vulnerability reports were accurate more than half the time. Manual review became fast and easy.

A Very Dangerous Bug Found

The biggest discovery made was that the management API for Google Fiber and Google Voice, found at gfibervoice-pa.googleapis.com, does not have any access controls whatsoever. For an attacker, they would only need a single piece of information: a victim’s Gaia ID.

With the Gaia ID, the attacker could then issue a command via this API, without needing any authentication, and retrieve complete personal information about the victim, including the victim’s Google Voice phone number and account recovery phone number.

To make the situation worse, attacking this API allows an attacker to associate any phone number they want with the victim’s account. And that phone number would be listed in the victim’s verified list of phones.

Google rated this bug as a P0/S0 critical bug (the highest severity level possible). They patched the vulnerability within hours after being notified and paid the researcher who discovered this flaw $20,000 for their submission.

Total Amount of Bounty Paid for All Bugs

Some other notable bugs the researcher found included an AdExchange takeover and Google paid them $30,000 for it. Also, they uncovered a flaw in the Translation Hub and got paid $36,500.

The researcher also discovered another bug within the Cloud Console GraphQL service (CVE-2026-8934). That bug could leak App Engine request logs without requiring any type of authentication.

Overall, Google paid out more than $500,000 in Bug Bounty to the researcher for uncovering all these bugs. And the researcher reported all of them through the Google Vulnerability Reward Program.

Major tech companies regularly face security challenges. Facebook previously confirmed a bug that exposed up to 6.8 million users’ unposted photos, underscoring the importance of robust security testing.

This campaign shows a major shift in security testing. AI is no longer just a helper. In the right hands, it becomes a powerful discovery engine that can find critical flaws even inside the world’s most locked-down companies.

Share this article

About the Author

Farwa is an experienced InfoSec writer and cybersecurity journalist skilled in writing articles related to cybersecurity, AI, DevOps, Big Data, Cloud security, VPNs, IAM, and Cloud Computing. Also a contributor on Tripwire.com, Infosecurity Magazine, Security Boulevard, DevOps.com, and CPO Magazine.

More from Farwa Sajjad

Related Posts