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-2023-3422

CVE-2023-3422: Google Chrome Use After Free Vulnerability

CVE-2023-3422 is a use after free vulnerability in Google Chrome Guest View that enables heap corruption through malicious extensions. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-3422 Overview

CVE-2023-3422 is a use-after-free vulnerability in the Guest View component of Google Chrome prior to version 114.0.5735.198. This memory corruption flaw allows an attacker who convinces a user to install a malicious browser extension to potentially exploit heap corruption through a crafted HTML page. The Chromium project classified this vulnerability with high severity due to its potential for significant impact on system integrity and confidentiality.

Critical Impact

Successful exploitation of this use-after-free vulnerability 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 114.0.5735.198
  • Debian Linux 11.0
  • Debian Linux 12.0

Discovery Timeline

  • 2023-06-26 - CVE-2023-3422 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-3422

Vulnerability Analysis

This vulnerability is classified as CWE-416 (Use After Free), a dangerous memory corruption class that occurs when a program continues to use a pointer after the memory it references has been freed. In the context of the Guest View component, this creates an exploitable condition where an attacker can manipulate freed memory regions to achieve code execution.

The Guest View functionality in Chromium handles embedded content views, including extension-based guest content. The vulnerability arises when memory associated with guest view objects is freed but subsequent operations still attempt to access this deallocated memory region. An attacker leveraging a malicious extension can craft specific HTML content that triggers this use-after-free condition, corrupting heap memory structures in a controlled manner.

The attack requires user interaction in the form of installing a malicious browser extension, which then delivers a specially crafted HTML page designed to trigger the memory corruption. Once triggered, the attacker may achieve arbitrary code execution within the browser's security context.

Root Cause

The root cause of CVE-2023-3422 lies in improper lifecycle management of memory objects within Chrome's Guest View implementation. When guest view objects are destroyed or freed, dangling pointers remain that can be dereferenced by subsequent operations. This creates a classic use-after-free condition where the freed memory may be reallocated for other purposes, leading to type confusion and heap corruption when the stale pointer is used.

Attack Vector

The exploitation of this vulnerability follows a multi-stage attack pattern:

  1. Initial Access: The attacker must first convince a victim to install a malicious Chrome extension, which may be disguised as a legitimate utility
  2. Trigger Preparation: The malicious extension serves or redirects to a crafted HTML page designed to manipulate Guest View objects
  3. Memory Corruption: The crafted content triggers the use-after-free condition, causing heap corruption
  4. Code Execution: Through careful heap manipulation, the attacker can potentially achieve arbitrary code execution within the browser process

The vulnerability requires network access to deliver the malicious content and user interaction for the initial extension installation. However, once the malicious extension is installed, exploitation can occur without further user awareness.

Detection Methods for CVE-2023-3422

Indicators of Compromise

  • Unexpected browser crashes or instability, particularly when interacting with extension-hosted content
  • Presence of unknown or suspicious Chrome extensions, especially those requesting broad permissions
  • Unusual memory access patterns or heap corruption signatures in crash dumps
  • Browser processes spawning unexpected child processes or network connections

Detection Strategies

  • Monitor for installation of unverified or newly published Chrome extensions with suspicious permission requests
  • Deploy endpoint detection rules that identify heap corruption patterns associated with use-after-free exploitation
  • Implement browser extension whitelisting policies to prevent installation of untrusted extensions
  • Review browser crash reports for Guest View-related stack traces indicating potential exploitation attempts

Monitoring Recommendations

  • Enable Chrome's Safe Browsing feature and configure enterprise policies to warn on extension installations
  • Monitor endpoint telemetry for anomalous browser behavior including unexpected memory usage spikes
  • Implement SentinelOne's browser protection capabilities to detect malicious extension behavior
  • Regularly audit installed browser extensions across the enterprise environment

How to Mitigate CVE-2023-3422

Immediate Actions Required

  • Update Google Chrome to version 114.0.5735.198 or later immediately across all systems
  • Audit and remove any suspicious or unnecessary browser extensions from enterprise endpoints
  • Enable Chrome's enhanced protection mode and configure automatic updates
  • Review and restrict extension installation permissions via Chrome enterprise policies

Patch Information

Google has addressed this vulnerability in Chrome version 114.0.5735.198 released on June 26, 2023. The fix properly manages memory lifecycle for Guest View objects, preventing the use-after-free condition. For Debian-based systems, refer to DSA-5440 for updated packages. Fedora users should apply updates as documented in the Fedora Package Announcement. Gentoo users should consult GLSA 202401-34 for guidance.

Additional details are available in the Chrome Stable Update announcement and Chromium Bug Report #1450397.

Workarounds

  • Restrict browser extension installations to administrator-approved extensions only via Chrome enterprise policies
  • Disable Guest View functionality if not required in your environment through browser configuration flags
  • Implement network-level controls to block known malicious extension distribution sites
  • Consider using browser isolation solutions to contain potential exploitation attempts
bash
# Chrome enterprise policy to restrict extension installations
# Deploy via Group Policy or Chrome Enterprise management

# Example: Allow only specific extensions by ID
# Location: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# ExtensionInstallAllowlist = ["extension_id_1", "extension_id_2"]
# ExtensionInstallBlocklist = ["*"]

# Linux: Create policy file at /etc/opt/chrome/policies/managed/
cat > /etc/opt/chrome/policies/managed/extension_policy.json << 'EOF'
{
  "ExtensionInstallBlocklist": ["*"],
  "ExtensionInstallAllowlist": ["approved_extension_id_here"]
}
EOF

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.19%

  • 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 Bug Report #1450397

  • Fedora Package Announcement

  • Fedora Package Update Notice

  • Gentoo GLSA 202401-34

  • Debian Security Advisory DSA-5440
  • Vendor Resources
  • Chrome Stable Update
  • Related CVEs
  • CVE-2026-5914: Google Chrome CSS Type Confusion Vulnerability

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