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-2026-3061

CVE-2026-3061: Google Chrome Out of Bounds Read Flaw

CVE-2026-3061 is an out of bounds read flaw in Google Chrome Media that enables remote attackers to read unauthorized memory via crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-3061 Overview

CVE-2026-3061 is an out-of-bounds read vulnerability in the Media component of Google Chrome prior to version 145.0.7632.116. This memory safety issue allows a remote attacker to perform an out-of-bounds memory read via a crafted HTML page. The vulnerability is classified as CWE-125 (Out-of-bounds Read) and has been assigned a Chromium security severity rating of High.

An attacker can exploit this vulnerability by convincing a user to visit a malicious website containing specially crafted media content. When processed by the vulnerable Chrome Media component, the crafted content triggers an out-of-bounds memory read operation that can leak sensitive information from the browser's memory or cause a denial-of-service condition through application crash.

Critical Impact

Remote attackers can exploit this vulnerability to read sensitive data from Chrome's memory or crash the browser by hosting malicious HTML content that triggers the out-of-bounds read in the Media component.

Affected Products

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

Discovery Timeline

  • February 23, 2026 - CVE-2026-3061 published to NVD
  • February 25, 2026 - Last updated in NVD database

Technical Details for CVE-2026-3061

Vulnerability Analysis

The vulnerability exists within the Media processing component of Google Chrome. When the browser parses and processes certain media content embedded within HTML pages, it fails to properly validate array boundaries before performing memory read operations. This leads to an out-of-bounds read condition where the browser may access memory outside the intended buffer.

The network-based attack vector requires no privileges or user authentication, making it particularly dangerous in scenarios where users may be directed to malicious websites through phishing or compromised legitimate sites. The vulnerability can result in unauthorized disclosure of sensitive information stored in adjacent memory regions or cause the browser to crash, resulting in denial of service.

Root Cause

The root cause is improper bounds checking in the Media component's memory handling routines. When processing crafted media content, the component fails to validate that index values or length parameters fall within the allocated buffer boundaries before performing read operations. This allows attackers to craft specific media payloads that cause the browser to read memory beyond the intended buffer limits.

Attack Vector

The attack is executed remotely over the network with no user interaction beyond visiting a malicious webpage. The attacker hosts a specially crafted HTML page containing malicious media content designed to trigger the vulnerability. When a victim with a vulnerable Chrome version visits the page, the Media component processes the crafted content and performs the out-of-bounds read.

The vulnerability mechanism involves crafted media content that manipulates the parsing logic in Chrome's Media component. When this malicious content is processed, it causes the browser to access memory outside the designated buffer boundaries. For detailed technical information, refer to the Chromium Issue Tracker Entry.

Detection Methods for CVE-2026-3061

Indicators of Compromise

  • Unexpected Chrome browser crashes, particularly when visiting unfamiliar websites or loading media content
  • Chrome crash reports referencing the Media component or memory access violations
  • Unusual network traffic patterns to suspicious domains hosting media-heavy content
  • Browser memory dumps showing signs of out-of-bounds memory access

Detection Strategies

  • Monitor for Chrome crash events with stack traces pointing to Media component functions
  • Implement browser version auditing to identify installations running versions prior to 145.0.7632.116
  • Deploy network monitoring to detect traffic to known malicious domains distributing exploit payloads
  • Enable enhanced security logging in enterprise Chrome deployments to capture crash telemetry

Monitoring Recommendations

  • Configure centralized crash reporting to aggregate Chrome stability issues across the organization
  • Set up alerts for multiple Chrome crashes occurring within short timeframes across different endpoints
  • Monitor endpoint detection systems for suspicious HTML or media file downloads
  • Review web proxy logs for access to newly registered domains serving media content

How to Mitigate CVE-2026-3061

Immediate Actions Required

  • Update Google Chrome to version 145.0.7632.116 or later immediately across all endpoints
  • Enable automatic Chrome updates to ensure timely patching of future vulnerabilities
  • Consider deploying browser isolation technologies for high-risk users until patching is complete
  • Restrict access to untrusted websites through web filtering policies

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 145.0.7632.116. The patch includes proper bounds validation in the Media component to prevent out-of-bounds memory read operations. Organizations should prioritize deploying this update across all managed Chrome installations.

For complete details on this security update, refer to the Google Chrome Desktop Update.

Workarounds

  • Disable or limit media autoplay functionality in Chrome settings until patching is complete
  • Use alternative browsers for accessing untrusted or unfamiliar websites
  • Implement strict Content Security Policy headers on internal web applications to limit media sources
  • Deploy web filtering to block access to newly registered or low-reputation domains
bash
# Force Chrome update via command line (Windows)
"C:\Program Files\Google\Chrome\Application\chrome.exe" --check-for-update-interval=1

# Verify Chrome version meets minimum patched version
google-chrome --version | grep -E "145\.0\.7632\.11[6-9]|145\.0\.7632\.[2-9][0-9]|145\.0\.763[3-9]|145\.0\.76[4-9]|145\.[1-9]"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechGoogle Chrome

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.03%

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

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-5895: Google Chrome iOS URL Spoofing Vulnerability

  • CVE-2026-5292: Google Chrome Out of Bounds Vulnerability

  • CVE-2026-5282: Google Chrome Out of Bounds Read Flaw

  • CVE-2026-4462: Google Chrome Out of Bounds Read 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