Severity by source
Sources disagree (Low–High)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
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: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in PDFium in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to potentially exploit heap corruption via a crafted PDF file. (Chromium security severity: Low)
AnalysisAI
Heap corruption in Google Chrome's PDFium component before version 149.0.7827.53 allows remote attackers to potentially execute arbitrary code by tricking a user into opening a crafted PDF file. The flaw is a use-after-free (CWE-416) carrying a CVSS 8.8 rating, though no public exploit identified at time of analysis and EPSS exploitation probability is negligible at 0.03% (11th percentile). Google rates the Chromium severity as Low despite the high CVSS, reflecting the requirement for user interaction and absence of observed exploitation.
Technical ContextAI
PDFium is the open-source PDF rendering engine embedded in Chromium-based browsers (Chrome, Edge, Brave, Opera) and is used to display PDF content directly in the browser tab without a separate plugin. The underlying flaw class, CWE-416 (Use After Free), occurs when code continues to reference heap memory after it has been freed, which an attacker can leverage by manipulating object lifecycles inside the PDF parser so that a freed object is reused with attacker-controlled data, leading to heap corruption and potential control-flow hijack. PDFium runs inside Chrome's sandboxed renderer process, so even successful memory corruption typically requires a second sandbox escape bug to achieve full code execution on the host, which the Chromium team often weighs when assigning their internal severity rating.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 - update Chrome to this version or later via the built-in updater (chrome://settings/help) or by redeploying the managed MSI/PKG in enterprise fleets, and verify Chromium-based downstream browsers (Edge, Brave, Opera) have picked up the corresponding rebase before considering the exposure closed; see the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html and the Chromium issue tracker entry at https://issues.chromium.org/issues/504418475. As a temporary workaround until patching, disable Chrome's built-in PDF viewer by setting the AlwaysOpenPdfExternally enterprise policy to true (which routes PDFs to download rather than rendering them in PDFium, at the cost of inline preview UX), or block untrusted PDF downloads at the web/email gateway; relying on the Chromium sandbox alone reduces but does not eliminate risk since paired sandbox-escape bugs are periodically disclosed.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34765
GHSA-w5f4-m5jq-x4xp