Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-4950

CVE-2024-4950: Google Chrome XSS Vulnerability

CVE-2024-4950 is an XSS flaw in Google Chrome's Downloads feature that enables UI spoofing through malicious HTML pages. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-4950 Overview

CVE-2024-4950 is a UI spoofing vulnerability caused by an inappropriate implementation in the Downloads 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 while interacting with a crafted HTML page. The vulnerability exists in Google Chrome versions prior to 125.0.6422.60 and has been classified as low severity by the Chromium security team.

Critical Impact

Attackers can leverage this vulnerability to create deceptive user interface elements that could mislead users into performing unintended actions or divulging sensitive information through carefully crafted malicious web pages.

Affected Products

  • Google Chrome versions prior to 125.0.6422.60
  • Fedora 38 with vulnerable Chrome packages
  • Fedora 39 with vulnerable Chrome packages
  • Fedora 40 with vulnerable Chrome packages

Discovery Timeline

  • 2024-05-15 - CVE-2024-4950 published to NVD
  • 2025-03-28 - Last updated in NVD database

Technical Details for CVE-2024-4950

Vulnerability Analysis

This vulnerability falls under two CWE classifications: CWE-1021 (Improper Restriction of Rendered UI Layers or Frames) and CWE-451 (User Interface (UI) Misrepresentation of Critical Information). The inappropriate implementation in Chrome's Downloads functionality fails to properly validate or restrict how download-related UI elements can be rendered and presented to users.

The vulnerability is exploitable over the network and requires user interaction, specifically requiring the victim to perform certain UI gestures on a malicious webpage. While no privileges are required to exploit this flaw, the attack's success depends entirely on social engineering the user into interacting with the crafted page in a specific manner.

Root Cause

The root cause stems from an improper implementation in how Google Chrome's Downloads component handles the rendering and display of UI elements. This allows attackers to create HTML pages that can manipulate or spoof the appearance of download-related interface components, potentially misleading users about the nature or source of downloads.

The vulnerability exists because the browser does not adequately enforce restrictions on how rendered UI layers can be presented to users during the download process, enabling UI misrepresentation attacks.

Attack Vector

The attack vector requires a remote attacker to host a malicious HTML page designed to exploit the inappropriate implementation in Chrome's Downloads feature. The attacker must then convince a victim to visit this page and perform specific UI gestures (such as clicking or dragging in particular areas).

When successful, the attacker can spoof UI elements to make malicious downloads appear legitimate, potentially tricking users into downloading and executing malware, or deceiving them about the true nature of files being downloaded. The attack leverages the user's trust in the browser's interface to create a convincing deception.

Detection Methods for CVE-2024-4950

Indicators of Compromise

  • Unusual download activity originating from untrusted or newly registered domains
  • Browser behavior indicating unexpected UI rendering during download interactions
  • Reports from users about suspicious download prompts or unusual download UI behavior

Detection Strategies

  • Monitor for visits to known malicious URLs that have been associated with UI spoofing attacks
  • Implement browser version checking to identify systems running vulnerable Chrome versions (prior to 125.0.6422.60)
  • Deploy endpoint detection tools that can identify anomalous browser behavior patterns

Monitoring Recommendations

  • Enable browser telemetry to track download-related events and UI interactions
  • Monitor for unusual patterns in download activity across the organization
  • Implement web filtering solutions to block access to known malicious sites

How to Mitigate CVE-2024-4950

Immediate Actions Required

  • Update Google Chrome to version 125.0.6422.60 or later immediately
  • Review and update Fedora systems running affected Chrome packages
  • Educate users about the risks of interacting with suspicious download prompts on untrusted websites

Patch Information

Google has addressed this vulnerability in Chrome version 125.0.6422.60 released in May 2024. The fix corrects the inappropriate implementation in the Downloads component that allowed UI spoofing. Details about the patch are available in the Chrome Desktop Update Announcement and the Chromium Issue Tracker Entry.

For Fedora users, updated packages have been released for Fedora 38, 39, and 40. These updates can be obtained through the standard Fedora package management system as detailed in the Fedora Package Announcements.

Workarounds

  • Exercise caution when interacting with download prompts on untrusted websites
  • Avoid performing UI gestures (clicks, drags) on suspicious web pages that display unexpected download behavior
  • Use browser security extensions that can help detect and block potential UI spoofing attempts
  • Consider enabling Chrome's Enhanced Safe Browsing feature for additional protection against malicious sites
bash
# Verify Chrome version on Linux systems
google-chrome --version

# Update Chrome on Fedora
sudo dnf update chromium

# Check for available Chrome updates
sudo dnf check-update chromium

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.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1021

  • CWE-451
  • Technical References
  • Chrome Desktop Update Announcement

  • Chromium Issue Tracker Entry

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Related CVEs
  • CVE-2026-5906: Google Chrome Android XSS Vulnerability

  • CVE-2026-5905: Google Chrome XSS Vulnerability on Windows

  • CVE-2026-5899: Google Chrome UXSS Vulnerability

  • CVE-2026-5898: Google Chrome iOS UI Spoofing 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