Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
AC:H reflects mandatory renderer pre-compromise; C:H is warranted given arbitrary process memory disclosure; I:N and A:N apply as no write or availability impact exists.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Uninitialized Use in UI in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Uninitialized memory exposure in the UI layer of Google Chrome on Android (prior to 150.0.7871.47) allows an attacker who has already compromised the renderer process to read potentially sensitive data from process memory by serving a crafted HTML page. The vulnerability is CWE-457 (use of uninitialized variable) and is scoped to the Android platform only. No public exploit code or active exploitation has been identified at time of analysis; a vendor patch has been released.
Technical ContextAI
CWE-457 (Use of Uninitialized Variable) describes a condition where memory is allocated and referenced before being explicitly initialized, causing unpredictable or attacker-influenced values to be read. In this instance, the flaw resides in Chrome's UI layer on Android - distinct from the V8 JavaScript engine or the network stack - meaning uninitialized stack or heap memory within UI component handling can be surfaced through renderer-to-browser IPC triggered by a crafted HTML page. Chrome's multi-process architecture separates the renderer (sandboxed) from the browser process (privileged), and this vulnerability is exploitable only after the renderer sandbox has already been breached, making it a second-stage information-disclosure primitive. The affected CPE is Google Chrome on Android, all versions prior to 150.0.7871.47.
RemediationAI
Update Google Chrome on Android to version 150.0.7871.47 or later via the Google Play Store or the device's standard app update mechanism. This is the vendor-released patch confirmed by the Chrome Releases blog at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Because exploitation requires a prior renderer process compromise, organizations with high-risk threat models should additionally ensure Chrome's safe browsing protections and site isolation features are enabled, as these reduce the likelihood of renderer compromise that would make this vulnerability reachable. No workaround is available that eliminates the uninitialized memory condition short of patching; restricting Android device access to untrusted web content can reduce exposure but is operationally impractical for general-purpose devices.
Same weakness CWE-457 – Use of Uninitialized Variable
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: Moderate| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40657
GHSA-6933-c37p-mprr