Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page needs no privileges but requires the victim to open it (UI:R); memory-corruption RCE gives high C/I/A, but execution stays within the renderer sandbox so scope is unchanged.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Integer overflow in libxml in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome desktop versions prior to 151.0.7922.72 lets a remote attacker run arbitrary code within the browser's renderer sandbox by luring a victim to a crafted HTML page that triggers an integer overflow in the bundled libxml component. Google rated the flaw High severity and a vendor patch is available; there is no public exploit identified at time of analysis, and the low EPSS score (0.35%) alongside CISA SSVC 'Exploitation: none' indicates no observed exploitation yet. Because the bug is contained to the sandboxed renderer, a successful attacker would still need a separate sandbox-escape to reach the host.
Technical ContextAI
libxml (libxml2) is the XML/HTML parsing library Chromium bundles and invokes when handling markup within the renderer process. CWE-190 (Integer Overflow or Wraparound) describes the root cause: an arithmetic operation on attacker-influenced sizes or offsets wraps past the integer's maximum value, producing an undersized allocation or miscalculated bounds that leads to out-of-bounds memory access and ultimately controllable memory corruption. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* identifies the Chrome application as the affected surface; the overflow is reached purely by parsing a crafted HTML page, so no plugin or non-default component is needed to enter the vulnerable code path.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later via the Stable channel; on managed fleets, force the browser update and relaunch to ensure the running process picks up the new binary, since Chrome's background updater stages the fix but only applies it on restart. Verify current version at chrome://settings/help and consult the vendor advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Until updates propagate, compensating controls include restricting browsing to trusted sites via enterprise policy or web-proxy allowlisting to reduce exposure to attacker-controlled HTML (trade-off: breaks general web access), and keeping the renderer sandbox enabled - do not launch Chrome with --no-sandbox - since the flaw yields only in-sandbox execution and the sandbox is the primary barrier to host compromise. Also confirm Chromium-based browsers in the environment are updated to versions incorporating the same libxml fix.
Same weakness CWE-190 – Integer Overflow or Wraparound
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50831
GHSA-97fj-f2h9-w8wj