The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-1547

CVE-2024-1547: Mozilla Firefox XSS Vulnerability

CVE-2024-1547 is a cross-site scripting flaw in Mozilla Firefox that allows attackers to display malicious alert dialogs on victim websites. This article covers the technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2024-1547 Overview

CVE-2024-1547 is an Authentication Bypass vulnerability affecting Mozilla Firefox, Firefox ESR, and Thunderbird. Through a series of API calls and redirects, an attacker-controlled alert dialog could have been displayed on another website, with the victim website's URL shown in the address bar. This vulnerability enables sophisticated phishing attacks where users may be deceived into believing malicious content originates from a trusted domain.

Critical Impact

This vulnerability allows attackers to display spoofed alert dialogs that appear to originate from legitimate websites, potentially enabling phishing attacks, credential theft, and social engineering attacks against unsuspecting users.

Affected Products

  • Mozilla Firefox versions prior to 123
  • Mozilla Firefox ESR versions prior to 115.8
  • Mozilla Thunderbird versions prior to 115.8
  • Debian Linux 10.0

Discovery Timeline

  • February 20, 2024 - CVE-2024-1547 published to NVD
  • March 28, 2025 - Last updated in NVD database

Technical Details for CVE-2024-1547

Vulnerability Analysis

This vulnerability stems from improper handling of alert dialogs in conjunction with API calls and redirects within Mozilla's browser engine. The flaw allows an attacker to manipulate the browser's dialog display mechanism, causing alert boxes to appear as if they originate from a different website than the actual source. The attack requires user interaction, as the victim must visit an attacker-controlled page that initiates the malicious sequence of API calls and redirects.

The vulnerability is classified under CWE-290 (Authentication Bypass by Spoofing), indicating that the browser fails to properly authenticate or verify the origin of alert dialogs before displaying them to users. This creates a trust boundary violation where the browser's same-origin policy protections are effectively bypassed for alert dialog attribution.

Root Cause

The root cause lies in how Mozilla browsers handle the display origin for JavaScript alert dialogs during complex redirect chains. When specific sequences of API calls combined with redirects are executed, the browser incorrectly associates the alert dialog with the redirect target URL rather than the actual originating page. This allows malicious content to be displayed under the context of a trusted domain's URL.

Attack Vector

The attack is network-based and requires user interaction. An attacker must lure a victim to visit a malicious webpage that contains the crafted sequence of API calls and redirects. Once triggered, the browser displays an alert dialog that appears to come from a legitimate website (showing the victim site's URL), while the actual content of the alert is controlled by the attacker.

This attack vector is particularly dangerous for phishing scenarios where attackers can:

  • Display fake security warnings appearing to come from banking sites
  • Prompt users for credentials under the guise of a trusted domain
  • Deliver social engineering messages with enhanced credibility

The technical details of this vulnerability can be found in the Mozilla Bug Report #1877879.

Detection Methods for CVE-2024-1547

Indicators of Compromise

  • Unexpected or unsolicited alert dialogs appearing during normal browsing activity
  • Alert dialogs displaying unusual requests for credentials or sensitive information
  • Browser behavior where alert dialogs seem disconnected from the current page context
  • Reports from users of suspicious alert messages claiming to be from trusted sites

Detection Strategies

  • Monitor for patterns of rapid API calls followed by redirect chains in web traffic logs
  • Implement browser extensions or endpoint security solutions that detect anomalous JavaScript dialog behavior
  • Utilize network traffic analysis to identify suspicious redirect patterns targeting your organization's domains
  • Deploy security awareness training to help users identify potential alert spoofing attempts

Monitoring Recommendations

  • Enable enhanced logging in web proxy solutions to capture redirect chains and API call sequences
  • Implement user reporting mechanisms for suspicious browser dialogs
  • Monitor for credential harvesting attempts that may follow successful exploitation of this vulnerability
  • Review endpoint telemetry for unusual browser process behavior related to dialog rendering

How to Mitigate CVE-2024-1547

Immediate Actions Required

  • Upgrade Mozilla Firefox to version 123 or later immediately
  • Upgrade Mozilla Firefox ESR to version 115.8 or later
  • Upgrade Mozilla Thunderbird to version 115.8 or later
  • Apply Debian security updates for affected systems running Debian Linux 10.0

Patch Information

Mozilla has released security patches addressing this vulnerability in the following versions:

  • Firefox 123 - Full fix for standard Firefox installations
  • Firefox ESR 115.8 - Fix for Extended Support Release users
  • Thunderbird 115.8 - Fix for email client users

Detailed patch information is available in the official Mozilla Security Advisories:

  • Mozilla Security Advisory MFSA-2024-05
  • Mozilla Security Advisory MFSA-2024-06
  • Mozilla Security Advisory MFSA-2024-07

Debian users should refer to the Debian LTS Announcement March 2024 for distribution-specific update instructions.

Workarounds

  • Educate users to be suspicious of unexpected alert dialogs, especially those requesting sensitive information
  • Consider implementing browser policies that restrict JavaScript alert functionality in high-security environments
  • Use content security policies (CSP) to limit redirect behavior on trusted web applications
  • Deploy endpoint protection solutions capable of detecting browser-based phishing attempts
bash
# Verify Firefox version on Linux systems
firefox --version

# Verify Thunderbird version
thunderbird --version

# For Debian systems, update packages
sudo apt update && sudo apt upgrade firefox-esr thunderbird

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

  • EPSS Probability0.45%

  • 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
  • NVD-CWE-noinfo

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

  • Debian LTS Announcement March 2024

  • Debian LTS Announcement March 2024
  • Vendor Resources
  • Mozilla Security Advisory MFSA-2024-05

  • Mozilla Security Advisory MFSA-2024-06

  • Mozilla Security Advisory MFSA-2024-07
  • Related CVEs
  • CVE-2025-6427: Mozilla Firefox XSS Vulnerability

  • CVE-2026-2634: Mozilla Firefox iOS XSS Vulnerability

  • CVE-2026-2032: Mozilla Firefox XSS Vulnerability

  • CVE-2024-9392: Mozilla Firefox 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