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

CVE-2026-7997: Google Chrome Privilege Escalation Flaw

CVE-2026-7997 is a privilege escalation vulnerability in Google Chrome's Updater on Mac that lets local attackers elevate privileges via malicious files. This article covers technical details, affected versions, and fixes.

Published: May 7, 2026

CVE-2026-7997 Overview

CVE-2026-7997 is a local privilege escalation vulnerability in the Google Chrome Updater component on macOS. The flaw stems from insufficient validation of untrusted input [CWE-20] in the Updater on versions prior to 148.0.7778.96. A local attacker can plant a malicious file to escalate to OS-level privileges. Google Chrome runs an elevated updater service on macOS, which makes input validation gaps in this component a viable path to root-level code execution. Chromium rates the security severity as Low, while the assigned CVSS 3.1 base score is 7.8.

Critical Impact

A local attacker who places a malicious file in a path consumed by the Chrome Updater can achieve OS-level privilege escalation on macOS, gaining high impact to confidentiality, integrity, and availability.

Affected Products

  • Google Chrome on macOS prior to 148.0.7778.96
  • Apple macOS hosts running affected Chrome builds
  • Chrome Updater service component

Discovery Timeline

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

Technical Details for CVE-2026-7997

Vulnerability Analysis

The vulnerability resides in the Chrome Updater on macOS, the privileged component responsible for keeping the browser current. The Updater accepts input from local sources without sufficient validation. An attacker with local access can stage a malicious file that the Updater consumes during its workflow. Because the Updater runs with elevated privileges on macOS, processing of the attacker-controlled input results in operations executing in a higher privilege context than the user. The outcome is OS-level privilege escalation, with full impact to confidentiality, integrity, and availability of the host.

Root Cause

The root cause is improper input validation [CWE-20] in the Chrome Updater. The component does not adequately verify the integrity, origin, or contents of files it processes during update operations. This trust gap allows attacker-supplied data to influence privileged execution paths.

Attack Vector

Exploitation requires local access to the macOS host and user interaction, per the CVSS vector. The attacker drops a crafted file in a location the Updater reads, then triggers or waits for the Updater workflow. No prior privileges are required. The attack does not traverse the network and is constrained to scenarios where a low-privileged user can stage files on disk.

No public proof-of-concept code is available. Technical specifics are tracked in Chromium Issue Tracker #487960705.

Detection Methods for CVE-2026-7997

Indicators of Compromise

  • Unexpected files written to directories consumed by the Chrome Updater (GoogleSoftwareUpdate, Keystone, or GoogleUpdater paths under /Library/ and ~/Library/Application Support/).
  • Child processes spawned by the privileged Chrome Updater that do not match Google-signed binaries.
  • Modification of Updater configuration plists or launch agents/daemons by non-administrative users.

Detection Strategies

  • Monitor file creation and modification events under Chrome Updater directories by non-Google processes.
  • Alert on privilege transitions where a user-context process triggers root-level execution through the Updater service.
  • Compare loaded executables and scripts against Google's expected code-signing identity for the Updater.

Monitoring Recommendations

  • Collect macOS Endpoint Security Framework telemetry for exec, open, and rename events targeting Updater paths.
  • Track installed Chrome versions across the fleet and flag hosts running below 148.0.7778.96.
  • Review system.log and Updater logs for anomalous invocation patterns or repeated update failures.

How to Mitigate CVE-2026-7997

Immediate Actions Required

  • Update Google Chrome on all macOS endpoints to version 148.0.7778.96 or later.
  • Verify that the Chrome auto-update mechanism is functional and not blocked by local policy.
  • Audit macOS hosts for unauthorized files in Chrome Updater directories before patching.

Patch Information

Google addressed the vulnerability in the Chrome stable channel update for desktop. Upgrade to Chrome 148.0.7778.96 or later on macOS. Refer to the Google Chrome Update Post for release details and the Chromium Issue Tracker #487960705 for component context.

Workarounds

  • Restrict local interactive access on macOS endpoints to trusted users until patches are deployed.
  • Apply file system permission reviews on Chrome Updater directories to prevent unprivileged write access.
  • Enforce application allowlisting to block execution of unsigned binaries staged in user-writable paths.
bash
# Verify installed Chrome version on macOS
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version

# Trigger an on-demand update check via the Updater
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftwareUpdateAgent -runMode oneShot

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGoogle Chrome

  • SeverityHIGH

  • CVSS Score7.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Chromium Issue Tracker #487960705
  • Vendor Resources
  • Google Chrome Update Post
  • Related CVEs
  • CVE-2026-7948: Google Chrome Privilege Escalation Flaw

  • CVE-2026-7954: Google Chrome Privilege Escalation Flaw

  • CVE-2026-7913: Google Chrome Privilege Escalation Flaw

  • CVE-2026-7930: Google Chrome Privilege Escalation Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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