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

CVE-2024-8386: Mozilla Firefox XSS Vulnerability

CVE-2024-8386 is an XSS vulnerability in Mozilla Firefox that allows sites with popup permissions to overlay Select elements for spoofing attacks. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-8386 Overview

CVE-2024-8386 is a UI spoofing vulnerability affecting Mozilla Firefox and Firefox ESR that allows malicious websites with popup window permissions to overlay Select elements on top of other sites. This user interface confusion vulnerability (CWE-601, CWE-290) enables attackers to perform spoofing attacks by manipulating how dropdown menus are rendered across browser contexts, potentially tricking users into interacting with malicious content they believe belongs to a trusted site.

Critical Impact

Attackers with popup permissions can overlay Select elements on top of legitimate websites to deceive users and potentially capture sensitive information through credential harvesting or social engineering attacks.

Affected Products

  • Mozilla Firefox versions prior to 130
  • Mozilla Firefox ESR versions prior to 128.2
  • Mozilla Thunderbird versions prior to 128.2

Discovery Timeline

  • 2024-09-03 - CVE-2024-8386 published to NVD
  • 2024-10-30 - Last updated in NVD database

Technical Details for CVE-2024-8386

Vulnerability Analysis

This vulnerability exploits the browser's handling of Select elements (HTML dropdown menus) in conjunction with popup windows. When a site has been granted permission to open popup windows, it can abuse this trust to render Select elements in a way that causes them to appear overlaid on top of content from another site. This creates a visual deception where users believe they are interacting with a trusted site when they are actually interacting with attacker-controlled elements.

The vulnerability is classified under CWE-601 (URL Redirection to Untrusted Site) and CWE-290 (Authentication Bypass by Spoofing), indicating its potential for credential theft and phishing attacks. The attack requires user interaction, as victims must engage with the spoofed UI elements to be affected.

Root Cause

The root cause lies in improper isolation of UI elements between browser contexts. Firefox failed to properly constrain Select element rendering to their originating window boundaries, allowing popup windows to position these elements over arbitrary screen locations, including content from other origins.

Attack Vector

The attack is network-based and requires the following conditions:

  1. The attacking site must have previously been granted popup window permissions by the user
  2. The victim must visit the malicious site while also having a legitimate site open
  3. The attacker opens a popup window and positions Select elements to overlay the legitimate site's content
  4. When the user interacts with what appears to be the legitimate site's dropdown menu, they are actually interacting with the attacker's spoofed element

This can be leveraged for phishing attacks, fake login forms, or tricking users into selecting malicious options they believe are part of a trusted interface.

Detection Methods for CVE-2024-8386

Indicators of Compromise

  • Unusual popup window behavior from websites that shouldn't require popups
  • Select elements appearing at unexpected screen positions or overlaying other browser tabs
  • Browser processes spawning multiple popup windows in quick succession
  • User reports of dropdown menus appearing inconsistently or out of context

Detection Strategies

  • Monitor browser extension and permission grants for excessive popup window permissions
  • Implement Content Security Policy (CSP) headers that restrict popup window creation
  • Review browser console logs for JavaScript errors related to cross-origin element positioning
  • Deploy endpoint detection rules for suspicious Firefox popup window activity patterns

Monitoring Recommendations

  • Track sites that request popup window permissions and audit their necessity
  • Monitor for user complaints about visual anomalies in browser interfaces
  • Review web application firewall logs for requests from known spoofing attack infrastructure
  • Enable browser telemetry to detect abnormal rendering behavior

How to Mitigate CVE-2024-8386

Immediate Actions Required

  • Update Mozilla Firefox to version 130 or later immediately
  • Update Mozilla Firefox ESR to version 128.2 or later immediately
  • Update Mozilla Thunderbird to version 128.2 or later immediately
  • Review and revoke unnecessary popup window permissions from websites
  • Educate users about UI spoofing attack techniques

Patch Information

Mozilla has released security patches addressing this vulnerability in Firefox 130, Firefox ESR 128.2, and Thunderbird 128.2. For complete details, refer to Mozilla Security Advisory MFSA-2024-39 and Mozilla Security Advisory MFSA-2024-40. Additional technical information is available in Mozilla Bug Report #1907032, Mozilla Bug Report #1909163, and Mozilla Bug Report #1909529.

Workarounds

  • Disable or restrict popup window permissions in browser settings until patches can be applied
  • Configure enterprise browser policies to block popup windows from untrusted domains
  • Use browser extensions that provide additional popup blocking capabilities
  • Implement network-level controls to block known malicious domains
bash
# Firefox about:config setting to restrict popups (user preference)
# Navigate to about:config and set:
# dom.disable_open_during_load = true
# dom.popup_maximum = 0

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMozilla Firefox

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.20%

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

  • CWE-290
  • Technical References
  • Mozilla Bug Report #1907032

  • Mozilla Bug Report #1909163

  • Mozilla Bug Report #1909529

  • Mozilla Security Advisory MFSA-2024-43
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-39

  • Mozilla Security Advisory MFSA-2024-40
  • Related CVEs
  • CVE-2026-2634: Mozilla Firefox iOS XSS Vulnerability

  • CVE-2026-2032: Mozilla Firefox XSS Vulnerability

  • CVE-2024-9392: Mozilla Firefox XSS Vulnerability

  • CVE-2024-11694: Mozilla Firefox DOM-based XSS 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