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-6308

CVE-2026-6308: Google Chrome Media RCE Vulnerability

CVE-2026-6308 is a remote code execution vulnerability in Google Chrome Media that allows attackers to execute arbitrary code through crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-6308 Overview

CVE-2026-6308 is an out-of-bounds read vulnerability in the Media component of Google Chrome prior to version 147.0.7727.101. This memory corruption flaw allows a remote attacker who convinces a user to engage in specific UI gestures to potentially execute arbitrary code via a crafted HTML page. The vulnerability has been classified as High severity by the Chromium security team.

Critical Impact

Remote attackers can achieve arbitrary code execution by exploiting this out-of-bounds read vulnerability in Chrome's Media component through user interaction with malicious web content.

Affected Products

  • Google Chrome versions prior to 147.0.7727.101
  • Chromium-based browsers prior to the corresponding security patch
  • Desktop platforms running vulnerable Chrome versions

Discovery Timeline

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

Technical Details for CVE-2026-6308

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), a memory corruption issue that occurs when the Media component in Google Chrome reads data beyond the boundaries of an allocated buffer. The flaw requires network access and user interaction to exploit, specifically requiring the victim to engage in specific UI gestures while viewing attacker-controlled content.

The vulnerability exists in Chrome's media handling functionality, which processes audio and video content. When specially crafted media content is loaded, the parser fails to properly validate buffer boundaries before reading data, allowing an attacker to read memory outside the intended buffer. While out-of-bounds read vulnerabilities typically lead to information disclosure, this particular flaw can be leveraged to achieve arbitrary code execution under certain conditions.

Root Cause

The root cause of CVE-2026-6308 lies in insufficient bounds checking within Chrome's Media component. When processing media content, the code fails to properly validate that read operations stay within allocated buffer boundaries. This lack of validation allows attackers to craft malicious HTML pages containing specially formatted media content that triggers reads beyond buffer limits.

The vulnerability is triggered when specific UI gestures are performed by the user while viewing a malicious page, suggesting the flaw is related to event handling or state management in the media playback pipeline.

Attack Vector

The attack requires the following conditions:

  1. Network Access: The attacker must be able to serve malicious content to the victim, typically through a compromised or malicious website
  2. User Interaction: The victim must be convinced to visit the malicious page and engage in specific UI gestures (such as clicking, scrolling, or interacting with media controls)
  3. Crafted HTML Page: The attacker prepares an HTML page containing specially crafted media content designed to trigger the out-of-bounds read

The vulnerability exploits the trust boundary between web content and the browser's media processing engine. When the victim interacts with the malicious page as intended by the attacker, the crafted media content causes the Media component to read memory outside valid buffer boundaries, potentially leading to code execution.

For technical details on the specific implementation, refer to the Chromium Issue Tracker Entry once the security restriction period expires.

Detection Methods for CVE-2026-6308

Indicators of Compromise

  • Unusual browser crashes or hangs specifically when loading media content from untrusted sources
  • Memory access violations or segmentation faults in Chrome's media rendering processes
  • Anomalous network connections to unknown domains serving media content
  • Browser sandbox escape attempts following media playback operations

Detection Strategies

  • Monitor for Chrome browser versions prior to 147.0.7727.101 across your environment using asset management tools
  • Deploy endpoint detection rules to identify exploitation attempts targeting Chrome's media component
  • Implement web proxy logging to identify access to known malicious URLs serving exploit content
  • Use memory protection tools to detect out-of-bounds read attempts in browser processes

Monitoring Recommendations

  • Enable Chrome's enhanced security features and crash reporting to identify potential exploitation attempts
  • Monitor endpoint telemetry for unexpected Chrome renderer process behavior during media playback
  • Implement network monitoring for connections to suspicious domains following media-related browser activity
  • Review browser crash dumps for patterns consistent with memory corruption in media handling code

How to Mitigate CVE-2026-6308

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.101 or later immediately across all endpoints
  • Verify automatic Chrome updates are enabled and functioning in your environment
  • Audit all Chromium-based browsers (Edge, Brave, Opera, etc.) for corresponding security patches
  • Educate users about the risks of interacting with untrusted web content

Patch Information

Google has released Chrome version 147.0.7727.101 which addresses this vulnerability. Organizations should update to this version or later immediately. For detailed information about this security update, refer to the Google Chrome Update Announcement.

The patch addresses the out-of-bounds read condition by implementing proper boundary validation in the Media component's buffer handling routines.

Workarounds

  • Restrict access to untrusted websites through web filtering or proxy policies until patching is complete
  • Consider disabling or restricting media autoplay features in Chrome via enterprise policies
  • Implement browser isolation solutions to contain potential exploitation attempts
  • Use Chrome's Site Isolation feature to limit cross-origin data exposure
bash
# Chrome Enterprise Policy - Disable media autoplay
# Windows Registry path:
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# Create DWORD: AutoplayAllowed = 0

# Linux/macOS managed preferences:
# Set AutoplayAllowed to false in Chrome policy file
{
  "AutoplayAllowed": false
}

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

  • EPSS Probability0.08%

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

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-6361: Google Chrome PDFium 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