CVE-2026-11223
BaseFortify
Publication date: 2026-06-04
Last updated on: 2026-06-04
Assigner: Chrome
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| chrome | to 149.0.7827.53 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves insufficient validation of untrusted input in the Network component of Google Chrome versions prior to 149.0.7827.53.
A remote attacker who has already compromised the renderer process can exploit this flaw by using a specially crafted HTML page to bypass the same origin policy.
The same origin policy is a security measure that restricts how documents or scripts loaded from one origin can interact with resources from another origin.
How can this vulnerability impact me? :
By bypassing the same origin policy, an attacker could potentially access or manipulate data from other origins that should normally be restricted.
This could lead to unauthorized access to sensitive information or actions within the browser context if the attacker has already compromised the renderer process.
However, the overall severity of this vulnerability is rated as low by Chromium security.