New Chrome Vulnerability Let Malicious Extensions Escalate Privileges via Gemini Panel
好的,我现在需要帮用户总结这篇文章的内容,控制在100个字以内。首先,我得仔细阅读文章,理解其主要内容。 文章讲的是Google Chrome的一个安全漏洞,编号CVE-2026-0628,评分8.8。这个漏洞允许攻击者通过恶意扩展注入脚本或HTML到特权页面,从而提升权限并访问本地文件。漏洞已经被修复了,修复版本是143.0.7499.192/.193。 此外,文章提到了这个漏洞与Google Chrome集成的Gemini Live面板有关。攻击者可以利用恶意扩展控制这个面板,进而访问摄像头、麦克风,截图和访问本地文件。这突显了AI和代理功能直接集成到浏览器中带来的新兴攻击向量。 总结时需要包括:Chrome的安全漏洞、CVSS评分、攻击者如何利用恶意扩展、可能的影响(如访问敏感数据)、以及与AI集成带来的风险。 现在我要把这些要点浓缩成一段话,不超过100字,并且不使用“文章内容总结”之类的开头。 可能会这样组织:Google Chrome被发现有安全漏洞(CVE-2026-0628),CVSS评分8.8。该漏洞允许攻击者通过恶意扩展注入代码到特权页面,提升权限并访问本地文件。已修复于版本143.0.7499.192/.193。问题源于WebView标签的策略执行不足,与AI功能集成有关。 检查字数是否在限制内,并确保信息准确无误。 </think> Google Chrome被发现存在安全漏洞(CVE-2026-0628),CVSS评分为8.8。该漏洞允许攻击者通过恶意扩展注入代码到特权页面,从而提升权限并访问本地文件。已修复于版本143.0.7499.192/.193。问题源于WebView标签的策略执行不足,并与AI功能集成相关。 2026-3-2 17:8:0 Author: thehackernews.com(查看原文) 阅读量:0 收藏

Vulnerability / Artificial Intelligence

Cybersecurity researchers have disclosed details of a now-patched security flaw in Google Chrome that could have permitted attackers to escalate privileges and gain access to local files on the system.

The vulnerability, tracked as CVE-2026-0628 (CVSS score: 8.8), has been described as a case of insufficient policy enforcement in the WebView tag. It was patched by Google in early January 2026 in version 143.0.7499.192/.193 for Windows/Mac and 143.0.7499.192 for Linux.

"Insufficient policy enforcement in WebView tag in Google Chrome prior to 143.0.7499.192 allowed an attacker who convinced a user to install a malicious extension to inject scripts or HTML into a privileged page via a crafted Chrome extension," according to a description on the NIST National Vulnerability Database (NVD).

Palo Alto Networks Unit 42 researcher Gal Weizman, who discovered and reported the flaw on November 23, 2025, said the issue could have permitted malicious extensions with basic permissions to seize control of the new Gemini Live panel in Chrome. The panel can be launched by clicking the Gemini icon located at the top of the browser window. Google added Gemini integration to Chrome in September 2025.

This attack could have been abused by an attacker to achieve privilege escalation, enabling them to access the victim's camera and microphone without their permission, take screenshots of any website, and access local files.

The findings highlight an emerging attack vector arising from baking artificial intelligence (AI) and agentic capabilities directly into web browsers to facilitate real-time content summarization, translation, and automated task execution, as the same capabilities could be abused to perform privileged actions.

The problem, at its core, is the need for granting these AI agents privileged access to the browsing environment to perform multi-step operations, thereby becoming a double-edged sword when an attacker embeds hidden prompts in a malicious web page, and a victim user is tricked into accessing it via social engineering or some other means.

The prompt could instruct the AI assistant to perform actions that would otherwise be blocked by the browser, leading to data exfiltration or code execution. Even worse, the web page could manipulate the agent to store the instructions in memory, causing it to persist across sessions.

Besides the expanded attack surface, Unit 42 said the integration of an AI side panel in agentic browsers brings back classic browser security risks.

"By placing this new component within the high-privilege context of the browser, developers could inadvertently create new logical flaws and implementation weaknesses," Weizman said. "This could include vulnerabilities related to cross-site scripting (XSS), privilege escalation, and side-channel attacks that can be exploited by less-privileged websites or browser extensions."

While browser extensions operate based on a defined set of permissions, successful exploitation of CVE-2026-0628 undermines the browser security model and allows an attacker to run arbitrary code at "gemini.google[.]com/app" via the browser panel and gain access to sensitive data.

"An extension with access to a basic permission set through the declarativeNetRequest API allowed permissions that could have enabled an attacker to inject JavaScript code into the new Gemini panel," Weizman added. "When the Gemini app is loaded within this new panel component, Chrome hooks it with access to powerful capabilities."

It's worth noting that the declarativeNetRequest API allows extensions to intercept and change properties of HTTPS web requests and responses. It's used by ad-blocking extensions to stop issuing requests to load ads on web pages.

In other words, all it takes for an attacker is to trick an unsuspecting user into installing a specially crafted extension, which could then inject arbitrary JavaScript code into the Gemini side panel to interact with the file system, take screenshots, access the camera, turn on the microphone – all features necessary for the AI assistant to perform its tasks.

"This difference in what type of component loads the Gemini app is the line between by-design behavior and a security flaw," Unit 42 said. An extension influencing a website is expected. However, an extension influencing a component that is baked into the browser is a serious security risk."

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.


文章来源: https://thehackernews.com/2026/03/new-chrome-vulnerability-let-malicious.html
如有侵权请联系:admin#unsafe.sh