Description
Insufficient validation of untrusted input in WebView in Google Chrome on Android prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-06-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates from insufficient validation of untrusted input in the WebView component of Google Chrome for Android. A renderer process that has already been compromised can serve a maliciously crafted HTML page that forces the browser to read data from a different web origin. The flaw is a classic CWE‑20 input validation weakness, and the effect is the leakage of cross‑origin data; it also involves a second weakness (CWE‑346) related to insecure handling of trusted input. This exposes sensitive information but does not grant the attacker arbitrary code execution or system control.

Affected Systems

Google Chrome for Android installations prior to version 149.0.7827.53 are affected. All earlier releases share the same issue.

Risk and Exploitability

The CVSS score is 6.5, which corresponds to Medium severity. The EPSS score is < 1%, indicating a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that the attacker must first have a foothold within the renderer process, typically by exploiting another vulnerability. Once that condition is met, the attacker can read cross‑origin data, threatening confidentiality of information accessed by other sites. The overall risk is moderate given the prerequisite for the renderer compromise.

Generated by OpenCVE AI on June 8, 2026 at 17:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Chrome to at least version 149.0.7827.53 to apply the input validation fix.
  • Ensure that the Android OS and all security components are kept current to reduce the likelihood of a renderer compromise.
  • Monitor application and system logs for anomalous web page loading or unauthorized cross‑origin data access and investigate any suspicious activity promptly.

Generated by OpenCVE AI on June 8, 2026 at 17:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6325-1 chromium security update
History

Mon, 08 Jun 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Google android
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:google:android:-:*:*:*:*:*:*:*
Vendors & Products Google android

Mon, 08 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}

cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'}


Sun, 07 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: Insufficient validation of untrusted input in WebView
Weaknesses CWE-346
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N'}

threat_severity

Moderate


Fri, 05 Jun 2026 04:30:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google chrome
Vendors & Products Google
Google chrome

Thu, 04 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Insufficient validation of untrusted input in WebView in Google Chrome on Android prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
Weaknesses CWE-20
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-08T16:08:49.908Z

Reserved: 2026-06-04T17:06:27.743Z

Link: CVE-2026-11007

cve-icon Vulnrichment

Updated: 2026-06-08T16:07:34.202Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T23:17:04.503

Modified: 2026-06-08T18:09:30.310

Link: CVE-2026-11007

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-02T00:00:00Z

Links: CVE-2026-11007 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-08T17:30:06Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-346

    Origin Validation Error