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

CVE-2026-2320: Google Chrome XSS Vulnerability

CVE-2026-2320 is an XSS vulnerability in Google Chrome's File input implementation that enables UI spoofing attacks. This post explains the technical details, affected versions, security impact, and mitigation steps.

Published: February 13, 2026

CVE-2026-2320 Overview

CVE-2026-2320 is a UI spoofing vulnerability caused by an inappropriate implementation in the File input component of Google Chrome. This flaw allows a remote attacker to perform UI spoofing attacks by convincing a user to engage in specific UI gestures when interacting with a crafted HTML page. The vulnerability stems from improper handling of file input elements, which can be exploited to deceive users about the true nature of their interactions with web content.

Critical Impact

Attackers can exploit this vulnerability to manipulate what users see in their browser, potentially leading to credential theft, malware downloads, or other social engineering attacks through convincing UI deception.

Affected Products

  • Google Chrome versions prior to 145.0.7632.45
  • Chromium-based browsers using vulnerable Chrome engine versions

Discovery Timeline

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

Technical Details for CVE-2026-2320

Vulnerability Analysis

This vulnerability is classified under CWE-451 (User Interface (UI) Misrepresentation of Critical Information). The flaw exists in how Chrome's File input component handles and displays information to users. When a user interacts with a maliciously crafted HTML page, the browser fails to accurately represent the true state or nature of the file input interface, allowing attackers to deceive users about what actions they are performing.

The attack requires user interaction through specific UI gestures, which means social engineering plays a key role in successful exploitation. However, once a user is convinced to perform the required actions, the attacker can present misleading visual information that misrepresents the actual browser state or file operations being performed.

Root Cause

The root cause lies in the inappropriate implementation of the File input component within Google Chrome. The vulnerability allows crafted HTML pages to manipulate how file input elements are rendered or displayed to users, creating a disconnect between what users see and what actually occurs when they interact with these elements. This implementation flaw enables attackers to create convincing spoofed interfaces that can trick users into performing unintended actions.

Attack Vector

The attack is network-based and requires user interaction. An attacker must:

  1. Host a malicious HTML page containing specially crafted file input elements
  2. Convince the target user to visit the malicious page
  3. Trick the user into performing specific UI gestures (clicks, drags, or other interactions)
  4. Exploit the UI spoofing to deceive the user about the nature of their actions

The vulnerability does not require authentication and targets the integrity of the user interface. Due to the social engineering component required, exploitation in the wild depends heavily on attacker sophistication in crafting convincing phishing scenarios.

Detection Methods for CVE-2026-2320

Indicators of Compromise

  • Suspicious HTML pages with obfuscated file input element manipulations
  • User reports of unexpected file upload dialogs or misleading browser prompts
  • Web traffic to known malicious domains hosting spoofed pages
  • Unusual JavaScript behavior related to file input handling

Detection Strategies

  • Monitor for anomalous web page interactions involving file input elements
  • Implement browser isolation for untrusted web content
  • Deploy endpoint detection solutions that can identify UI spoofing attempts
  • Analyze web traffic for pages attempting to manipulate file input presentations

Monitoring Recommendations

  • Enable detailed browser logging to capture file input interactions
  • Implement URL reputation services to block known malicious pages
  • Monitor for user complaints about confusing or unexpected browser behavior
  • Track Chrome version deployment across the organization to identify unpatched instances

How to Mitigate CVE-2026-2320

Immediate Actions Required

  • Update Google Chrome to version 145.0.7632.45 or later immediately
  • Educate users about the risks of interacting with untrusted web pages
  • Consider implementing browser isolation for high-risk users
  • Review and update web content filtering policies

Patch Information

Google has released a security update addressing this vulnerability in Chrome version 145.0.7632.45. The patch corrects the inappropriate implementation in the File input component, ensuring proper UI representation during file input interactions. Organizations should prioritize updating all Chrome installations to this version or later.

For detailed information about the security update, refer to the Google Chrome Releases Blog. Technical details about the specific issue can be found in the Chromium Issue Tracker.

Workarounds

  • Implement strict content security policies to limit potentially malicious page behaviors
  • Use browser extensions or enterprise policies to restrict file input interactions on untrusted sites
  • Enable enhanced safe browsing features in Chrome settings
  • Consider using browser isolation solutions for sensitive operations until patching is complete
bash
# Chrome Enterprise Policy Configuration
# Enforce automatic updates to ensure users receive the security patch
cat >> /etc/opt/chrome/policies/managed/chrome_update_policy.json << EOF
{
  "AutoUpdateCheckPeriodMinutes": 180,
  "RelaunchNotification": 2,
  "SafeBrowsingProtectionLevel": 2
}
EOF

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 Blog Chrome Update

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

  • CVE-2026-2318: 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