CVE-2026-84357 in Chromeinfo

Summary

by MITRE • 09/02/2026

Improper input validation in Omnibox in Google Chrome prior to 152.0.7977.75 allowed a remote attacker leveraging social engineering to bypass web origin policy via crafted network traffic. (Chromium security severity: High)

VulDB is the best source for vulnerability data and more expert information about this specific topic.

Analysis

by VulDB Data Team • 09/02/2026

The vulnerability identified as an improper input validation flaw within the Omnibox component of Google Chrome prior to version 152.0.7977.75 represents a significant deviation from expected secure coding practices regarding user interface and network interaction boundaries. The Omnibox, which serves as both the address bar and search entry point for users, is designed to handle complex parsing logic that translates human-readable URLs into structured network requests. In this specific instance, the flaw stems from insufficient sanitization or validation of input data before it is processed by the browser's internal networking stack. This deficiency allows a remote attacker to construct maliciously crafted network traffic that exploits ambiguities in how Chrome interprets URL schemes and domain boundaries. The severity rating of High within the Chromium security framework underscores the potential for this flaw to be leveraged effectively against end-users, particularly when combined with social engineering tactics that trick victims into interacting with or navigating toward the exploit vector.

From a technical perspective, the core issue lies in the failure to strictly enforce origin policies during the parsing and resolution of URLs entered by the user. Web origins are defined by their protocol, host, and port, serving as the fundamental unit of security isolation for web content. When input validation is improper, an attacker can manipulate the URL structure to confuse the browser's engine into treating a malicious domain as part of a trusted origin or bypassing same-origin restrictions entirely. This might involve exploiting edge cases in how subdomains are resolved, how internationalized domain names are processed, or how specific protocol handlers interact with local resources. By crafting network traffic that appears legitimate but contains hidden payloads or redirects to unauthorized domains, the attacker can execute scripts or access sensitive data from a different origin than intended by the browser's security model. This bypass of web origin policy is particularly dangerous because it undermines the sandboxing mechanisms designed to prevent cross-site scripting and data theft.

The operational impact of this vulnerability is severe for any user interacting with compromised or maliciously crafted links. An attacker leveraging social engineering can deceive a victim into clicking on a link that appears safe but actually triggers the validation flaw upon loading in Chrome. Once triggered, the browser may inadvertently grant web content from an untrusted origin access to cookies, local storage, DOM elements, or other sensitive data belonging to a trusted site. This could lead to session hijacking, where an attacker steals authentication tokens to impersonate the user on their banking or email accounts. It can also facilitate phishing attacks that are more convincing because they appear to originate from legitimate domains due to the origin policy bypass. Furthermore, if the vulnerability allows for arbitrary code execution through subsequent exploitation steps, it could lead to full system compromise, although the primary impact described is focused on the breach of web isolation principles.

Mitigation strategies must address both immediate remediation and long-term defensive posture improvements. The most critical action is to update Google Chrome to version 152.0.7977.75 or later, where this input validation flaw has been patched by Chromium developers. Organizations should enforce automated patch management policies to ensure all endpoints are running the latest stable release of the browser. Additionally, users must be educated on social engineering risks, as technical controls alone cannot prevent a user from voluntarily navigating to an exploit site if they are tricked into doing so. Implementing content security policies and strict referrer policy headers can provide additional layers of defense by limiting how much information is sent with requests and restricting the sources from which scripts can be loaded. Security teams should also monitor for unusual network traffic patterns that might indicate attempts to exploit this specific vulnerability, although given its reliance on user interaction, detection may require endpoint monitoring tools capable of analyzing browser behavior anomalies.

This incident aligns closely with CWE-20 Improper Input Validation and CWE-79 Cross-site Scripting if the bypass leads to script injection, as well as ATT&CK technique T1059 Command and Scripting Interpreter if further exploitation occurs within the compromised context. The failure to validate input correctly before processing it in a security-critical component like the Omnibox highlights the importance of rigorous code review processes focused on boundary conditions and edge cases in URL parsing logic. Developers must ensure that all user-supplied data, especially when used to construct network requests or determine resource origins, is strictly validated against allowlists rather than relying on blacklist approaches which are prone to bypasses through encoding variations or protocol ambiguities. Continuous integration pipelines should include static analysis tools specifically tuned to detect these types of validation flaws in web browser components to prevent similar issues from reaching production releases.

Responsible

Chrome

Reservation

09/01/2026

Disclosure

09/02/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!