Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds read in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Out-of-bounds read in Chrome's ANGLE graphics layer exposes process memory contents to unauthenticated remote attackers who can lure a user to a crafted HTML page. All Google Chrome desktop versions prior to 148.0.7778.216 are affected, with the vulnerability carrying a CVSS 6.5 and exclusively a confidentiality impact - no integrity or availability loss. No public exploit code has been identified at time of analysis, and the EPSS score of 0.03% (11th percentile) reflects low current exploitation activity, consistent with a typical Chrome graphics-component disclosure ahead of a stable channel patch.
Technical ContextAI
ANGLE (Almost Native Graphics Layer Engine) is Google's cross-platform graphics abstraction library, used by Chrome to translate OpenGL ES calls into platform-native APIs such as Direct3D on Windows, Metal on macOS, and Vulkan. CWE-125 (Out-of-bounds Read) indicates the root cause: a read operation that exceeds the bounds of an allocated memory buffer, typically arising from missing or incorrect length checks when processing attacker-controlled graphics data embedded in an HTML page. Because ANGLE operates within the renderer process, successfully triggering the read can expose memory contents from that process - potentially including cached page content, session tokens, or other in-process data. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, covering all Chrome desktop builds prior to the 148.0.7778.216 stable channel release. The vendor-assigned Chromium security severity is High.
RemediationAI
Upgrade Google Chrome to version 148.0.7778.216 or later, which is the vendor-confirmed patched release per the stable channel update advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. Chrome's auto-update mechanism will apply this patch in most managed and consumer environments; verify the running version via chrome://settings/help. If immediate upgrade is blocked by organizational policy, a compensating control is to restrict users from browsing untrusted or external websites through URL filtering or browser isolation proxies - note this may impact productivity and does not eliminate risk from compromised trusted sites. Enterprise administrators using Chrome policies can consider enabling Enhanced Safe Browsing as an additional signal layer, though this does not patch the underlying OOB read. No workaround eliminates the vulnerability without upgrading.
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: Medium| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33203
GHSA-7wvw-2qw6-j239