ZeroHour
Help Net Securitypublished ()ingested @helpnetsecurity1

Google’s AI security agents found 100+ critical software vulnerabilities in just two days

AI summary · glm-5.3-flash

Google Mandiant's AVDH, a chain of AI agents, found over 100 verified high-severity vulnerabilities and 12 assigned CVEs scanning code for ten months.

Google Mandiant disclosed AVDH (Agentic Vulnerability Discovery Harness), an internal pipeline of chained AI agents built on the Agent Development Kit that hunts vulnerabilities in source code. In a live investigation of stolen corporate repositories it verified more than 100 high-severity flaws in two days; over ten months it scanned tens of millions of lines of code and produced tens of thousands of findings, yielding 12 assigned CVEs including CVE-2026-13242 and CVE-2026-55803, with about a dozen more in active disclosure. Human consultants manually reproduce every confirmed finding before it counts.

  • AVDH chains specialized AI agents for threat modeling, entry point discovery, context enrichment, hypothesis generation, and validation.
  • Running inside Mandiant for ten months, it scanned tens of millions of lines and produced tens of thousands of findings.
  • Output includes 12 assigned CVEs, such as CVE-2026-13242 and CVE-2026-55803, with another dozen in active disclosure.
  • Consultants manually reproduce every confirmed finding; agents challenge each other's hypotheses using consultant-written rules by domain.

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-13242
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Drupal Geolocation Field allows SQL Injection.

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Drupal Geolocation Field allows SQL Injection. This issue affects Geolocation Field versions: from 0.0.0 to 3.15.0.

NVD description · AI analysis pending
6.5<1%
  • dopry geolocation field
CVE-2026-55803
Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in Drupal Drupal core allows Object Injection.

Improperly Controlled Modification of Dynamically-Determined Object Attributes vulnerability in Drupal Drupal core allows Object Injection. This issue affects Drupal core versions: from 0.0.0 to 10.5.12, from 10.6.0 to 10.6.11, from 11.2.0 to 11.2.14, from 11.3.0 to 11.3.12, from 0.0.0 to 11.0.*, from 0.0.0 to 11.1.*.

NVD description · AI analysis pending
5.9<1%
  • drupal drupal
Full article635 words · extracted from helpnetsecurity.com · click to collapse

Google’s Mandiant has disclosed the workings of an internal tool that uses chains of AI agents to hunt for vulnerabilities in source code, saying it found over 100 verified, high-severity flaws in just two days during a live investigation into stolen corporate repositories.

The tool, called the Agentic Vulnerability Discovery Harness (AVDH), has been running inside Mandiant for ten months. In that time it has scanned tens of millions of lines of code and produced tens of thousands of findings, according to a blog post published by the Google Threat Intelligence Group.

The tool has uncovered dozens of assignable flaws in widely used web extensions and open-source projects, Mandiant researchers Alex Tselevich and Michael Maturi wrote, resulting in 12 assigned CVEs, including CVE-2026-13242 and CVE-2026-55803, with “an additional dozen currently in active disclosure.”

How the pipeline works

AVDH runs as a sequence of specialised agents, each handing its output to the next, built on Google’s Agent Development Kit. The stages are:

Threat modeling: An agent maps the codebase, figures out what kind of software it is, and marks which parts to skip, such as test directories. A human reviews the resulting threat model before anything else happens.

Entry point discovery: Agents scan every file in scope to find places where user input enters the application, from web routes to inter-process listeners.

Context enrichment: For each entry point, an agent pulls together scattered, relevant code, such as permission checks and input sanitizers, that a reviewer would otherwise have to chase down by hand.

Hypothesis generation: Separate agents look for access-control problems, including missing authorization, privilege escalation, and cross-site request forgery, and for dangerous data flows, the kind that lead to SQL injection, cross-site scripting, command injection, and path traversal.

Hypothesis validation: Several agents, deliberately run at high “temperature” settings to widen the range of reasoning they produce, weigh in on each hypothesis. A synthesis agent then sorts each one into confirmed, disproven, or rejected.

Every confirmed finding still goes to a person before it counts for anything. Mandiant consultants reproduce the exploit and run proof-of-concept code to check that the flaw is genuine and that no overlooked control blocks it. Findings that fail that test get thrown out.

AI vulnerability discovery tool

Human-in-the-loop handover diagram (Source: Google)

“We encourage network defenders considering implementing similar vulnerability discovery harnesses to manually validate findings,” Mandiant researchers Alex Tselevich and Michael Maturi noted.

Cutting down on false alarms

Automated code scanners have long had a reputation for noise, findings that look plausible on paper but don’t hold up once someone checks them. Mandiant says it built AVDH specifically to fight that problem, by having agents challenge each other’s conclusions and check them against rules written by its own consultants, rather than simply flagging code patterns that resemble known bugs.

Those rules are organised by software domain, then split into three groups, language, framework, and vulnerability type, so the knowledge stays reusable as the tool is pointed at different codebases.

To grade its own performance, Mandiant built a set of synthetic, deliberately vulnerable codebases rather than relying on public vulnerability datasets, out of concern that today’s models may already have seen those datasets during training and could be recalling answers rather than reasoning through them.

“Securing the software development pipeline has emerged as a defining challenge in modern enterprise defense.”

“To match these emerging threats, securing the code pipeline must be a critical component of a modern defense strategy. Manual source code review can’t keep pace with AI, and traditional scanning engines consistently miss the broad spectrum of vulnerabilities hidden in modern software,” researchers added.

“However, the success of our harness proves defenders can reclaim the advantage against adversarial AI. By embedding frontier models within an expert-defined harness, defenders can automate the discovery of routine vulnerabilities,” they concluded.

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.helpnetsecurity.com/2026/08/19/google-mandiant-avdh-ai-vulnerability-discovery-tool/