Google says AI found and helped fix 1,072 Chrome security bugs in two releases, dramatically accelerating vulnerability detection and patching Google’s Chrome Security team published a detailed account of how AI models have transformed their vulnerability management pipeline, and the headline figure is difficult to dismiss: in the last two Chrome releases alone, the team […]

Google's Chrome Security team has reported a significant acceleration in vulnerability detection and patching, attributing the improvement to the integration of artificial intelligence models into their development pipeline. In the last two Chrome releases alone, 1,072 security bugs were fixed, a number exceeding the total fixes across the preceding 23 milestones combined.
The company stated that in early 2026, an agent harness utilizing the Gemini AI model was deployed to identify vulnerabilities across the Chrome codebase. This system demonstrated higher efficiency and reduced false positives compared to previous methods. One notable discovery was a sandbox escape vulnerability that had persisted in the codebase for over 13 years, allowing a compromised renderer to trick the browser into reading local files.
Beyond detection, AI tools are also being used for bug triaging. Historically, human security analysts spent between 5 and 30 minutes triaging a single report. The automated system now handles tasks such as filtering duplicates, reproducing bugs, assigning severity levels, and routing issues to the appropriate teams. This automation is estimated to save hundreds of hours of developer time monthly.
The bug repair pipeline has also been re-engineered. A fixing agent generates multiple candidate patches, which are then evaluated by a separate critic agent. A test-writing agent verifies the effectiveness of the chosen fix across all Chrome platforms before human review. These tools, developed in partnership with Google DeepMind and Project Zero, including BigSleep and CodeMender, are integrated into Google's continuous integration (CI) system and run daily across all change lists to proactively detect security issues. In May alone, this system prevented over 20 vulnerabilities, including a critical S1+ issue, from reaching production.
The increased efficiency has also impacted Google's external vulnerability reward program (VRP). By March 2026, Chrome received more bug reports than in all of 2025, prompting a revision of the VRP to encourage researchers to focus on vulnerabilities not already identified by internal AI tools.
Google is also addressing the "patch gap," the period between when a fix is committed to the open-source codebase and when it reaches users. To minimize this window, which can take weeks for the Chrome Stable channel, the company is developing dynamic patching that allows background processes to update without requiring a full browser restart. Chrome 150 on macOS has already implemented a change that automatically restarts the browser when all windows are closed and an update is pending.
Long-term structural improvements are also underway to eliminate entire categories of bugs. MiraclePtr, a technology designed to neutralize use-after-free vulnerabilities, is being expanded to more libraries, including Skia, ANGLE, and Dawn, with a goal of covering up to 90% of such bugs on the GPU main thread. A separate "spanification" effort has ensured that 97% of first-party Chrome code compiles cleanly with strict unsafe-buffer warnings, moving spatial safety enforcement to the compiler rather than relying on runtime checks.
Acknowledging the limitations of runtime mitigations, Google is also exploring rewriting high-risk components in Rust. A centralized Rust SDK is being developed to facilitate this transition. The company also highlighted the challenge of managing over 2,300 third-party dependencies across Chromium and satellite projects, with approximately 1,700 shipping to users. These dependencies are being moved to automated update pipelines that continuously roll them to their latest upstream versions, with safety signals from Google's Open Source Security Intelligence Platform acting as guardrails.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.

Attackers are exploiting two new PaperCut flaws to steal credentials and gain privileged access in education-sector attacks across the U.S. and Europe. Attackers are exploiting two recelty disclosed PaperCut flaws, CVE-2026-81578 and CVE-2026-82078, in attacks targeting schools and other education organizations in the U.S. and Europe, as reported by TheHackerNews. Arctic Wolf researchers observed

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.