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

CVE-2026-7949: Google Chrome Information Disclosure Flaw

CVE-2026-7949 is an information disclosure vulnerability in Google Chrome's Skia component that allows attackers to leak cross-origin data. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7949 Overview

CVE-2026-7949 is an out-of-bounds read vulnerability in the Skia graphics library used by Google Chrome prior to version 148.0.7778.96. The flaw allows a remote attacker who has already compromised the renderer process to leak cross-origin data through a crafted Chrome Extension. Google classified the issue as Medium severity in its Chromium tracker, and the National Vulnerability Database scored it as Low. The vulnerability is tracked under [CWE-125] (Out-of-bounds Read) and affects Chrome installations on Windows, macOS, and Linux.

Critical Impact

Successful exploitation enables disclosure of cross-origin data from memory regions adjacent to Skia graphics buffers, undermining the same-origin policy in browsers running unpatched Chrome builds.

Affected Products

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

Discovery Timeline

  • 2026-05-06 - CVE-2026-7949 published to the National Vulnerability Database
  • 2026-05-07 - Last updated in the NVD database

Technical Details for CVE-2026-7949

Vulnerability Analysis

The vulnerability resides in Skia, the 2D graphics library that Chrome uses for rasterization, canvas rendering, and compositing. Skia processes geometric primitives, paths, and image buffers on behalf of the renderer process. An out-of-bounds read in this component permits the renderer to access memory outside the bounds of an allocated graphics buffer.

Exploitation requires that the attacker first compromise the renderer process. From that position, the attacker uses a crafted Chrome Extension to trigger the boundary violation in Skia. The leaked bytes can include sensitive cross-origin content held in memory, breaking the renderer's process-level isolation guarantees.

The attack requires user interaction and has high attack complexity, which limits opportunistic exploitation. However, the vulnerability remains practical when chained with a separate renderer-compromise primitive that an attacker has already obtained.

Root Cause

The root cause is missing or insufficient bounds checking inside Skia code paths reachable from the renderer. When Skia operates on attacker-influenced geometry or image data, it reads beyond the intended buffer length. The CWE classification for this defect is [CWE-125], Out-of-bounds Read.

Attack Vector

The attack vector is network-based and proceeds in two stages. First, the attacker achieves code execution in the Chrome renderer process through an unrelated bug or a malicious page. Second, the attacker loads a crafted Chrome Extension that issues Skia operations designed to provoke the out-of-bounds read. The disclosed memory crosses origin boundaries, allowing theft of data the renderer would normally not be allowed to read.

No public proof-of-concept exploit, ExploitDB entry, or CISA Known Exploited Vulnerabilities listing exists for this issue at the time of publication. See the Chromium Issue Tracker Entry for technical details once Google removes access restrictions.

Detection Methods for CVE-2026-7949

Indicators of Compromise

  • Installation of unsigned or sideloaded Chrome Extensions that request broad host permissions or access to chrome.tabs and DOM scraping APIs.
  • Chrome renderer process crashes referencing Skia stack frames in browser crash reports.
  • Outbound HTTPS traffic from extension service workers transmitting unexpected payloads to attacker-controlled hosts.

Detection Strategies

  • Inventory installed Chrome Extensions across managed endpoints and flag any extension not present in the corporate allowlist or the Chrome Web Store.
  • Correlate Chrome version telemetry with the fixed build 148.0.7778.96 to identify hosts running vulnerable binaries.
  • Hunt for child process anomalies and unusual file or network activity originating from chrome.exe renderer instances.

Monitoring Recommendations

  • Forward Chrome update status and extension inventory to the SIEM and alert on deviations from policy baselines.
  • Monitor browser crash telemetry for repeated faults inside Skia modules, which may indicate exploitation attempts.
  • Track extension installation events through enterprise browser management or endpoint telemetry to catch sideloading.

How to Mitigate CVE-2026-7949

Immediate Actions Required

  • Update Google Chrome to version 148.0.7778.96 or later on all Windows, macOS, and Linux endpoints.
  • Restart Chrome after the update completes so the patched Skia library is loaded into all renderer processes.
  • Audit installed extensions and remove any that are unsigned, unused, or not explicitly approved.

Patch Information

Google released the fix in the Stable channel update documented in the Google Chrome Update Announcement. Enterprises managing Chrome through Group Policy or Chrome Browser Cloud Management should confirm that automatic updates are enabled and that the minimum version policy enforces 148.0.7778.96 or later.

Workarounds

  • Enforce an extension allowlist via the ExtensionInstallAllowlist and ExtensionInstallBlocklist enterprise policies until patching is complete.
  • Disable developer mode in Chrome to prevent loading of unpacked extensions on managed devices.
  • Restrict extension installation to administrators and require review of requested permissions before approval.
bash
# Configuration example: enforce minimum Chrome version via policy on Linux
# /etc/opt/chrome/policies/managed/cve-2026-7949.json
{
  "TargetVersionPrefix": "148.0.7778.96",
  "ExtensionInstallBlocklist": ["*"],
  "ExtensionInstallAllowlist": [
    "<approved-extension-id-1>",
    "<approved-extension-id-2>"
  ],
  "DeveloperToolsAvailability": 2
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGoogle Chrome

  • SeverityLOW

  • CVSS Score3.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-125
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-7955: Google Chrome Information Disclosure Flaw

  • CVE-2026-7960: Google Chrome Information Disclosure Bug

  • CVE-2026-7961: Google Chrome Information Disclosure Flaw

  • CVE-2026-7965: Google Chrome Information Disclosure Bug
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