Google Chrome
CVE-2026-7345
HIGH
Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
AC:H and UI:R reflect the need for a crafted page plus an already-compromised renderer; S:C captures the sandbox escape granting full browser-process compromise (C/I/A:H).
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Insufficient validation of untrusted input in Feedback in Google Chrome prior to 147.0.7727.138 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandbox escape in Google Chrome before 147.0.7727.138 lets an attacker who has already compromised the renderer process break out of the browser sandbox by feeding crafted HTML to the Feedback component, which insufficiently validates untrusted input. The flaw (CWE-20, Chromium severity High, CVSS 8.3 with a scope change) is a second-stage privilege boundary bypass rather than an initial-access bug. No public exploit is identified at time of analysis, and the EPSS score is very low (0.05%, 14th percentile), consistent with a vulnerability that requires a prior renderer compromise to reach.
Technical ContextAI
The affected component is the Feedback feature within Chromium's browser process, reachable across the renderer-to-browser IPC/Mojo boundary. Chrome's multi-process architecture isolates untrusted web content inside a sandboxed renderer; a separate memory-safety or logic bug is normally needed to compromise that renderer, and this issue then abuses insufficient validation of input passed from the (now attacker-controlled) renderer to the more-privileged browser process, enabling a sandbox escape. CWE-20 (Improper Input Validation) is the root-cause class: the higher-privileged Feedback code trusts data that a compromised renderer can forge. The single affected product per CPE is cpe:2.3:a:google:chrome (all versions prior to the fixed build).
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later via the Chrome Stable channel (Help > About Google Chrome, then relaunch) as the primary and complete fix, per https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html. Red Hat and SUSE users should apply their respective Chromium package updates once published. Because exploitation requires a prior renderer compromise, meaningful compensating controls until patching center on hardening the browser attack surface: enable Chrome's Enhanced Safe Browsing and site isolation (default) to reduce the chance of the initial renderer bug being reached, and consider enforcing auto-update via enterprise policy so the fixed build rolls out without user action. There is no need to disable the Feedback feature specifically, and no vendor workaround is offered - the trade-off of any browser-lockdown control is reduced functionality for what is a chained, low-EPSS issue, so prompt patching is preferable to mitigations.
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today