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
    • 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-5914

CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

CVE-2026-5914 is a type confusion vulnerability in CSS within Google Chrome prior to 147.0.7727.55 that enables heap corruption via malicious extensions. This article covers technical details, affected versions, and mitigation.

Published: April 9, 2026

CVE-2026-5914 Overview

A type confusion vulnerability exists in the CSS handling component of Google Chrome prior to version 147.0.7727.55. This flaw allows an attacker who convinces a user to install a malicious Chrome extension to potentially exploit heap corruption. The vulnerability stems from improper type handling in the CSS parsing engine, which can lead to memory corruption when processing specially crafted style information through a malicious extension.

Critical Impact

Successful exploitation could allow attackers to achieve arbitrary code execution within the context of the browser process, potentially leading to complete system compromise through heap corruption.

Affected Products

  • Google Chrome versions prior to 147.0.7727.55
  • Chromium-based browsers using affected CSS parsing components
  • Systems running vulnerable Chrome versions on Windows, macOS, and Linux

Discovery Timeline

  • 2026-04-08 - CVE CVE-2026-5914 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-5914

Vulnerability Analysis

This type confusion vulnerability (CWE-843) occurs in the CSS processing subsystem of Google Chrome. Type confusion vulnerabilities arise when a program allocates or initializes a resource using one type but later accesses that resource using an incompatible type. In this case, the CSS engine misinterprets object types during style computation, leading to memory corruption.

The attack requires user interaction—specifically, the installation of a malicious Chrome extension. Once installed, the extension can inject crafted CSS content that triggers the type confusion condition. When the browser's rendering engine processes this malformed CSS, it accesses memory using incorrect type assumptions, resulting in heap corruption that can be leveraged for further exploitation.

Root Cause

The root cause lies in insufficient type validation within Chrome's CSS parsing and processing logic. When handling certain CSS constructs through extension-provided content, the engine fails to properly verify object types before performing operations on them. This allows an attacker to force the engine to treat memory containing one type of object as another type, leading to memory corruption.

The vulnerability is classified under CWE-843 (Access of Resource Using Incompatible Type), which describes scenarios where software accesses a resource using a type that is not compatible with the actual type of the resource. In browser contexts, such vulnerabilities are particularly dangerous as they can bypass security sandboxing through heap manipulation.

Attack Vector

The attack vector requires network access combined with user interaction. An attacker must first create and distribute a malicious Chrome extension designed to exploit this vulnerability. The extension would contain crafted CSS content that, when processed by the browser's rendering engine, triggers the type confusion condition.

The attack flow proceeds as follows: The attacker convinces the target user to install the malicious extension (through social engineering or distribution via unofficial channels). Once installed, the extension injects specially crafted CSS that exploits the type confusion in the CSS processing engine. This leads to heap corruption, which can potentially be chained with additional exploitation techniques to achieve code execution within the browser process.

Detection Methods for CVE-2026-5914

Indicators of Compromise

  • Unexpected Chrome extension installations, particularly from unofficial sources or with unusual permissions
  • Browser crashes or instability associated with CSS rendering operations
  • Anomalous memory allocation patterns or heap corruption indicators in Chrome processes
  • Extensions requesting excessive permissions not aligned with their stated functionality

Detection Strategies

  • Monitor Chrome extension installations across enterprise endpoints and flag any unauthorized or suspicious additions
  • Implement application whitelisting for browser extensions using Chrome Enterprise policies
  • Deploy endpoint detection and response (EDR) solutions capable of identifying heap corruption exploitation attempts
  • Analyze browser process memory for signs of type confusion exploitation patterns

Monitoring Recommendations

  • Enable Chrome Enterprise logging and audit extension installation events across the organization
  • Configure SentinelOne to monitor for suspicious browser process behavior and memory manipulation
  • Review browser crash reports for patterns that may indicate exploitation attempts
  • Monitor network traffic for communication from suspicious Chrome extensions

How to Mitigate CVE-2026-5914

Immediate Actions Required

  • Update Google Chrome to version 147.0.7727.55 or later immediately across all systems
  • Review and remove any unauthorized or suspicious Chrome extensions from all endpoints
  • Implement Chrome Enterprise policies to restrict extension installations to approved sources only
  • Educate users about the risks of installing browser extensions from untrusted sources

Patch Information

Google has addressed this vulnerability in Chrome version 147.0.7727.55 and later releases. Organizations should prioritize updating Chrome installations across their infrastructure. For detailed information about the security update, refer to the Google Chrome Stable Update announcement. Additional technical details can be found in Chromium Issue Tracker #490023239.

Workarounds

  • Restrict Chrome extension installation to enterprise-approved extensions only using Chrome Enterprise policies
  • Implement strict browser extension review processes before allowing installation in corporate environments
  • Consider disabling Chrome extensions entirely on sensitive systems until patches can be applied
  • Deploy network-level controls to limit access to unofficial extension distribution channels
bash
# Chrome Enterprise policy configuration to restrict extensions
# Add to Chrome policy configuration file

# Windows Registry path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# ExtensionInstallBlocklist = *
# ExtensionInstallAllowlist = [approved_extension_ids]

# Linux/macOS managed preferences
# Block all extensions by default
"ExtensionInstallBlocklist": ["*"],
# Allow only approved extensions
"ExtensionInstallAllowlist": ["approved_extension_id_1", "approved_extension_id_2"]

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

  • EPSS Probability0.01%

  • 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-843
  • Technical References
  • Google Chrome Stable Update

  • Chromium Issue Tracker #490023239
  • Related CVEs
  • CVE-2026-5866: Google Chrome Use After Free Vulnerability

  • CVE-2026-5904: Google Chrome V8 Use-After-Free Flaw

  • CVE-2026-5893: Google Chrome V8 Use-After-Free Flaw

  • CVE-2026-5883: 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