Severity by source
Sources disagree (Low–Critical)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered crafted PDF with low complexity and no privileges but required user interaction to open it; scope unchanged as code stays within the sandboxed renderer with high C/I/A impact to that component.
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
4DescriptionCVE.org
Use after free in PDFium in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted PDF file. (Chromium security severity: Low)
AnalysisAI
Remote code execution in Google Chrome's PDFium component (versions prior to 151.0.7922.72) allows a remote attacker to run arbitrary code - confined to the renderer sandbox - when a victim opens a maliciously crafted PDF. The flaw is a CWE-416 use-after-free reported by Google's own Chrome team and fixed in the July 2026 Stable channel update; Chromium rated its intrinsic severity Low because execution is contained within the sandbox, though NVD's CVSS scores it 8.8. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The vulnerability lives in PDFium, the open-source PDF rendering engine embedded in Chrome (and Chromium-derived browsers) that parses and displays PDF documents in-browser. The root cause is a use-after-free (CWE-416): PDFium continues to reference a heap object after it has been freed, so a crafted PDF can manipulate object lifetimes to cause a dangling pointer to be reused, corrupting memory in a controllable way. Because PDFium runs inside Chrome's renderer process, successful memory-corruption exploitation yields code execution only within that sandboxed process, not the host OS. The affected CPE is cpe:2.3:a:google:chrome:*, i.e. the desktop Chrome browser across platforms up to build 151.0.7922.72.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later via the July 2026 Stable channel update (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); Chrome typically auto-updates, so restart the browser to apply the pending update and verify the version under chrome://settings/help. Users of Chromium-based browsers should apply their vendor's build incorporating the equivalent PDFium fix. As an interim compensating control, avoid opening untrusted PDF files in-browser and route PDFs to a separate, patched/isolated viewer, or set Chrome to download rather than open PDFs (chrome://settings/content/pdfDocuments) - the trade-off is reduced convenience and users may open PDFs in another vulnerable application instead. Enterprises can enforce the update via Chrome Browser Cloud Management / group policy to guarantee timely rollout.
Same weakness CWE-416 – Use After Free
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-50938
GHSA-2x7x-944v-v7q2