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

CVE-2026-7933: Google Chrome Buffer Overflow Vulnerability

CVE-2026-7933 is a buffer overflow vulnerability in Google Chrome's WebCodecs component that enables remote attackers to perform out of bounds memory reads. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7933 Overview

CVE-2026-7933 is an out-of-bounds read vulnerability [CWE-125] in the WebCodecs component of Google Chrome versions prior to 148.0.7778.96. A remote attacker can trigger an out-of-bounds memory read by serving a crafted video file to a victim browser. Chromium classifies the security severity as Medium. Exploitation requires user interaction, such as visiting a malicious page or opening a crafted media resource. Successful exploitation leaks small amounts of process memory but does not, on its own, modify data or cause a crash. The flaw affects Chrome on Windows, macOS, and Linux.

Critical Impact

Remote attackers can read out-of-bounds process memory in Chrome's WebCodecs component by delivering a crafted video file, exposing potentially sensitive in-process data.

Affected Products

  • Google Chrome prior to 148.0.7778.96
  • Microsoft Windows (Chrome desktop builds)
  • Apple macOS and Linux (Chrome desktop builds)

Discovery Timeline

  • 2026-05-06 - CVE-2026-7933 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-7933

Vulnerability Analysis

The vulnerability exists in WebCodecs, the Chromium API that exposes low-level access to built-in audio and video encoders and decoders to web content. WebCodecs parses container metadata and codec-specific frames before handing buffers to the underlying media pipeline. CVE-2026-7933 is an out-of-bounds read [CWE-125] triggered when WebCodecs processes a malformed video file. The component reads memory beyond the bounds of a valid buffer during decoding or frame description handling. The read does not corrupt memory, but it returns adjacent process memory to renderer-controlled code paths. Attackers can use this primitive to leak data such as pointers, partial heap contents, or cross-origin media bytes that aid in defeating Address Space Layout Randomization (ASLR) or staging follow-on exploits.

Root Cause

The root cause is missing or insufficient bounds checking on attacker-controlled length, offset, or sample-size fields parsed from a crafted video file inside WebCodecs. When the parser trusts these fields, subsequent buffer reads extend past the end of the allocated region. Refer to the Chromium Issue Tracker Entry for component-level technical details.

Attack Vector

Exploitation is network-based and requires user interaction. A target must load a page that uses WebCodecs to decode an attacker-supplied video, or open a crafted media resource hosted by the attacker. No privileges are required on the victim system. The attack is constrained to information disclosure and does not directly affect integrity or availability. Confidentiality impact is limited to data accessible from the renderer process at the moment of exploitation. No public proof-of-concept or in-the-wild exploitation has been reported, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-7933

Indicators of Compromise

  • Chrome browser builds reporting a version older than 148.0.7778.96 in enterprise inventory or chrome://version.
  • Renderer process crashes or anomalous memory access events tied to the WebCodecs or media modules following video playback.
  • Web traffic delivering unusual or malformed video containers (for example, MP4 or WebM) to endpoints from low-reputation domains.

Detection Strategies

  • Inventory installed Chrome versions across managed endpoints and flag any host below 148.0.7778.96.
  • Inspect endpoint detection telemetry for renderer child processes (chrome.exe --type=renderer) exhibiting access violations after media decode operations.
  • Correlate web proxy or DNS logs with endpoint browser sessions that fetched untrusted video content immediately before suspicious renderer behavior.

Monitoring Recommendations

  • Ingest browser version telemetry into the SIEM and alert on stale Chrome installs after the patch release.
  • Monitor for outbound connections to newly registered or low-reputation domains hosting media content.
  • Track renderer crash dumps referencing WebCodecs symbols to identify exploitation attempts or unstable crafted-media payloads.

How to Mitigate CVE-2026-7933

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on Windows, macOS, and Linux endpoints.
  • Force a managed restart of Chrome after deployment so the patched binary is loaded by all renderer processes.
  • Verify update compliance using browser version reporting and enforce minimum-version policies through enterprise management.

Patch Information

Google addressed CVE-2026-7933 in the Stable channel update that ships Chrome 148.0.7778.96. Apply the official build documented in the Google Chrome Desktop Update advisory. Chromium-based browsers that consume the same upstream fix should be updated to a build that incorporates the patched WebCodecs source.

Workarounds

  • Restrict access to untrusted media content through web proxy categorization and URL filtering until patching is complete.
  • Use enterprise policy to disable or limit experimental web platform features where feasible, reducing exposure of WebCodecs to unvetted origins.
  • Enforce site isolation and standard sandboxing settings so that any leaked memory remains scoped to the renderer of the offending origin.
bash
# Configuration example: enforce minimum Chrome version via Group Policy (Windows)
# Registry path:
#   HKLM\Software\Policies\Google\Chrome\TargetVersionPrefix
reg add "HKLM\Software\Policies\Google\Chrome" /v TargetVersionPrefix /t REG_SZ /d "148.0.7778.96" /f

# Verify installed version
reg query "HKLM\Software\Google\Update\Clients\{8A69D345-D564-463C-AFF1-A69D9E530F96}" /v pv

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

  • SeverityMEDIUM

  • CVSS Score4.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Desktop Update
  • Related CVEs
  • CVE-2026-7900: Google Chrome Buffer Overflow Vulnerability

  • CVE-2026-7904: Google Chrome Buffer Overflow Vulnerability

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

  • CVE-2026-7339: Google Chrome WebRTC 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