AI Security AI安全 1d ago Updated 16h ago 更新于 16小时前 35

Chrome V8 Zero-Day Exploited in the Wild Enables Code Execution Inside Sandbox Chrome V8 零日漏洞在野外被利用,可在沙箱内实现代码执行

CVE-2026-87491 is an actively exploited out-of-bounds write vulnerability in Google Chrome's V8 JavaScript/WebAssembly engine, enabling arbitrary code execution inside the sandbox via a crafted HTML page Google patched 230 security vulnerabilities in a single update, including five critical flaws in WebGL and one in Cast, marking the seventh actively exploited Chrome zero-day addressed since the start of 2026 The vulnerability was discovered and responsibly disclosed by researcher Jihyeon Jeong Chrome V8引擎存在越界写入漏洞(CVE-2026-87491),已在野外被利用,可导致沙箱内任意代码执行 Google发布更新修复230个安全漏洞,包括7个已被利用的Chrome零日漏洞 漏洞由首尔大学Compsec Lab研究员Jihyeon Jeong于2026年8月6日发现并报告,获得2500美元奖励 更新还修复了WebGL和Cast组件的5个关键漏洞,以及WebPackaging的高危漏洞 建议用户立即更新Chrome至153.0.8010.36/.37版本,Chromium系浏览器用户也需跟进更新

50
Hot 热度
50
Quality 质量
50
Impact 影响力

Analysis 深度分析

TL;DR

  • CVE-2026-87491 is an actively exploited out-of-bounds write vulnerability in Google Chrome's V8 JavaScript/WebAssembly engine, enabling arbitrary code execution inside the sandbox via a crafted HTML page
  • Google patched 230 security vulnerabilities in a single update, including five critical flaws in WebGL and one in Cast, marking the seventh actively exploited Chrome zero-day addressed since the start of 2026
  • The vulnerability was discovered and responsibly disclosed by researcher Jihyeon Jeong of Compsec Lab, Seoul National University, who received a $2,500 bug bounty reward
  • Google credited OpenAI Codex Security for discovering a high-severity use-after-free flaw in WebPackaging (CVE-2026-87639), highlighting the role of AI-assisted security research
  • Chrome users are urged to update to versions 153.0.8010.36/.37 immediately, with the same guidance extending to all Chromium-based browsers including Edge, Brave, Opera, and Vivaldi

Why It Matters

This incident underscores the escalating frequency of actively exploited zero-day vulnerabilities in browser engines, with Google now addressing seven such flaws in 2026 alone — signaling a sustained and targeted campaign against Chrome's V8 and related components. The involvement of OpenAI Codex Security in bug discovery also highlights the growing impact of AI-assisted security research on vulnerability detection, which could reshape how organizations approach code auditing and defensive engineering.

Technical Details

  • CVE-2026-87491: An out-of-bounds write vulnerability in V8 (Chrome's JavaScript and WebAssembly engine) that allows a remote attacker to execute arbitrary code inside the sandbox by luring a victim to a crafted HTML page. The bug was classified as medium severity with no published CVSS score.
  • WebGL critical flaws: Five critical vulnerabilities were patched in WebGL — CVE-2026-87464 (use-after-free), CVE-2026-87488 (use-after-free), CVE-2026-87438 (out-of-bounds write), and CVE-2026-87527 (buffer overflow) — all of which could enable sandbox escape through malicious web content.
  • Cast component flaw: CVE-2026-87628 is a use-after-free vulnerability in the Cast component, also rated critical, expanding the attack surface beyond the core rendering engine.
  • WebPackaging flaw: CVE-2026-87639, a high-severity use-after-free in WebPackaging, was discovered by OpenAI Codex Security, demonstrating AI-driven vulnerability detection capabilities.
  • Detection methodology: Google employs a suite of automated fuzzing and sanitization tools including AddressSanitizer, MemorySanitizer, UndefinedBehaviorSanitizer, Control Flow Integrity, libFuzzer, and AFL to identify security bugs in Chrome's codebase.
  • Patch scope: Of the 230 vulnerabilities addressed, Google reported 195 internally; the remaining were discovered by external researchers and responsible disclosure programs.

Industry Insight

  • The seven actively exploited Chrome zero-days in 2026 suggest coordinated threat actor interest in browser-based attack chains; organizations should prioritize rapid patch deployment cycles and consider endpoint detection rules targeting V8 exploitation patterns.
  • The OpenAI Codex Security discovery of CVE-2026-87639 signals that AI-assisted code analysis is becoming a competitive advantage in vulnerability research — companies should evaluate integrating similar AI tools into their secure SDLC and bug bounty programs.
  • The concentration of critical flaws in WebGL and Cast components indicates these less-audited subsystems represent high-value attack surfaces; security teams should advocate for hardened configurations (e.g., disabling Cast when unnecessary) and push for increased fuzzing coverage on peripheral browser modules.

TL;DR

  • Chrome V8引擎存在越界写入漏洞(CVE-2026-87491),已在野外被利用,可导致沙箱内任意代码执行
  • Google发布更新修复230个安全漏洞,包括7个已被利用的Chrome零日漏洞
  • 漏洞由首尔大学Compsec Lab研究员Jihyeon Jeong于2026年8月6日发现并报告,获得2500美元奖励
  • 更新还修复了WebGL和Cast组件的5个关键漏洞,以及WebPackaging的高危漏洞
  • 建议用户立即更新Chrome至153.0.8010.36/.37版本,Chromium系浏览器用户也需跟进更新

为什么值得看

这篇文章揭示了Chrome V8引擎的安全风险,对使用Chrome浏览器的企业和用户具有重要参考价值。Google持续修复零日漏洞的做法展示了其对浏览器安全的重视,也为其他Chromium系浏览器提供了安全更新参考。

技术解析

  • 漏洞类型:V8引擎越界写入(Out-of-bounds write),CVSS评分未公开,被归类为中等严重性
  • 攻击向量:通过构造的HTML页面,远程攻击者可在沙箱内执行任意代码
  • 修复版本:Chrome 153.0.8010.36/.37(Windows/macOS),153.0.8010.36(Linux)
  • 其他关键漏洞:WebGL组件存在5个关键漏洞(包括use-after-free和缓冲区溢出),Cast组件存在use-after-free漏洞,WebPackaging存在高危use-after-free漏洞(CVE-2026-87639,由OpenAI Codex Security发现)
  • 安全检测工具:Google使用AddressSanitizer、MemorySanitizer、UndefinedBehaviorSanitizer、Control Flow Integrity、libFuzzer和AFL等工具检测安全漏洞

行业启示

  • 浏览器安全仍是网络攻击的重要目标,V8引擎作为Chrome的核心组件,其漏洞影响范围广泛
  • Google持续修复零日漏洞的做法值得肯定,但漏洞披露的延迟策略(直到大多数用户更新后才公开细节)可能增加安全风险
  • 建议企业和用户建立定期更新浏览器的机制,特别是对于使用Chromium系浏览器的组织,需要关注安全更新并及时部署

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。