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

CVE-2026-7928: Google Chrome Use-After-Free Vulnerability

CVE-2026-7928 is a use-after-free vulnerability in Google Chrome's WebRTC that enables remote attackers to execute arbitrary code via crafted HTML pages. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7928 Overview

CVE-2026-7928 is a use-after-free vulnerability in the Web Real-Time Communication (WebRTC) component of Google Chrome on Windows. The flaw affects all Chrome versions prior to 148.0.7778.96. A remote attacker can exploit this issue by hosting a crafted HTML page and luring a user to visit it. Successful exploitation allows arbitrary code execution inside the Chrome renderer sandbox. Google classifies the Chromium security severity as High and tracks the underlying defect under [CWE-416].

Critical Impact

Remote attackers can execute arbitrary code inside the Chrome renderer sandbox on Windows hosts via a crafted web page, providing a foothold for further sandbox escape chains.

Affected Products

  • Google Chrome on Windows versions prior to 148.0.7778.96
  • Microsoft Windows hosts running affected Chrome builds
  • Chromium-based browsers that share the vulnerable WebRTC code path

Discovery Timeline

  • 2026-05-06 - CVE-2026-7928 published to the National Vulnerability Database (NVD)
  • 2026-05-06 - Last updated in NVD database
  • 2026-05 - Google releases fix in the Stable channel update for desktop (Google Chrome Release Notes)

Technical Details for CVE-2026-7928

Vulnerability Analysis

The vulnerability resides in Chrome's WebRTC implementation, the subsystem responsible for real-time audio, video, and data channel communications between browsers. WebRTC objects have complex lifetimes spanning multiple threads, including the renderer's main thread and dedicated network and media worker threads. A use-after-free condition occurs when code retains a reference to a WebRTC object that has already been released. The freed memory can then be reclaimed and shaped by attacker-controlled allocations.

An attacker who reaches this state can corrupt object metadata, redirect virtual function calls, and ultimately execute arbitrary code within the renderer process. Code execution remains confined to the Chrome sandbox, but the renderer is a common starting point for sandbox escape exploit chains. The Chromium issue tracking entry is referenced at Chromium Issue Tracker Entry.

Root Cause

The defect maps to [CWE-416] Use After Free. WebRTC peer connection or data channel objects are freed while another component still holds a dangling pointer. Subsequent dereferences of that pointer operate on memory whose contents the attacker can influence through targeted JavaScript and WebRTC API calls.

Attack Vector

Exploitation requires the victim to load a crafted HTML page in an unpatched Chrome build. The attacker page initiates WebRTC operations, such as creating peer connections or data channels, and triggers the specific lifecycle sequence that frees an object still in use. No authentication is required, and exploitation succeeds across the network with a single user interaction.

No verified public proof-of-concept code is available for CVE-2026-7928 at the time of publication. Refer to the Chromium Issue Tracker Entry once Google removes view restrictions for technical specifics.

Detection Methods for CVE-2026-7928

Indicators of Compromise

  • Chrome renderer process crashes (chrome.exe child processes) referencing WebRTC modules such as peerconnection, webrtc.dll, or libwebrtc symbols in Windows Error Reporting data.
  • Outbound Session Traversal Utilities for NAT (STUN) or Traversal Using Relays around NAT (TURN) traffic to attacker-controlled infrastructure initiated by browsing sessions on unexpected sites.
  • Endpoint telemetry showing Chrome renderer processes spawning unexpected child processes or performing anomalous file and registry writes after visiting an untrusted page.

Detection Strategies

  • Inventory installed Chrome versions across Windows endpoints and flag any build below 148.0.7778.96.
  • Hunt for renderer crash dumps tagged with use-after-free signatures in WebRTC frames using existing crash telemetry pipelines.
  • Correlate web proxy logs with endpoint browsing telemetry to identify users visiting low-reputation domains that initiate WebRTC sessions.

Monitoring Recommendations

  • Stream Chrome process telemetry, browser extension events, and WebRTC connection metadata into a central analytics platform for retrospective hunting.
  • Alert on Chrome renderer processes performing post-exploitation behaviors such as code injection, suspicious DLL loads, or token manipulation on Windows.
  • Track Google's Stable channel release feed and automate alerting when new Chrome security advisories reference WebRTC or renderer components.

How to Mitigate CVE-2026-7928

Immediate Actions Required

  • Update Google Chrome on all Windows endpoints to version 148.0.7778.96 or later and restart the browser to apply the fix.
  • Force a managed update through enterprise deployment tooling rather than relying solely on background updates for at-risk users.
  • Audit Chromium-based browsers and embedded browser frameworks in your environment to confirm they have absorbed the upstream WebRTC patch.

Patch Information

Google addressed CVE-2026-7928 in the Stable channel update for desktop that ships Chrome 148.0.7778.96 for Windows. Details are published in the Google Chrome Release Notes. Apply the vendor-supplied update as the primary remediation.

Workarounds

  • Disable or restrict WebRTC functionality through enterprise policy where business workflows do not require it, using the WebRtcAllowLegacyTLSProtocols and related Chrome policies to limit exposure.
  • Apply browsing restrictions and category-based web filtering at the proxy or secure web gateway to block access to untrusted sites until patching is complete.
  • Enforce least privilege on Windows user accounts so that any post-sandbox-escape activity is contained to a low-privilege context.
bash
# Verify deployed Chrome version on a Windows endpoint via PowerShell
(Get-Item "$env:ProgramFiles\Google\Chrome\Application\chrome.exe").VersionInfo.ProductVersion

# Example Group Policy registry path to enforce minimum version through management tooling
# HKLM\SOFTWARE\Policies\Google\Chrome\TargetVersionPrefix = "148.0.7778.96"

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score8.8

  • 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-416
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Release Notes
  • Related CVEs
  • CVE-2026-7956: Google Chrome Use After Free Vulnerability

  • CVE-2026-7970: Google Chrome Use After Free Vulnerability

  • CVE-2026-7897: Google Chrome Use After Free Vulnerability

  • CVE-2026-7898: Google Chrome Use-After-Free 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