A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-7941

CVE-2026-7941: Google Chrome XSS Vulnerability on Android

CVE-2026-7941 is a universal cross-site scripting flaw in Google Chrome on Android that lets local attackers inject malicious scripts via crafted extensions. This article covers technical details, affected versions, and mitigations.

Published: May 7, 2026

CVE-2026-7941 Overview

CVE-2026-7941 is a Universal Cross-Site Scripting (UXSS) vulnerability in Google Chrome on Android. The flaw stems from insufficient validation of untrusted input in the Mobile component. A local attacker can inject arbitrary scripts or HTML through a crafted Chrome Extension. Google addressed the issue in Chrome version 148.0.7778.96.

The vulnerability is tracked under [CWE-20] Improper Input Validation. Chromium classifies its security severity as Medium. Exploitation requires user interaction, specifically the installation of a malicious extension on the affected mobile browser.

Critical Impact

Successful exploitation enables script or HTML injection in the context of arbitrary web origins, breaking the same-origin policy and exposing user session data on Chrome for Android.

Affected Products

  • Google Chrome on Android prior to 148.0.7778.96
  • Google Android platforms running vulnerable Chrome builds
  • Chrome Extension surface on the mobile browser

Discovery Timeline

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

Technical Details for CVE-2026-7941

Vulnerability Analysis

The vulnerability is a Universal Cross-Site Scripting (UXSS) flaw in the Mobile component of Chrome on Android. Chrome fails to properly validate untrusted input supplied through a crafted Chrome Extension. As a result, attacker-controlled content is processed in a context that permits script or HTML execution outside the extension's intended scope.

UXSS differs from traditional XSS because the injection occurs at the browser layer rather than within a single web application. The injected script can run against arbitrary origins loaded in the browser. This bypasses the same-origin policy that web applications rely on for isolation.

The attack path requires the user to install a malicious or compromised extension. Once installed, the extension supplies crafted input that the Mobile component fails to sanitize. The browser then renders attacker payloads in unintended contexts.

Root Cause

The root cause is missing or incomplete input validation in the Mobile code path that handles data originating from Chrome Extensions. The component trusts content that should be treated as attacker-controlled. This allows extension-supplied strings to reach HTML or script parsing routines without sanitization.

Attack Vector

Exploitation requires local access and user interaction. The attacker must convince the victim to install a crafted Chrome Extension on Chrome for Android. Once active, the extension issues input that triggers the UXSS condition. No elevated privileges are required, and the impact is limited to confidentiality and integrity of browser-rendered content. Refer to the Chromium Issue Tracker Entry for additional context.

Detection Methods for CVE-2026-7941

Indicators of Compromise

  • Installation of unverified or sideloaded Chrome Extensions on Android devices.
  • Unexpected script execution or DOM modification across unrelated web origins inside Chrome for Android.
  • Outbound network requests from the browser to attacker-controlled domains correlated with extension activity.

Detection Strategies

  • Inventory installed Chrome Extensions across managed mobile devices and flag those not on an approved list.
  • Monitor Chrome version telemetry on Android endpoints to identify versions earlier than 148.0.7778.96.
  • Review browser logs and mobile threat defense telemetry for anomalous extension behavior or origin-crossing script activity.

Monitoring Recommendations

  • Enforce mobile device management (MDM) policies that report Chrome version and installed extensions.
  • Alert on installation of extensions outside the Chrome Web Store or from unknown publishers.
  • Track Google Chrome stable channel advisories via the Google Chrome Update Announcement feed for follow-up fixes.

How to Mitigate CVE-2026-7941

Immediate Actions Required

  • Update Chrome on Android to version 148.0.7778.96 or later through the Google Play Store.
  • Audit installed Chrome Extensions and remove any that are unnecessary or untrusted.
  • Restrict extension installation on managed devices using MDM controls where supported.

Patch Information

Google released the fix in Chrome 148.0.7778.96 for the stable channel. Organizations should validate deployment through device management telemetry. Details are documented in the Google Chrome Update Announcement and the Chromium Issue Tracker Entry.

Workarounds

  • Block sideloading of Chrome Extensions through enterprise mobility policies until patching is verified.
  • Limit Chrome Extension permissions on Android and disable extensions that request broad host access.
  • Educate users to avoid installing extensions from untrusted sources while updates roll out.
bash
# Configuration example: enforce minimum Chrome version via MDM compliance rule
# Pseudocode for an MDM policy expression
require app.package == "com.android.chrome"
require app.version >= "148.0.7778.96"
action noncompliant: block_corporate_access

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGoogle Chrome

  • SeverityMEDIUM

  • CVSS Score4.4

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • Chromium Issue Tracker Entry
  • Vendor Resources
  • Google Chrome Update Announcement
  • Related CVEs
  • CVE-2026-9110: Google Chrome UI Spoofing Vulnerability

  • CVE-2026-7953: Google Chrome XSS Vulnerability

  • CVE-2026-7958: Google Chrome XSS Vulnerability

  • CVE-2026-7931: Google Chrome XSS Vulnerability
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