Severity by source
Sources disagree (Medium–Critical)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted extension (AV:N/AC:L/PR:N) but requires the user to install the malicious extension (UI:R); privilege escalation yields high C/I/A within the browser (S:U).
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Insufficient validation of untrusted input in DevTools in Google Chrome prior to 151.0.7922.72 allowed an attacker who convinced a user to install a malicious extension to perform privilege escalation via a crafted Chrome Extension. (Chromium security severity: Medium)
AnalysisAI
Privilege escalation in Google Chrome's DevTools component (versions prior to 151.0.7922.72) lets an attacker who convinces a user to install a malicious extension escape the normal extension privilege boundary via a crafted Chrome Extension. Rooted in insufficient validation of untrusted input (CWE-20), the flaw carries a CVSS 8.8 rating reflecting high confidentiality, integrity, and availability impact once the extension is installed. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, though Chrome's ubiquity makes patch urgency high.
Technical ContextAI
The vulnerability lives in Chrome DevTools, the built-in developer/debugging surface that exposes powerful inspection and control APIs (DOM, network, JavaScript execution, and the debugger/devtools extension APIs). Extensions can request access to these APIs, and DevTools is a historically privileged bridge between renderer-level content and browser-level capabilities. CWE-20 (Improper Input Validation) here means DevTools does not sufficiently validate untrusted input supplied through a crafted extension, allowing that extension to perform actions beyond its intended privilege scope. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* confirms the affected component is the Chrome application itself (desktop stable channel), with the fix landing in 151.0.7922.72.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later via the stable-channel desktop update, then restart the browser to apply it (Chrome auto-updates but the restart is required to complete installation) - see https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Because exploitation hinges on installation of a malicious extension, the highest-value compensating control until patching completes is restricting extension installation: enforce an enterprise extension allowlist/blocklist through Chrome policy (ExtensionInstallAllowlist/ExtensionInstallBlocklist) so users can only install vetted extensions - the trade-off is added admin overhead and possible friction for users who rely on unlisted extensions. As a secondary measure, disable installation of extensions from outside the Chrome Web Store and audit currently installed extensions for unexpected DevTools/debugger permissions.
Same weakness CWE-20 – Improper Input Validation
View allSame technique Privilege Escalation
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-50735
GHSA-w6wx-r223-7v5f