PatchSiren cyber security CVE debrief
CVE-2026-10002 Google CVE debrief
A use-after-free vulnerability in PDFium, the PDF rendering engine embedded in Google Chrome, was patched in Chrome version 148.0.7778.216. The flaw, rated High severity by Chromium security, could allow remote attackers to trigger heap corruption through a maliciously crafted PDF document. Use-after-free conditions in browser engines typically enable memory corruption that can lead to arbitrary code execution within the browser's sandboxed process. The vulnerability was reported through the Chromium issue tracker and addressed in a stable channel security update. Organizations should prioritize updating Chrome installations to version 148.0.7778.216 or later, particularly for users who routinely handle PDF documents from external sources.
- Vendor
- Product
- Chrome
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-28
- Original CVE updated
- 2026-05-29
- Advisory published
- 2026-05-28
- Advisory updated
- 2026-05-29
Who should care
Organizations with unmanaged Chrome deployments, enterprises processing external PDF documents, security teams responsible for browser security posture, and end-users who regularly open PDF files from email or web sources.
Technical summary
The vulnerability exists in PDFium, Chrome's open-source PDF rendering library. A use-after-free condition occurs when memory is accessed after it has been freed, potentially allowing attackers to corrupt heap memory structures. In browser contexts, such flaws can be exploited through malicious content (here, crafted PDF files) to achieve code execution. The fix in Chrome 148.0.7778.216 addresses the underlying memory management defect in PDFium's handling of PDF document structures.
Defensive priority
high
Recommended defensive actions
- Update Google Chrome to version 148.0.7778.216 or later across all endpoints
- Enable automatic browser updates to ensure rapid deployment of security patches
- Implement application control policies to restrict execution of outdated Chrome versions
- Train users to exercise caution when opening PDF files from untrusted sources
- Consider network-level filtering to block downloads of PDF files from high-risk domains where business needs permit
- Monitor for anomalous browser crashes or unexpected behavior when rendering PDF documents
Evidence notes
Vulnerability description confirms use-after-free in PDFium with heap corruption impact. Chromium security severity rated High. Fix version 148.0.7778.216 specified in CVE description. CWE-416 (Use After Free) assigned by [email protected].
Official resources
2026-05-28