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-2025-11458

CVE-2025-11458: Google Chrome Buffer Overflow Vulnerability

CVE-2025-11458 is a heap buffer overflow in Google Chrome Sync that enables remote attackers to read out-of-bounds memory via malicious HTML pages. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-11458 Overview

A heap buffer overflow vulnerability exists in the Sync component of Google Chrome prior to version 141.0.7390.65. This memory corruption flaw allows a remote attacker to perform an out-of-bounds memory read by convincing a user to visit a specially crafted HTML page. The vulnerability is classified as High severity by the Chromium security team and poses significant risk to confidentiality and integrity of affected systems.

Critical Impact

Remote attackers can exploit this heap buffer overflow to read sensitive memory contents and potentially compromise system integrity through crafted web pages, affecting all major desktop operating systems.

Affected Products

  • Google Chrome versions prior to 141.0.7390.65
  • Google Chrome on Microsoft Windows
  • Google Chrome on Apple macOS
  • Google Chrome on Linux

Discovery Timeline

  • 2025-11-06 - CVE-2025-11458 published to NVD
  • 2025-11-25 - Last updated in NVD database

Technical Details for CVE-2025-11458

Vulnerability Analysis

This vulnerability is a heap buffer overflow (CWE-122) and out-of-bounds write (CWE-787) in the Sync component of Google Chrome. The Sync feature is responsible for synchronizing user data such as bookmarks, history, passwords, and settings across devices. Due to improper bounds checking during memory operations within this component, an attacker can craft malicious HTML content that triggers the overflow condition.

When a user visits a malicious webpage, the crafted content causes the browser to allocate a heap buffer and subsequently write or read data beyond its allocated boundaries. This out-of-bounds memory access can expose sensitive information stored in adjacent memory regions, including authentication tokens, session data, or other browser-related secrets. Additionally, the integrity impact suggests potential for memory corruption that could lead to further exploitation.

Root Cause

The root cause of CVE-2025-11458 is inadequate bounds validation within the Sync component's memory handling routines. When processing certain inputs, the component fails to properly verify that data operations remain within the allocated buffer boundaries. This oversight allows attackers to craft inputs that exceed expected buffer sizes, leading to heap corruption and out-of-bounds memory access.

Attack Vector

The attack vector for this vulnerability is network-based and requires user interaction. An attacker must convince a victim to navigate to a malicious webpage containing specially crafted HTML content. The attack flow is as follows:

  1. Attacker creates a malicious webpage with crafted HTML designed to trigger the heap buffer overflow
  2. Victim is lured to visit the malicious page via phishing, social engineering, or malicious advertisements
  3. Chrome's Sync component processes the malicious input without proper bounds checking
  4. Heap buffer overflow occurs, allowing out-of-bounds memory read operations
  5. Attacker can potentially exfiltrate sensitive data or corrupt memory to further compromise the browser

The vulnerability is exploitable across all desktop platforms where Google Chrome runs, including Windows, macOS, and Linux. For additional technical details, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2025-11458

Indicators of Compromise

  • Unexpected Chrome browser crashes or memory errors when visiting certain websites
  • Anomalous network traffic patterns from Chrome processes to unknown external servers
  • Browser Sync component logging unusual errors or exceptions
  • Memory access violations detected by endpoint protection solutions

Detection Strategies

  • Monitor for Chrome versions below 141.0.7390.65 deployed across the enterprise
  • Implement browser version inventory and compliance checking via endpoint management tools
  • Deploy web content filtering to identify and block known malicious pages targeting this vulnerability
  • Enable crash reporting and analyze crash dumps for heap corruption signatures

Monitoring Recommendations

  • Configure SentinelOne to detect anomalous memory access patterns in Chrome processes
  • Implement network monitoring to identify potential data exfiltration following browser compromise
  • Enable browser telemetry collection to track version compliance and suspicious behavior
  • Set up alerts for Chrome crash events that may indicate exploitation attempts

How to Mitigate CVE-2025-11458

Immediate Actions Required

  • Update Google Chrome to version 141.0.7390.65 or later immediately across all systems
  • Enable automatic Chrome updates to ensure timely patching of future vulnerabilities
  • Educate users about risks of clicking untrusted links and visiting suspicious websites
  • Review browser extension policies to minimize attack surface

Patch Information

Google has addressed this vulnerability in Chrome version 141.0.7390.65. Organizations should prioritize updating to this version or later. The official security update details are available in the Google Chrome Stable Channel Update.

For enterprise deployments, administrators can use Google's administrative tools or third-party patch management solutions to deploy the update across managed Chrome installations.

Workarounds

  • Temporarily disable the Chrome Sync feature via enterprise policy if immediate patching is not possible
  • Implement strict web content filtering to block access to untrusted or newly registered domains
  • Consider using browser isolation technologies for high-risk browsing activities
  • Deploy network-level protections to inspect and filter malicious web content
bash
# Enterprise Chrome policy to disable Sync (Windows Registry)
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# Create DWORD value: SyncDisabled = 1

# Linux/macOS managed preferences
# Set "SyncDisabled": true in Chrome policy JSON

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.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-122

  • CWE-787
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Blog Chrome Update
  • 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