跳到主要內容

Chrome AI抓漏洞實測:1,072個漏洞一次修復、13年老洞現形 | Chrome AI Fixes 1,072 Bugs, Finds 13-Year-Old Flaw

By Kit 小克 | AI Tool Observer | 2026-08-02

🇹🇼 Chrome AI抓漏洞實測:1,072個漏洞一次修復、13年老洞現形

Google Chrome 資安團隊最新公布的數據顯示,靠著AI 抓資安漏洞,Chrome 149、150 兩個版本一口氣修復了1,072 個安全漏洞,比過去兩年、23 個版本加起來的 1,036 個還多。這波成果的核心是 Google 用 Gemini 打造的代理程式(agent harness),不只找漏洞,還能自動生成修補程式碼、做漏洞分級與分派,是目前規模最大的Chrome AI 修復漏洞實戰案例。

Chrome AI怎麼抓漏洞?

Google 從 2023 年就開始用 LLM 提升模糊測試(fuzzing)覆蓋率,2024 年跟 Project Zero 合作推出 Naptime,2025 年再進化成 Big Sleep,專門在 V8 引擎和繪圖堆疊裡找漏洞。2026 年初,Google 打造了一套跑在整個 Chrome 原始碼庫上的 Gemini 代理程式,同時餵給它過去所有 CVE 紀錄和完整 Git 歷史,讓它一邊找漏洞、一邊降低誤報率。

  • 2023:LLM 輔助模糊測試,提升覆蓋率
  • 2024:與 Project Zero 合作推出 Naptime
  • 2025:進化成 Big Sleep,找到 V8、繪圖堆疊真實漏洞
  • 2026:Gemini 代理程式掃描整個 Chrome 程式碼庫,同步協助分級與分派

13年老洞是怎麼被揪出來的?

這套系統挖出的其中一個漏洞,是藏在 Chrome 沙盒(sandbox)機制裡超過 13 年的逃逸漏洞——代表這個洞從 Chrome 還很年輕的時候就存在,人工稽核跟傳統模糊測試都沒抓到,最後被 AI 代理程式在系統性掃描中挖出來。除了找漏洞,AI 也接手了漏洞分類的雜活:過濾垃圾回報、去除重複、重現 PoC 攻擊、評估嚴重度、分派給對的工程師,Google 估計每個月省下數百小時人力。

對一般用戶跟開發者代表什麼?

老實說,這不代表 Chrome 突然變得無懈可擊——AI 抓得越多,代表過去累積的技術債也越多,而且被抓出來的漏洞,理論上也可能被攻擊者用類似手法搶先找到,形成一場修補速度的競賽。但對用戶來說,好處很直接:修補速度變快、更新頻率變高,只要保持 Chrome 自動更新,就能吃到這波紅利。對開發者而言,這是個訊號——AI 漏洞挖掘已經從實驗室走進大型專案的日常維運,值得評估在自己的專案裡導入類似流程。

好不好用,試了才知道。


🇺🇸 Chrome AI Fixes 1,072 Bugs, Finds 13-Year-Old Flaw

Google Chrome Security just revealed that Chrome AI vulnerability fixing hit a new record: versions 149 and 150 patched 1,072 security bugs in June 2026 alone — more than the 1,036 bugs fixed across the previous 23 releases combined. The engine behind this jump is a Gemini-powered agent harness that doesn't just hunt for bugs, it also drafts fixes, triages severity, and routes reports to the right engineers.

How does Chrome use AI to find vulnerabilities?

Google's LLM security work goes back to 2023, when it boosted fuzzing coverage with language models. In 2024 it partnered with Project Zero on Naptime, then evolved that into Big Sleep in 2025, which found real bugs in V8 and the graphics stack. Early 2026 brought a full agent harness trained on Chrome's entire CVE history and Git log, built to scan the whole codebase while cutting false positives.

  • 2023: LLM-assisted fuzzing, wider coverage
  • 2024: Naptime, built with Project Zero
  • 2025: Big Sleep finds real V8 and graphics-stack bugs
  • 2026: Gemini agent harness scans the full codebase, assists triage and routing

What did the AI actually find?

One standout catch: a sandbox escape vulnerability that had sat undetected in Chrome's codebase for over 13 years — missed by manual review and traditional fuzzing alike. Beyond discovery, the AI now handles the grunt work of triage too: filtering spam reports, deduping, reproducing proof-of-concept exploits, assigning severity, and routing tickets, saving what Google estimates is hundreds of engineering hours every month.

Does this actually make Chrome safer?

Here's the honest take: finding more bugs faster doesn't mean Chrome had more bugs than other browsers — it means the backlog of long-standing issues is finally getting drained, and it kicks off a patching-speed race, since a bug an AI agent can find, an attacker's AI agent might eventually find first. For everyday users, the practical upside is simple: keep Chrome on auto-update and you get these fixes for free. For developers, it's a signal that AI vulnerability discovery has moved from research demo to production workflow at scale — worth evaluating for your own codebase.

好不好用,試了才知道 — works well or not, you only know once you have tried it.

Sources / 資料來源

常見問題 FAQ

Chrome AI修復漏洞是什麼意思?

指Google用Gemini打造的AI代理程式自動掃描Chrome原始碼、找出資安漏洞並協助生成修補程式,2026年6月一口氣修復1,072個漏洞,超過過去兩年23個版本的總和。

AI找到的13年老洞是什麼?

是藏在Chrome沙盒(sandbox)機制裡的一個逃逸漏洞,存在超過13年都沒被人工稽核或傳統模糊測試抓到,最後由Gemini代理程式在系統性掃描中挖出來。

一般使用者需要做什麼才能受益?

不需要額外操作,只要保持Chrome自動更新開啟,這些AI找到並修補的漏洞就會透過正常版本更新推送給你。

這項技術的核心是什麼?

核心技術包括2024年的Naptime與2025年的Big Sleep,2026年進化成能掃描整個Chrome程式碼庫、同時協助分級與分派的Gemini代理程式。

AI抓漏洞會不會也被駭客拿來用?

有可能,這是雙面刃——AI能找到的漏洞,攻擊者的AI也可能找到,因此修補速度變得比以往更關鍵,形成一場對抗式的競賽。

延伸閱讀 / Related Articles


AI 工具觀察站 — 每日精選 AI Agent 與工具趨勢
AI Tool Observer — Daily curated AI Agent & tool trends

留言

這個網誌中的熱門文章

Cursor vs GitHub Copilot vs Claude Code:AI 程式助手大比拼 | AI Coding Assistants Compared: Cursor vs GitHub Copilot vs Claude Code

Google Ironwood TPU v7 推理專用晶片解析:效能追平 NVIDIA、成本低 44%,AI 晶片戰爭正式開打 | Google Ironwood TPU v7 Explained: Matching NVIDIA Performance at 44% Lower Cost — The AI Chip War Heats Up

Claude Code 實測:AI 幫你寫程式到底行不行? | Claude Code Review: Can AI Really Code for You?