The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-6361

CVE-2026-6361: Google Chrome PDFium RCE Vulnerability

CVE-2026-6361 is a heap buffer overflow vulnerability in Google Chrome's PDFium component that enables remote code execution via malicious PDFs. This article covers technical details, affected versions, and mitigations.

Published: April 17, 2026

CVE-2026-6361 Overview

A heap buffer overflow vulnerability exists in PDFium, the PDF rendering engine used by Google Chrome on Windows. This vulnerability affects Chrome versions prior to 147.0.7727.101 and allows a remote attacker to execute arbitrary code within the browser sandbox by convincing a user to engage in specific UI gestures while viewing a specially crafted PDF file.

Critical Impact

Remote attackers can achieve arbitrary code execution inside the Chrome sandbox through malicious PDF documents, potentially leading to further exploitation attempts to escape the sandbox and compromise the underlying system.

Affected Products

  • Google Chrome on Windows prior to version 147.0.7727.101
  • PDFium component in affected Chrome versions
  • Chromium-based browsers using vulnerable PDFium versions

Discovery Timeline

  • 2026-04-15 - CVE CVE-2026-6361 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-6361

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), a memory corruption vulnerability that occurs when a program writes data beyond the boundaries of allocated heap memory. In the context of PDFium, the overflow occurs during the processing of malformed PDF content, where insufficient bounds checking allows attacker-controlled data to overwrite adjacent heap memory.

The heap buffer overflow can be triggered remotely through network-delivered PDF files, though successful exploitation requires user interaction in the form of specific UI gestures. This social engineering requirement provides a partial mitigation, as passive viewing alone may not trigger the vulnerable code path. The attack can be launched across network boundaries without requiring authentication.

Despite executing within Chrome's sandbox, successful exploitation grants the attacker a foothold that could be chained with sandbox escape vulnerabilities for full system compromise.

Root Cause

The root cause of this vulnerability lies in improper memory bounds validation within PDFium's PDF parsing routines. When processing certain PDF structures, the code fails to properly validate the size of input data before copying it into a fixed-size heap buffer. This allows an attacker to craft a PDF file with oversized data fields that overflow the allocated buffer, potentially corrupting heap metadata or adjacent objects in memory.

Attack Vector

The attack requires the following conditions:

  1. Delivery: The attacker must deliver a malicious PDF file to the victim, typically through email attachments, malicious websites, or drive-by download attacks
  2. User Interaction: The victim must open the PDF in Google Chrome and perform specific UI gestures (such as scrolling, zooming, or clicking within the document)
  3. Execution: When triggered, the heap overflow corrupts memory structures, potentially allowing the attacker to gain control of program execution flow within the sandbox

The network-based attack vector with no authentication requirements makes this vulnerability particularly concerning for enterprise environments where users routinely open PDF documents from external sources.

Detection Methods for CVE-2026-6361

Indicators of Compromise

  • Unexpected Chrome renderer process crashes when opening PDF files
  • Anomalous memory allocation patterns in Chrome processes handling PDFs
  • Detection of malformed PDF files with unusual object stream sizes or corrupted cross-reference tables

Detection Strategies

  • Monitor Chrome crash reports for patterns indicating heap corruption in PDFium components
  • Deploy network-level inspection to identify malformed PDF structures targeting CVE-2026-6361
  • Implement endpoint detection rules to flag suspicious Chrome renderer behavior during PDF processing
  • Utilize browser telemetry to identify unusual UI gesture patterns followed by crashes

Monitoring Recommendations

  • Enable Chrome crash reporting and analyze reports for PDFium-related heap overflow indicators
  • Configure SIEM rules to correlate PDF download events with subsequent Chrome process anomalies
  • Monitor for known malicious PDF hash signatures once threat intelligence becomes available

How to Mitigate CVE-2026-6361

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.101 or later immediately
  • Consider temporarily disabling Chrome's built-in PDF viewer and using alternative PDF readers
  • Implement content filtering to quarantine PDF attachments for analysis before delivery
  • Educate users about the risks of opening PDF files from untrusted sources

Patch Information

Google has released Chrome version 147.0.7727.101 which addresses this vulnerability. The fix implements proper bounds checking in PDFium's memory handling routines to prevent heap buffer overflows during PDF processing.

For detailed information, refer to the Google Chrome Desktop Update and the Chromium Issue Tracker #500036290.

Organizations using Chromium-based browsers should verify that their browser vendor has incorporated the patched PDFium version.

Workarounds

  • Configure Chrome policies to open PDFs in external applications instead of the built-in viewer
  • Implement strict PDF filtering at email gateways and web proxies
  • Use Chrome's --disable-pdf-extension command-line flag to disable the built-in PDF viewer
  • Deploy browser isolation solutions to contain potential sandbox escape attempts
bash
# Configuration example
# Disable Chrome built-in PDF viewer via command line
google-chrome --disable-pdf-extension

# Enterprise policy to disable PDF viewer (Windows Registry)
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# AlwaysOpenPdfExternally = 1

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-122
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracker #500036290
  • Related CVEs
  • CVE-2026-6308: Google Chrome Media RCE Vulnerability

  • CVE-2026-6363: Google Chrome V8 RCE Vulnerability

  • CVE-2026-6314: Google Chrome GPU RCE Vulnerability

  • CVE-2026-6311: Google Chrome RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English