Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-1918

CVE-2025-1918: Google Chrome Buffer Overflow Vulnerability

CVE-2025-1918 is a buffer overflow vulnerability in Google Chrome's PDFium component allowing out of bounds memory access through malicious PDF files. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-1918 Overview

CVE-2025-1918 is an Out-of-Bounds Read vulnerability in PDFium, the PDF rendering engine used by Google Chrome. This memory safety issue exists in Chrome versions prior to 134.0.6998.35 and can be triggered when the browser processes a specially crafted PDF file. A remote attacker could exploit this vulnerability to perform out-of-bounds memory access, potentially leading to information disclosure or arbitrary code execution.

Critical Impact

Remote attackers can exploit this vulnerability by delivering a malicious PDF file to victims, potentially gaining unauthorized access to sensitive memory contents or achieving code execution within the Chrome browser context.

Affected Products

  • Google Chrome versions prior to 134.0.6998.35
  • All platforms running vulnerable Chrome versions (Windows, macOS, Linux)
  • Chromium-based browsers using the affected PDFium component

Discovery Timeline

  • 2025-03-05 - CVE-2025-1918 published to NVD
  • 2025-04-01 - Last updated in NVD database

Technical Details for CVE-2025-1918

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory safety issue that occurs when software reads data past the end or before the beginning of an intended buffer. In the context of PDFium, this vulnerability is triggered during the parsing or rendering of malformed PDF content.

Out-of-bounds read vulnerabilities in PDF rendering engines are particularly dangerous because they operate on untrusted content from the internet. When Chrome's PDFium component processes a specially crafted PDF file, the parser may incorrectly calculate buffer boundaries, allowing memory access beyond allocated regions. This can result in disclosure of sensitive information from adjacent memory regions or potentially be chained with other vulnerabilities to achieve code execution.

The network-based attack vector means exploitation requires user interaction—specifically, a victim must open or preview a malicious PDF file delivered via email, a compromised website, or other delivery mechanisms.

Root Cause

The root cause of this vulnerability lies in improper bounds checking within PDFium's PDF processing logic. When parsing specific PDF structures, the code fails to properly validate that read operations remain within the allocated buffer boundaries. This allows an attacker to craft a PDF file that triggers read operations beyond the intended memory region.

Attack Vector

The attack is network-based and requires user interaction. An attacker can exploit this vulnerability through several delivery mechanisms:

  1. Malicious Website: Hosting a crafted PDF that auto-downloads or renders in-browser when a victim visits the page
  2. Email Attachment: Sending the malicious PDF as an attachment that triggers when opened in Chrome's built-in PDF viewer
  3. Drive-by Download: Embedding the PDF in compromised websites or malicious advertisements

When a victim opens the malicious PDF in Google Chrome, the PDFium component attempts to parse the crafted content. The specially constructed PDF structures cause the parser to read memory outside the intended buffer boundaries, potentially exposing sensitive data or causing further exploitation.

Detection Methods for CVE-2025-1918

Indicators of Compromise

  • Unexpected Chrome browser crashes or instability when viewing PDF files
  • Anomalous network traffic originating from Chrome processes after PDF viewing
  • Detection of PDF files with malformed or unusual internal structures
  • Memory access violations logged in system crash dumps related to Chrome or PDFium

Detection Strategies

  • Monitor endpoint telemetry for Chrome crashes with memory access violations during PDF rendering
  • Implement network-based detection for PDF files containing suspicious object structures
  • Deploy behavioral analysis to detect anomalous Chrome process activity following PDF access
  • Utilize SentinelOne's Singularity XDR to correlate PDF access events with subsequent suspicious process behaviors

Monitoring Recommendations

  • Enable enhanced logging for browser activities and PDF file access events
  • Configure SentinelOne agents to alert on Chrome crash events with memory corruption indicators
  • Monitor for unusual child processes spawned by Chrome after PDF interactions
  • Implement file scanning for inbound PDF attachments using signature and heuristic detection

How to Mitigate CVE-2025-1918

Immediate Actions Required

  • Update Google Chrome to version 134.0.6998.35 or later immediately
  • Enable automatic Chrome updates to ensure timely patching of future vulnerabilities
  • Consider disabling Chrome's built-in PDF viewer and using an alternative, sandboxed PDF reader
  • Implement email gateway scanning to detect and block malicious PDF attachments
  • Educate users about the risks of opening PDF files from untrusted sources

Patch Information

Google has addressed this vulnerability in Chrome version 134.0.6998.35. The fix was announced in the Google Chrome Desktop Update on March 2025. Technical details about the issue can be found in Chromium Issue Tracking #388557904.

Organizations should prioritize deploying this update across all managed Chrome installations. Chrome typically auto-updates, but enterprise environments with managed browsers should verify update deployment through their management consoles.

Workarounds

  • Disable Chrome's built-in PDF viewer by navigating to chrome://settings/content/pdfDocuments and selecting "Download PDFs"
  • Use alternative PDF viewers with strong sandboxing capabilities for sensitive documents
  • Implement network-level filtering to scan and sanitize PDF files before they reach end users
  • Apply application control policies to restrict Chrome's ability to access sensitive memory regions
  • Consider using Chrome's Site Isolation feature and ensure it is enabled for additional process-level protection
bash
# Verify Chrome version is patched
google-chrome --version
# Expected output: Google Chrome 134.0.6998.35 or higher

# Force Chrome update check (user-initiated)
# Navigate to: chrome://settings/help
# Chrome will automatically check for and apply updates

# Enterprise deployment verification (Windows)
# Check registry for Chrome version:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\BLBeacon" /v version

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Google Chrome Desktop Update

  • Chromium Issue Tracking #388557904
  • Related CVEs
  • CVE-2026-6306: Google Chrome PDFium Buffer Overflow Flaw

  • CVE-2026-6305: Google Chrome PDFium Buffer Overflow Flaw

  • CVE-2026-6298: Google Chrome Skia Buffer Overflow Flaw

  • CVE-2026-6296: Google Chrome ANGLE Buffer Overflow Flaw
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