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

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

CVE-2026-7898 is a critical use-after-free vulnerability in Google Chrome's Chromoting component on Linux that enables remote code execution. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7898 Overview

CVE-2026-7898 is a use-after-free vulnerability in the Chromoting component of Google Chrome on Linux. Chromoting is the codename for Chrome Remote Desktop functionality. The flaw affects all Chrome versions on Linux prior to 148.0.7778.96. A remote attacker can trigger memory corruption by sending malicious network traffic to a vulnerable client. Successful exploitation leads to arbitrary code execution in the context of the Chrome process. Google's Chromium team rated the underlying issue Critical security severity.

Critical Impact

Remote attackers can execute arbitrary code on Linux systems running vulnerable Chrome builds by delivering crafted network traffic to the Chromoting component, with only user interaction required to engage the affected feature.

Affected Products

  • Google Chrome on Linux prior to 148.0.7778.96
  • Chromoting (Chrome Remote Desktop) component
  • Linux distributions running affected Chrome builds

Discovery Timeline

  • 2026-05-06 - CVE-2026-7898 published to NVD
  • 2026-05-06 - Last updated in NVD database
  • 2026-05 - Google releases stable channel desktop update addressing the issue

Technical Details for CVE-2026-7898

Vulnerability Analysis

The vulnerability is classified as a use-after-free condition [CWE-416] in Chromoting, the code base behind Chrome Remote Desktop. Use-after-free flaws occur when a program continues to reference memory after that memory has been released. An attacker who controls the freed allocation can place crafted data into that region. When Chrome later dereferences the stale pointer, the attacker-controlled data is interpreted as a valid object.

In the Chromoting code path, this primitive is reachable through malicious network traffic processed by the remote desktop session. The result is arbitrary code execution within the renderer or host process responsible for handling the Chromoting protocol. Exploitation requires user interaction, consistent with a user initiating or accepting a remote desktop connection.

Root Cause

The root cause is improper object lifetime management inside Chromoting message or session handling. A pointer to a heap object remains in use after the object has been freed. Network input controls when the dangling reference is dereferenced, allowing an attacker to win the race between free and reuse and to populate the reclaimed allocation with attacker data.

Attack Vector

The attack vector is network-based with low complexity and no privileges required. An attacker delivers crafted Chromoting network traffic to a victim running an affected Chrome build on Linux. User interaction is required, which aligns with engaging the Chrome Remote Desktop feature. Successful exploitation yields high impact on confidentiality, integrity, and availability.

No verified exploit code, public proof-of-concept, or CISA Known Exploited Vulnerabilities listing is associated with this CVE at the time of publication. Refer to the Chromium Issue Tracker entry for additional technical context as it becomes public.

Detection Methods for CVE-2026-7898

Indicators of Compromise

  • Chrome or Chrome Remote Desktop host processes crashing with SIGSEGV or heap corruption signatures on Linux endpoints running builds prior to 148.0.7778.96.
  • Unexpected child processes spawned by chrome or chrome-remote-desktop-host following inbound Chromoting session activity.
  • Outbound connections from Chrome processes to non-Google infrastructure on Chromoting-related ports immediately after a remote desktop session.

Detection Strategies

  • Inventory Linux endpoints and identify Chrome installations with versions earlier than 148.0.7778.96 using endpoint telemetry or package managers (dpkg -l google-chrome-stable, rpm -q google-chrome-stable).
  • Hunt for anomalous code execution lineage where chrome or Chromoting host binaries spawn shells, scripting interpreters, or network utilities.
  • Correlate Chrome crash dumps with network sessions involving the Chromoting protocol to surface exploitation attempts.

Monitoring Recommendations

  • Enable behavioral monitoring on Linux workstations to flag memory corruption patterns and post-exploitation activity originating from browser processes.
  • Forward Chrome crash and stability telemetry, along with process and network events, to a centralized analytics platform for retrospective hunting.
  • Track Chrome Remote Desktop usage in the environment and alert on its activation on hosts that should not run remote desktop services.

How to Mitigate CVE-2026-7898

Immediate Actions Required

  • Update Google Chrome on all Linux systems to version 148.0.7778.96 or later.
  • Restart Chrome and any Chrome Remote Desktop host services after patching to ensure the vulnerable code is unloaded from memory.
  • Disable or uninstall Chrome Remote Desktop on Linux endpoints that do not require it until the patch is fully deployed.

Patch Information

Google addressed CVE-2026-7898 in the stable channel desktop update for Chrome 148.0.7778.96. See the Google Chrome Desktop Update advisory for release details and the Chromium Issue Tracker entry for the upstream fix reference.

Workarounds

  • Restrict inbound and outbound Chromoting traffic at the network perimeter for hosts that do not require Chrome Remote Desktop.
  • Enforce browser update policies through configuration management to ensure Chrome auto-updates apply on reboot.
  • Apply application allowlisting to prevent the Chrome Remote Desktop host binary from executing on systems where it is not authorized.
bash
# Verify and update Chrome to a fixed version on Linux
# Debian/Ubuntu
sudo apt-get update && sudo apt-get install --only-upgrade google-chrome-stable
google-chrome --version  # Expect 148.0.7778.96 or later

# RHEL/Fedora
sudo dnf upgrade google-chrome-stable
google-chrome --version

# Disable Chrome Remote Desktop host where not required
sudo systemctl stop chrome-remote-desktop@${USER}
sudo systemctl disable chrome-remote-desktop@${USER}

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 Desktop Update
  • 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-7901: 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