Join us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-2318

CVE-2026-2318: Google Chrome XSS Vulnerability

CVE-2026-2318 is an XSS flaw in Google Chrome's PictureInPicture feature that enables UI spoofing attacks through crafted HTML pages. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-2318 Overview

CVE-2026-2318 is a UI spoofing vulnerability in the PictureInPicture feature of Google Chrome. The inappropriate implementation allows a remote attacker who convinces a user to engage in specific UI gestures to perform UI spoofing via a crafted HTML page. This vulnerability is classified under CWE-451 (User Interface (UI) Misrepresentation of Critical Information).

Critical Impact

Attackers can exploit this vulnerability to deceive users through UI spoofing, potentially leading to phishing attacks, credential theft, or manipulation of user actions by displaying misleading interface elements within the PictureInPicture window.

Affected Products

  • Google Chrome prior to version 145.0.7632.45
  • Chromium-based browsers using vulnerable PictureInPicture implementation

Discovery Timeline

  • 2026-02-11 - CVE-2026-2318 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-2318

Vulnerability Analysis

This vulnerability stems from an inappropriate implementation in Google Chrome's PictureInPicture feature. The PictureInPicture API allows websites to display video content in a floating window that stays on top of other windows, enabling users to continue watching while interacting with other content. The vulnerability allows attackers to manipulate how critical information is presented within this floating window context.

The attack requires user interaction—specifically, the victim must be convinced to engage in specific UI gestures. Once exploited, the attacker can display misleading or spoofed interface elements that appear legitimate within the PictureInPicture context, potentially tricking users into performing unintended actions or disclosing sensitive information.

Root Cause

The root cause is an inappropriate implementation in the PictureInPicture component that fails to properly enforce UI security boundaries. This allows crafted HTML pages to misrepresent critical user interface information within the PictureInPicture window context. The vulnerability is categorized under CWE-451 (User Interface Misrepresentation of Critical Information), indicating that the browser does not adequately prevent malicious content from mimicking trusted UI elements.

Attack Vector

The attack is network-based and requires user interaction. An attacker must host a malicious HTML page and convince the target user to visit it and perform specific UI gestures that trigger the PictureInPicture functionality. The crafted page can then exploit the inappropriate implementation to display spoofed UI elements, potentially:

  • Mimicking browser security indicators or dialogs
  • Displaying fake authentication prompts
  • Overlaying misleading content over legitimate interfaces
  • Creating deceptive click-jacking scenarios within the PictureInPicture window

The vulnerability does not impact confidentiality or availability but has a high impact on integrity due to the potential for UI manipulation and user deception.

Detection Methods for CVE-2026-2318

Indicators of Compromise

  • Unusual PictureInPicture window behavior or content that mimics browser UI elements
  • Web pages requesting PictureInPicture permissions unexpectedly
  • User reports of suspicious dialogs or prompts appearing in floating video windows
  • Browser telemetry showing abnormal PictureInPicture API usage patterns

Detection Strategies

  • Monitor for websites making unusual PictureInPicture API calls combined with suspicious HTML/CSS structures
  • Implement browser extension-based detection for known UI spoofing patterns
  • Review Content Security Policy violations related to frame/overlay manipulation
  • Analyze web traffic for known malicious domains exploiting this vulnerability

Monitoring Recommendations

  • Enable enhanced browser logging for PictureInPicture feature usage
  • Deploy endpoint detection rules to identify Chrome processes with anomalous window behavior
  • Monitor user-reported phishing incidents for patterns involving floating windows
  • Track browser version compliance across the organization to identify unpatched instances

How to Mitigate CVE-2026-2318

Immediate Actions Required

  • Update Google Chrome to version 145.0.7632.45 or later immediately
  • Verify all Chromium-based browsers in the environment are updated to include the fix
  • Educate users about the risks of interacting with unexpected PictureInPicture windows
  • Consider temporarily disabling PictureInPicture functionality in enterprise environments until patching is complete

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 145.0.7632.45. The fix is documented in the Google Chrome Stable Update announcement. Additional technical details can be found in the Chromium Issue Tracker Entry.

Organizations should prioritize updating to the patched version through their standard browser update mechanisms. For enterprise environments using Chrome Browser Enterprise, administrators can push updates through group policy or their management console.

Workarounds

  • Disable PictureInPicture functionality via Chrome enterprise policies if immediate patching is not feasible
  • Use browser security extensions that can block or warn about suspicious overlay/spoofing attempts
  • Implement web filtering to block known malicious domains attempting to exploit this vulnerability
  • Train users to be cautious of unexpected floating windows and verify UI elements through independent means
bash
# Chrome Enterprise Policy - Disable PictureInPicture (Windows Registry)
# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome
# Create DWORD: PictureInPictureEnabled = 0

# Linux/macOS managed preferences
# Set PictureInPictureEnabled to false in the managed policy file

# Verify Chrome version from command line
google-chrome --version
# Ensure output shows 145.0.7632.45 or higher

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 Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-451
  • Technical References
  • Google Chrome Stable Update

  • Chromium Issue Tracker Entry
  • Related CVEs
  • CVE-2026-3063: Google Chrome DevTools XSS Vulnerability

  • CVE-2026-2320: Google Chrome XSS Vulnerability

  • CVE-2026-2316: Google Chrome XSS Vulnerability

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