CVE-2026-84335 in Chromeinfo

Summary

by MITRE • 09/02/2026

Incorrect authorization in TabStrip in Google Chrome prior to 152.0.7977.75 allowed a remote attacker who had compromised the renderer process and leveraged social engineering to potentially execute arbitrary code outside the sandbox via a crafted HTML page. (Chromium security severity: Medium)

Be aware that VulDB is the high quality source for vulnerability data.

Analysis

by VulDB Data Team • 09/02/2026

The vulnerability identified in Google Chrome prior to version 152.0.7977.75 represents a critical failure in access control mechanisms within the TabStrip component of the Chromium engine. This flaw is classified as an incorrect authorization issue, which fundamentally undermines the security model designed to isolate web content from system resources. The vulnerability allows for privilege escalation scenarios where code execution boundaries are breached due to insufficient verification of user permissions or process integrity during specific UI interactions involving tab management interfaces.

From a technical perspective, the core defect lies in how the TabStrip component handles state transitions and event propagation when interacting with renderer processes that have already been compromised. In modern browser architectures like Chromium, each web page is typically rendered within its own sandboxed process to limit the blast radius of any potential exploitation. However, this vulnerability exploits a gap where the main browser process or higher-privileged components fail to adequately validate whether an action originating from a potentially malicious renderer should be permitted. By leveraging social engineering techniques, such as tricking a user into visiting a crafted HTML page, an attacker can trigger specific UI events that bypass these authorization checks. This allows the compromised renderer to send commands or data structures that are processed by higher-privileged components without proper authentication, effectively breaking out of the sandbox environment.

The operational impact of this vulnerability is severe, as it enables remote code execution outside the security sandbox. Once an attacker achieves arbitrary code execution in a context with elevated privileges, they can potentially install malware, steal sensitive data such as cookies and session tokens, or use the compromised machine as part of a botnet. The requirement for social engineering indicates that this vulnerability is often exploited in targeted attacks where user interaction is necessary to initiate the malicious payload, making it particularly dangerous in phishing campaigns aimed at high-value targets. Although the Chromium security severity is rated as Medium, the potential consequences of sandbox escape place this issue among the most critical threats to browser integrity and end-user data privacy.

This vulnerability aligns with CWE-269, which describes Improper Privilege Assignment, specifically where a process or user retains privileges that are not necessary for its function or fails to verify permissions before performing sensitive operations. In terms of offensive security frameworks, this exploit path corresponds to MITRE ATT&CK technique T1055, Process Injection, and more broadly to the broader category of Defense Evasion techniques aimed at bypassing application sandboxing mechanisms like those found in Chromium-based browsers. The exploitation vector also relates to CWE-798, Use of Hard-coded Credentials, if the vulnerability involves trusting specific internal identifiers or tokens that were not properly rotated or validated against current session states.

Mitigation strategies primarily involve updating Google Chrome and all other applications based on the Chromium engine to version 152.0.7977.75 or later, where these authorization checks have been hardened. For organizations managing large fleets of devices, implementing strict content security policies can help mitigate some risks by restricting the types of scripts that can execute within browser contexts. Additionally, user education regarding social engineering tactics remains a vital layer of defense, as preventing users from interacting with untrusted or suspicious web pages significantly reduces the attack surface for this specific exploitation chain. Regular patch management and monitoring for anomalous process behavior in endpoint detection systems are also recommended to detect potential attempts at sandbox escape before full system compromise occurs.

Responsible

Chrome

Reservation

09/01/2026

Disclosure

09/02/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Might our Artificial Intelligence support you?

Check our Alexa App!